-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
35 lines (35 loc) · 870 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "demo7",
"version": "1.0.0",
"description": "demps",
"main": "index.js",
"scripts": {
"build-dev": "webpack --mode=development",
"build-prod": "webpack --mode=production"
},
"keywords": [],
"author": "Cecil Phillip",
"license": "MIT",
"devDependencies": {
"@types/node": "^10.11.5",
"css-loader": "^1.0.0",
"html-loader": "^0.5.5",
"ts-loader": "^5.2.1",
"typescript": "^3.1.1",
"vue-class-component": "^6.2.0",
"vue-loader": "^15.0.12",
"vue-property-decorator": "^7.2.0",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.8.3",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"@aspnet/signalr": "^1.0.4",
"@aspnet/signalr-protocol-msgpack": "^1.0.4",
"msgpack5": "^4.1.0",
"rxjs": "^6.1.0",
"vue": "^2.5.17",
"vuex": "^3.0.1",
"vuex-class": "^0.3.1"
}
}