2019-09-05 11:50:34 -04:00
|
|
|
{
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
2019-09-20 17:48:40 -04:00
|
|
|
"@types/express": "^4.17.1",
|
|
|
|
"@types/http-proxy": "^1.17.0",
|
2019-09-05 11:50:34 -04:00
|
|
|
"@vue/component-compiler-utils": "^3.0.0",
|
|
|
|
"sass": "^1.23.0-module.beta.1",
|
|
|
|
"typescript": "^3.6.2",
|
|
|
|
"vue-template-compiler": "^2.6.10"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-09-20 15:46:05 -04:00
|
|
|
"@types/js-yaml": "^3.12.1",
|
|
|
|
"@types/node": "^12.7.4",
|
|
|
|
"@types/node-fetch": "^2.5.0",
|
2019-09-20 17:48:40 -04:00
|
|
|
"@types/parcel-bundler": "^1.12.1",
|
2019-09-20 15:46:05 -04:00
|
|
|
"@types/ws": "^6.0.3",
|
2019-09-20 17:48:40 -04:00
|
|
|
"express": "^4.17.1",
|
|
|
|
"http-proxy": "^1.18.0",
|
2019-09-20 15:46:05 -04:00
|
|
|
"js-yaml": "^3.13.1",
|
|
|
|
"node-fetch": "^2.6.0",
|
2019-09-05 11:50:34 -04:00
|
|
|
"node-gyp": "^5.0.3",
|
2019-09-20 17:48:40 -04:00
|
|
|
"parcel-bundler": "^1.12.3",
|
2019-09-05 11:50:34 -04:00
|
|
|
"vue": "^2.6.10",
|
|
|
|
"vue-hot-reload-api": "^2.3.3",
|
2019-09-20 15:46:05 -04:00
|
|
|
"vue-property-decorator": "^8.2.2",
|
|
|
|
"ws": "^7.1.2"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "tsc src/server.ts",
|
|
|
|
"serve": "npm run build && node src/server.js"
|
2019-09-05 11:50:34 -04:00
|
|
|
}
|
|
|
|
}
|