-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.08 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
{
"name": "vividbtn",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --open --host 127.0.0.1",
"build": "vue-cli-service build"
},
"dependencies": {
"axios": "^0.19.2",
"core-js": "^3.6.5",
"echarts": "^5.1.2",
"register-service-worker": "^1.7.1",
"vue": "^2.6.11",
"vue-i18n": "^8.18.2",
"vue-router": "^3.2.0",
"vuetify": "^2.3.5",
"vuex": "^3.4.0"
},
"devDependencies": {
"@mdi/font": "^5.3.45",
"@vue/cli-plugin-babel": "~4.4.0",
"@vue/cli-plugin-pwa": "~4.5.0",
"@vue/cli-plugin-router": "~4.4.0",
"@vue/cli-plugin-vuex": "~4.4.0",
"@vue/cli-service": "~4.4.0",
"cz-conventional-changelog": "3.2.0",
"deepmerge": "^4.2.2",
"sass": "^1.26.10",
"sass-loader": "^9.0.2",
"vue-cli-plugin-vuetify": "^2.0.7",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.3.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}