-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.24 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
{
"name": "newwave",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@coreui/icons": "^2.1.0",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/vue-fontawesome": "^2.0.0",
"axios": "^0.20.0",
"bootstrap": "^4.5.2",
"bootstrap-vue": "^2.22.0",
"core-js": "^3.6.5",
"echarts": "^5.3.3",
"element-ui": "^2.15.9",
"jquery": "^3.5.1",
"material-design-icons-iconfont": "^6.7.0",
"popper.js": "^1.16.1",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-echarts": "^6.2.3",
"vue-materialize-datatable": "^1.0.4",
"vue-property-decorator": "^8.4.2",
"vue-router": "^3.4.3",
"vuex": "^3.5.1",
"vuex-class": "^0.3.2",
"vuex-module-decorators": "^0.17.0",
"vueye-table": "^1.4.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.0",
"@vue/cli-plugin-typescript": "^4.5.0",
"@vue/cli-service": "^4.5.0",
"babel-plugin-component": "^1.1.1",
"typescript": "~3.9.3",
"vue-template-compiler": "^2.6.11"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}