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

35 lines
951 B
JSON

{
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@types/express": "^4.17.1",
"@types/express-ws": "^3.0.0",
"@types/http-proxy": "^1.17.0",
"@types/js-yaml": "^3.12.1",
"@types/node": "^12.7.4",
"@types/node-fetch": "^2.5.0",
"@types/parcel-bundler": "^1.12.1",
"@types/ws": "^6.0.3",
"@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": {
"express": "^4.17.1",
"express-ws": "^4.0.0",
"http-proxy": "^1.18.0",
"js-yaml": "^3.13.1",
"node-fetch": "^2.6.0",
"node-gyp": "^5.0.3",
"parcel-bundler": "^1.12.3",
"vue": "^2.6.10",
"vue-hot-reload-api": "^2.3.3",
"vue-property-decorator": "^8.2.2",
"ws": "^7.1.2"
},
"scripts": {
"build": "tsc src/server.ts",
"start": "npm run build && node src/server.js"
}
}