-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 907 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 907 Bytes
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
{
"name": "bimx2",
"version": "1.0.0",
"author": "xujun",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
},
"dependencies": {
"core-js": "^3.6.5",
"element-ui": "^2.10.1",
"jquery": "^3.4.1",
"js-cookie": "2.2.0",
"nprogress": "0.2.0",
"path-to-regexp": "2.4.0",
"vue": "^2.6.11",
"vue-router": "^3.4.9",
"vuex": "^3.6.0",
"prismjs": "^1.21.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"vue-template-compiler": "^2.6.11",
"sass": "1.26.5",
"sass-loader": "^10.1.0",
"script-loader": "0.7.2",
"svg-sprite-loader": "4.1.3",
"svgo": "1.2.2"
},
"engines": {
"node": ">=8.9",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}