-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.3 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.3 KB
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
{
"name": "monitoring-service",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "vue-cli-service serve",
"build": "vue-cli-service build --mode production",
"lint": "vue-cli-service lint",
"dev": "npm run serve"
},
"dependencies": {
"serve": "^11.3.1",
"babel-eslint": "^10.0.3",
"bootstrap": "^4.4.1",
"chart.js": "^2.9.3",
"chartist": "0.11.4",
"eslint": "^4.10.0",
"jquery": "^3.4.1",
"node-sass": "^4.13.1",
"popper.js": "^1.16.1",
"sass-loader": "^8.0.2",
"vue": "^2.6.11",
"vue-chartist": "^2.2.1",
"vue-chartjs": "^3.5.0",
"vue-google-charts": "^0.3.2",
"vue-meta": "^2.3.2",
"vuetify": "^1.5.22"
},
"devDependencies": {
"@mdi/font": "^4.9.95",
"@vue/cli": "4.2.2",
"@vue/cli-plugin-babel": "^3.0.1",
"@vue/cli-plugin-eslint": "^3.0.1",
"@vue/cli-service": "^3.0.1",
"@vue/eslint-config-standard": "^5.1.1",
"axios": "^0.19.2",
"material-design-icons-iconfont": "^5.0.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vue-analytics": "^5.8.0",
"vue-cli-plugin-vuetify": "~2.0.4",
"vue-i18n": "^8.15.3",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.17",
"vuetify-loader": "^1.3.0",
"vuex": "^3.0.1",
"vuex-router-sync": "^5.0.0"
}
}