-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
70 lines (70 loc) · 1.88 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
62
63
64
65
66
67
68
69
70
{
"name": "iview-admin-ts",
"version": "2.0.1",
"author": "Lison<[email protected]> transtone<[email protected]>",
"private": false,
"scripts": {
"dev": "vue-cli-service serve",
"serve": "vue-cli-service serve",
"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": {
"axios": "^0.18.0",
"clipboard": "^2.0.4",
"codemirror": "^5.44.0",
"countup": "^1.8.2",
"cropperjs": "^1.4.3",
"date-fns": "^1.30.1",
"html2canvas": "^1.0.0-alpha.12",
"iview": "^3.3.0",
"iview-area": "^1.6.0",
"lodash": "^4.17.11",
"number-precision": "^1.3.1",
"ramda": "^0.26.1",
"simplemde": "^1.11.2",
"sortablejs": "^1.8.4",
"tree-table-vue": "^1.1.0",
"v-charts": "^1.19.0",
"v-org-tree": "^1.0.6",
"vue": "^2.6.8",
"vue-meta": "^1.5.8",
"vue-qr": "^1.5.2",
"vue-router": "^3.0.2",
"vuedraggable": "^2.17.0",
"vuex": "^3.1.0",
"vuex-persist": "^2.0.0",
"wangeditor": "^3.1.1",
"xlsx": "^0.14.1"
},
"devDependencies": {
"@types/node": "^11.11.3",
"@types/ramda": "^0.26.3",
"@vue/babel-preset-app": "^3.5.1",
"@vue/cli-plugin-babel": "^3.5.1",
"@vue/cli-plugin-typescript": "^3.5.1",
"@vue/cli-service": "^3.5.1",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-plugin-ramda": "^2.0.0",
"less": "^2.7.3",
"less-loader": "^4.1.0",
"lint-staged": "^8.1.3",
"mockjs": "^1.0.1-beta3",
"prerender-spa-plugin": "^3.4.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"tslint": "^5.14.0",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.3.3",
"vue-template-compiler": "^2.6.8"
},
"browserslist": [
"> 1%",
"iOS >= 7",
"Android >= 4.1",
"not ie <= 8"
]
}