-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.4 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "puc",
"version": "0.0.1",
"private": true,
"scripts": {
"buildDev": "webpack --config webpack.dev.config.js --mode development",
"buildProd": "webpack --config webpack.prod.config.js --mode production"
},
"dependencies": {
"axios": "0.18.0",
"moment": "2.22.2",
"linqts": "1.12.0",
"material-design-icons-iconfont": "3.0.1",
"material-design-icons": "3.0.1",
"vue": "2.5.17",
"vuetify": "1.3.11",
"vee-validate": "2.0.9",
"vue-class-component": "6.2.0",
"vue-property-decorator": "7.0.0",
"vue-currency-filter": "2.3.0",
"jsnlog": "2.28.0",
"chart.js": "2.7.2",
"vue-chartkick": "0.5.0",
"vue-inputmask": "0.2.1",
"spinkit": "1.2.5"
},
"devDependencies": {
"@types/webpack-env": "1.13.6",
"aspnet-webpack": "3.0.0",
"clean-webpack-plugin": "0.1.19",
"file-loader": "1.1.11",
"css-loader": "1.0.0",
"vue-loader": "15.2.6",
"mini-css-extract-plugin": "0.4.1",
"optimize-css-assets-webpack-plugin": "5.0.1",
"uglifyjs-webpack-plugin": "2.0.1",
"source-map-loader": "0.2.3",
"ts-loader": "4.4.2",
"typescript": "3.0.1",
"webpack": "4.16.2",
"webpack-cli": "3.1.0",
"webpack-dev-middleware": "3.1.3",
"webpack-hot-middleware": "2.22.3",
"webpack-manifest-plugin": "2.0.3",
"webpack-merge": "4.1.3"
},
"-vs-binding": {
"AfterBuild": [
"buildDev"
]
}
}