-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.72 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
{
"name": "full-demo-router",
"version": "1.0.0",
"description": "A router project",
"author": "digitalgd.fe",
"private": true,
"scripts": {
"dev": "iweb server",
"build": "set NODE_ENV=production&&iweb build"
},
"dependencies": {
"ansi-html-community": "0.0.8",
"axios": "^0.18.0",
"babel-core": "^6.26.3",
"crypto-js": "^3.1.9-1",
"echarts": "^4.2.1",
"element-ui": "^2.15.12",
"es6-promise": "^4.2.4",
"html-entities": "1.3.1",
"js-base64": "^2.5.1",
"js-cookie": "^2.2.0",
"loglevel": "^1.9.1",
"mavon-editor": "^2.7.7",
"pinyin": "^2.9.0",
"prettier": "1.12.1",
"quill-image-drop-module": "^1.0.3",
"relative": "^3.0.2",
"sockjs-client": "^1.6.1",
"sortablejs": "^1.10.0",
"vue": "^2.5.16",
"vue-clipboard2": "^0.3.1",
"vue-drag-resize": "^1.3.2",
"vue-monoplasty-slide-verify": "^1.3.1",
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.0.1",
"vue-wangeditor": "^1.3.10",
"vuex": "^3.0.1"
},
"devDependencies": {
"@jangod/iweb-action-publish": "latest",
"@jangod/iweb-fix-babel": "latest",
"@jangod/iweb-fix-eslint": "latest",
"@jangod/iweb-fix-scene": "latest",
"@jangod/iweb-fix-splitchunk": "latest",
"@jangod/iweb-fix-vue": "latest",
"babel-eslint": "^8.2.6",
"copy-webpack-plugin": "^5.0.3",
"eslint": "^2.2.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"webpack-merge": "^5.8.0"
},
"engines": {
"node": ">= 8.0.0",
"npm": ">= 5.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}