-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
61 lines (61 loc) · 1.6 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
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "open-admin",
"version": "2.1.0",
"author": "Liuyadu<[email protected]>",
"private": false,
"scripts": {
"dev": "vue-cli-service serve --open",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e"
},
"dependencies": {
"@riophae/vue-treeselect": "0.0.38",
"axios": "^0.19.1",
"clipboard": "^2.0.0",
"codemirror": "^5.50.2",
"countup": "^1.8.2",
"cropperjs": "^1.5.6",
"crypto-js": "^3.1.9-1",
"dayjs": "^1.8.19",
"echarts": "^4.6.0",
"highlight.js": "^9.17.1",
"html2canvas": "^1.0.0-rc.5",
"iview": "^3.5.4",
"iview-area": "^1.5.17",
"js-cookie": "^2.2.1",
"jshint": "^2.11.0",
"moment": "^2.24.0",
"simplemde": "^1.11.2",
"sortablejs": "^1.10.2",
"tree-table-vue": "^1.1.0",
"vue": "^2.6.11",
"vue-i18n": "^8.15.3",
"vue-neditor-wrap": "^1.0.4",
"vue-router": "^3.1.4",
"vuedraggable": "^2.23.2",
"vuex": "^3.1.2",
"wangeditor": "^3.1.1",
"xlsx": "^0.14.5"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-plugin-unit-mocha": "^3.12.1",
"@vue/cli-service": "^4.1.2",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "^1.0.0-beta.30",
"chai": "^4.1.2",
"eslint-plugin-cypress": "^2.8.1",
"less": "^3.10.3",
"less-loader": "^4.0.5",
"lint-staged": "^8.2.1",
"vue-template-compiler": "^2.6.11"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}