-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.66 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.66 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "MQCMS-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --open",
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@babel/runtime": "^7.7.7",
"axios": "^0.19.0",
"better-scroll": "^1.15.2",
"dayjs": "^1.8.18",
"echarts": "^4.6.0",
"iview-loader": "^1.3.0",
"js-cookie": "^2.2.1",
"lodash": "^4.17.15",
"lowdb": "^1.0.0",
"monaco-editor": "^0.20.0",
"node-sass": "^4.13.1",
"qs": "^6.9.1",
"quill": "^1.3.7",
"sass-loader": "^8.0.2",
"screenfull": "^5.0.0",
"shelljs": "^0.8.3",
"v-resize": "^0.1.1",
"view-design": "^4.1.3",
"vue": "^2.6.10",
"vue-codemirror": "^4.0.6",
"vue-i18n": "^8.15.3",
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.1.3",
"vue-video-player": "^5.0.2",
"vuedraggable": "^2.23.2",
"vuex": "^3.1.2"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-transform-runtime": "^7.7.6",
"@vue/cli-plugin-babel": "^4.1.1",
"@vue/cli-plugin-unit-jest": "^4.1.1",
"@vue/cli-service": "^4.1.0",
"@vue/eslint-config-standard": "^5.0.1",
"babel-core": "^6.26.3",
"babel-jest": "^25.1.0",
"core-js": "^3.6.1",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"lint-staged": "^10.0.8",
"text-loader": "^0.0.1",
"vue-template-compiler": "^2.6.10"
},
"lint-staged": {
"*.js": [
"vue-cli-service lint",
"git add"
],
"*.vue": [
"vue-cli-service lint",
"git add"
]
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}