-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.93 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "hss-data-platform",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "webpack-dev-server --mode development --port 8081 --config config/webpack.dev.js",
"build": "webpack --config config/webpack.prod.js",
"stats": "webpack --profile --config config/webpack.prod.js --json > compilation-stats.json"
},
"dependencies": {
"axios": "^0.21.1",
"file-loader": "^5.1.0",
"inversify": "^5.0.1",
"inversify-inject-decorators": "^3.1.0",
"reflect-metadata": "^0.1.13",
"vue": "^2.6.11",
"vue-class-component": "^7.2.2",
"vue-loader": "^15.9.1",
"vue-property-decorator": "^8.4.1",
"vue-router": "^3.1.6",
"vue-style-loader": "^4.1.2",
"vuetify": "^2.3.1"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-arrow-functions": "^7.8.3",
"@babel/plugin-transform-computed-properties": "^7.8.3",
"@babel/plugin-transform-duplicate-keys": "^7.8.3",
"@babel/plugin-transform-shorthand-properties": "^7.8.3",
"@babel/plugin-transform-spread": "^7.8.3",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@mdi/js": "^5.3.45",
"@types/nprogress": "^0.2.0",
"@types/webpack": "^4.41.10",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"@vue/cli-plugin-babel": "^4.3.0",
"@vue/cli-plugin-typescript": "^4.3.0",
"@vue/cli-plugin-vuex": "^4.3.0",
"@vue/cli-service": "^4.3.0",
"@vue/eslint-config-standard": "^5.1.0",
"@vue/eslint-config-typescript": "^5.0.2",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.1.0",
"babel-preset-typescript-vue": "^1.0.3",
"compression-webpack-plugin": "^3.1.0",
"deepmerge": "^4.2.2",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"fibers": "^5.0.0",
"html-inline-css-webpack-plugin": "^1.8.0",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"sass": "^1.26.8",
"sass-loader": "^8.0.2",
"terser-webpack-plugin": "latest",
"typescript": "^3.8.3",
"vue-cli-plugin-i18n": "^0.6.1",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^4.2.1"
}
}