-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
140 lines (140 loc) · 4.05 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "natural-tpl-vuecli3-mpa-vue2-2019",
"version": "0.1.0",
"private": true,
"scripts": {
"install:tyarn": "tyarn install",
"remove": "rimraf node_modules",
"serve": "vue-cli-service serve",
"dev": "npm run serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
},
"dependencies": {
"@antv/data-set": "^0.10.2",
"@babel/register": "^7.7.0",
"@vue/composition-api": "^0.3.2",
"ant-design-vue": "1.4.2",
"axios": "^0.19.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-veui": "^1.0.0-alpha.33",
"babel-polyfill": "^6.26.0",
"better-scroll": "^1.15.2",
"bootstrap": "^3.3.0",
"clipboard": "^2.0.4",
"clipboard-polyfill": "^2.8.6",
"codemirror": "^5.49.2",
"core-js": "^3.4.1",
"countup": "^1.8.2",
"countup.js": "^2.0.4",
"cropperjs": "^1.5.6",
"dayjs": "^1.8.17",
"driver.js": "^0.9.8",
"dropzone": "^5.5.1",
"echarts": "^4.4.0",
"element-ui": "^2.12.0",
"enquire.js": "^2.1.6",
"epic-spinners": "^1.1.0",
"file-saver": "^2.0.2",
"flex.css": "^1.1.7",
"font-awesome": "^4.7.0",
"fuse.js": "^3.4.5",
"github-markdown-css": "^3.0.1",
"highlight.js": "^9.16.2",
"hotkeys-js": "^3.7.2",
"html2canvas": "^1.0.0-rc.5",
"iview": "3.2.2",
"iview-area": "1.5.17",
"js-cookie": "^2.2.1",
"jsonlint": "^1.6.3",
"jszip": "^3.2.2",
"lodash": "^4.17.15",
"lowdb": "^1.0.0",
"marked": "^0.7.0",
"mavon-editor": "^2.7.7",
"md5": "^2.2.1",
"moment": "^2.24.0",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"path-to-regexp": "^5.0.0",
"qs": "^6.9.1",
"quill": "^1.3.7",
"screenfull": "^4.2.0",
"showdown": "^1.9.1",
"simplemde": "^1.11.2",
"sortablejs": "^1.10.1",
"tree-table-vue": "^1.1.0",
"tui-editor": "^1.4.8",
"ua-parser-js": "^0.7.20",
"v-charts": "^1.19.0",
"v-contextmenu": "^2.8.1",
"v-distpicker": "^1.2.2",
"v-org-tree": "^1.0.12",
"v-viewer": "^1.4.2",
"vee-validate": "^3.0.11",
"veui-loader": "^1.0.0-alpha.33",
"veui-theme-one": "^1.0.0-alpha.33",
"view-design": "^4.0.2",
"viser-vue": "^2.4.6",
"vue": "^2.6.10",
"vue-amap": "^0.5.10",
"vue-awesome-swiper": "^3.1.3",
"vue-baidu-map": "^0.21.22",
"vue-clipboard2": "^0.2.1",
"vue-count-to": "^1.0.13",
"vue-cropper": "0.4.9",
"vue-cropperjs": "^4.0.1",
"vue-grid-layout": "^2.3.7",
"vue-i18n": "^8.11.2",
"vue-json-tree-view": "^2.1.4",
"vue-particles": "^1.0.9",
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.0.3",
"vue-schart": "^2.0.0",
"vue-splitpane": "^1.0.4",
"vue-ueditor-wrap": "^2.4.1",
"vuedraggable": "^2.23.2",
"vuex": "^3.1.2",
"vxe-table": "^2.6.20",
"wangeditor": "^3.1.1",
"xe-utils": "^2.2.12",
"xlsx": "^0.15.2"
},
"devDependencies": {
"@ant-design/colors": "^3.2.1",
"@vue/cli-plugin-babel": "^4.0.4",
"@vue/cli-plugin-eslint": "^4.0.4",
"@vue/cli-plugin-router": "^4.0.4",
"@vue/cli-plugin-vuex": "^4.0.4",
"@vue/cli-service": "^4.0.4",
"@vue/eslint-config-prettier": "^5.0.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"babel-plugin-dynamic-import-node": "^2.3.0",
"babel-plugin-import": "^1.12.2",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^5.16.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-vue": "^5.0.0",
"glob": "^7.1.4",
"less": "^3.0.4",
"less-loader": "^5.0.0",
"mockjs": "1.0.1-beta3",
"node-sass": "^4.9.0",
"prettier": "^1.18.2",
"sass-loader": "^8.0.0",
"script-ext-html-webpack-plugin": "^2.1.4",
"script-loader": "^0.7.2",
"style-resources-loader": "^1.3.2",
"svg-sprite-loader": "^4.1.6",
"svgo": "^1.3.2",
"vue-cli-plugin-element": "^1.0.1",
"vue-cli-plugin-style-resources-loader": "^0.1.3",
"vue-template-compiler": "^2.6.10"
},
"engines": {
"node": ">=8.9",
"npm": ">= 3.0.0"
}
}