-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.1 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
{
"name": "enthic-dataviz",
"version": "2.0.3",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"axios": ">=1.4.0",
"bulma": ">=0.9",
"bulma-carousel": "4.0",
"bulma-checkradio": "1.1",
"bulma-extensions": "6.2",
"core-js": "^3.21.1",
"echarts": ">=5.1",
"vue": "2.7",
"vue-carousel": "^0.18.0",
"vue-echarts": "^6.0.0-rc",
"vue-router": "3.5"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@vue/cli-plugin-babel": "^5.0.4",
"@vue/cli-plugin-eslint": "^5.0.4",
"@vue/cli-plugin-router": "^5.0.4",
"@vue/cli-service": "^5.0.4",
"@vue/eslint-config-prettier": "6",
"eslint": "^8.13.0",
"eslint-plugin-prettier": "3",
"eslint-plugin-vue": "^8.6.0",
"node-sass": "6",
"prettier": "2",
"sass-loader": "10",
"vue-template-compiler": "2"
},
"resolutions": {
"ssri": "^7.1.1",
"glob-parent": ">5.1.2"
}
}