2
0
mirror of https://github.com/ad1217/PrinterStatus synced 2024-09-21 13:49:04 -04:00
PrinterStatus/package.json

35 lines
937 B
JSON
Raw Normal View History

{
"devDependencies": {
2020-02-19 18:38:21 -05:00
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@types/express": "^4.17.2",
"@types/express-ws": "^3.0.0",
2020-02-19 18:38:21 -05:00
"@types/http-proxy": "^1.17.3",
"@types/js-yaml": "^3.12.2",
"@types/node": "^13.7.4",
"@types/node-fetch": "^2.5.4",
"@types/parcel-bundler": "^1.12.1",
2020-02-19 18:38:21 -05:00
"@types/ws": "^7.2.1",
"@vue/component-compiler-utils": "^3.1.1",
"sass": "^1.25.0",
"typescript": "^3.7.5",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"express": "^4.17.1",
"express-ws": "^4.0.0",
"http-proxy": "^1.18.0",
"js-yaml": "^3.13.1",
"node-fetch": "^2.6.0",
2020-02-19 18:38:21 -05:00
"node-gyp": "^6.1.0",
"parcel-bundler": "^1.12.4",
"vue": "^2.6.11",
"vue-hot-reload-api": "^2.3.3",
2020-02-19 18:38:21 -05:00
"vue-property-decorator": "^8.4.0",
"ws": "^7.2.1"
},
"scripts": {
"build": "tsc src/server.ts",
"start": "npm run build && node src/server.js"
}
}