1
0
Fork 0
mirror of https://github.com/Findus23/HNReader.git synced 2024-09-19 15:23:44 +02:00
HNReader/web/package.json
2021-04-08 22:29:27 +02:00

19 lines
419 B
JSON

{
"name": "hnclient-web",
"scripts": {
"serve": "snowpack dev",
"build": "snowpack build"
},
"dependencies": {
"vue": "^3.0.11",
"vue-router": "^4.0.6"
},
"devDependencies": {
"@snowpack/plugin-sass": "^1.4.0",
"@snowpack/plugin-vue": "^2.4.0",
"@types/snowpack-env": "^2.3.3",
"http-proxy": "^1.18.1",
"snowpack": "^3.2.2",
"snowpack-plugin-replace": "^1.0.4"
}
}