forked from pig-mesh/pig-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.15 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
48
{
"name": "pig-ui",
"version": "3.5.3",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:docker": "vue-cli-service build --dest=./docker/dist/",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@riophae/vue-treeselect": "^0.4.0",
"@smallwei/avue": "2.9.12",
"@sscfaith/avue-form-design": "1.5.6",
"animate.css": "^4.1.1",
"avue-plugin-ueditor": "^0.0.6",
"axios": "0.19.0",
"babel-polyfill": "^6.26.0",
"classlist-polyfill": "^1.2.0",
"codemirror": "^5.58.1",
"crypto-js": "^3.1.9-1",
"element-ui": "^2.15.8",
"nprogress": "^0.2.0",
"script-loader": "^0.7.2",
"vue": "2.6.14",
"vue-axios": "^2.1.4",
"vue-router": "^3.1.3",
"vuex": "^3.2.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.12.0",
"@vue/cli-service": "^3.12.0",
"chai": "^4.2.0",
"sass": "1.32.13",
"sass-loader": "10.1.1",
"vue-template-compiler": "2.6.14"
},
"lint-staged": {
"*.js": [
"vue-cli-service lint",
"git add"
],
"*.vue": [
"vue-cli-service lint",
"git add"
]
}
}