forked from forkai/chaofun-front
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.7 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
{
"name": "chao.fun",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"analyzer": "vue-cli-service build --report",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@toast-ui/vue-editor": "^3.1.1",
"axios": "^0.21.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"clipboard": "^2.0.4",
"codemirror": "^5.62.3",
"core-js": "^3.6.3",
"driver.js": "^0.9.8",
"dropzone": "^5.5.1",
"echarts": "^4.6.0",
"element-ui": "^2.13.0",
"file-saver": "^2.0.2",
"fuse.js": "^3.4.6",
"html-webpack-plugin-for-multihtml": "^2.30.2",
"jquery": "^3.4.1",
"js-cookie": "^2.2.1",
"js-md5": "^0.7.3",
"jsonlint": "^1.6.3",
"jszip": "^3.7.1",
"lazysizes": "^5.3.2",
"mavon-editor": "^2.7.7",
"mockjs": "^1.1.0",
"moment": "^2.24.0",
"nanoid": "^3.1.30",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"path-to-regexp": "^6.1.0",
"piexifjs": "^1.0.6",
"qs": "^6.9.1",
"remixicon": "^2.5.0",
"screenfull": "^5.0.0",
"script-ext-html-webpack-plugin": "^2.1.4",
"showdown": "^1.9.1",
"sortablejs": "^1.10.2",
"tui-editor": "^1.4.10",
"v-viewer": "^1.5.1",
"vant": "^2.5.5",
"vconsole": "^3.3.4",
"vue": "^2.6.10",
"vue-clipboard2": "^0.3.1",
"vue-count-to": "^1.0.13",
"vue-drag-resize": "^1.3.2",
"vue-i18n": "^8.15.3",
"vue-quill-editor": "^3.0.6",
"vue-quill-editor-upload": "^1.1.0",
"vue-router": "^3.1.3",
"vue-scroller": "^2.2.4",
"vue-splitpane": "^1.0.6",
"vue-virtual-listview": "^1.1.0",
"vue2-touch-events": "^3.2.2",
"vuedraggable": "^2.24.3",
"vuex": "^3.1.2",
"wangeditor": "^4.7.7",
"xlsx": "^0.17.1"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@vue/cli-plugin-babel": "^4.1.2",
"@vue/cli-plugin-router": "^4.1.2",
"@vue/cli-plugin-vuex": "^4.1.2",
"@vue/cli-service": "^4.1.2",
"babel-loader": "^8.0.6",
"babel-plugin-component": "^1.1.1",
"babel-plugin-import": "^1.13.3",
"cache-loader": "^4.1.0",
"prettier": "^1.19.1",
"quill-image-extend-module": "^1.1.2",
"regenerator-runtime": "^0.13.7",
"sass": "^1.52.0",
"sass-loader": "^8.0.2",
"script-loader": "^0.7.2",
"svg-sprite-loader": "^4.1.6",
"svgo": "^1.3.2",
"vue-lazyload": "^1.3.3",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^4.4.2"
}
}