forked from GeekQiaQia/vue3.0-template-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
119 lines (119 loc) · 3.41 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
{
"name": "vue-next-admin",
"version": "0.0.4",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"prod": " vue-tsc --noEmit &&vite build",
"serve": "vite preview",
"lint": "eslint --ext .vue,.js,.ts ./",
"prepare": "husky install"
},
"lint-staged": {
"*.{vue,js,ts}": "eslint --fix"
},
"dependencies": {
"@antv/data-set": "^0.11.8",
"@antv/g2": "^4.1.19",
"@antv/g2plot": "^2.3.24",
"@fullcalendar/daygrid": "^5.8.0",
"@fullcalendar/interaction": "^5.8.0",
"@fullcalendar/timegrid": "^5.8.0",
"@fullcalendar/vue3": "^5.8.0",
"@kangc/v-md-editor": "^2.3.4",
"@rollup/plugin-commonjs": "^19.0.0",
"@tinymce/tinymce-vue": "^4.0.0",
"@toast-ui/editor": "^3.0.0",
"@toast-ui/vue-editor": "^3.0.0",
"@types/axios": "^0.14.0",
"@types/clipboard": "^2.0.1",
"@types/dom-to-image": "^2.6.2",
"@types/echarts": "^4.9.7",
"@types/file-saver": "^2.0.2",
"@types/lodash": "^4.14.170",
"@types/marked": "^2.0.3",
"@types/mockjs": "^1.0.3",
"@types/node": "^15.0.1",
"@types/qrcode": "^1.4.0",
"@types/sortablejs": "^1.10.6",
"@types/vuedraggable": "^2.24.0",
"@vitejs/plugin-legacy": "^1.4.3",
"@vitejs/plugin-vue": "^1.2.1",
"axios": "^0.21.1",
"buffer": "^6.0.3",
"clipboard": "^2.0.4",
"codemirror": "^5.62.0",
"crypto-es": "^1.2.7",
"css-color-function": "^1.3.3",
"dom-to-image": "^2.6.0",
"driver.js": "^0.9.8",
"echarts": "^5.1.1",
"element-plus": "^1.1.0-beta.17",
"esbuild": "^0.12.15",
"eslint-import-resolver-webpack": "^0.13.0",
"file-saver": "^2.0.5",
"fullcalendar": "^5.8.0",
"fuse.js": "^6.4.6",
"highlight.js": "^11.0.1",
"js-cookie": "^2.2.1",
"jsonlint": "^1.6.3",
"jszip": "^3.7.1",
"jszip-utils": "^0.1.0",
"lodash": "^4.17.21",
"marked": "^2.0.7",
"mockjs": "^1.1.0",
"path": "^0.12.7",
"path-to-regexp": "^6.2.0",
"process": "^0.11.10",
"qrcode.vue": "^3.2.2",
"sass": "^1.38.1",
"scss": "^0.2.4",
"slate-vue": "^0.2.0",
"sortablejs": "^1.13.0",
"tinymce": "^5.8.0",
"vite": "^2.5.0",
"vite-plugin-style-import": "^1.2.1",
"vue": "^3.2.4",
"vue-clipboard2": "^0.3.1",
"vue-cropperjs": "^5.0.0",
"vue-qr": "^2.4.0",
"vue-router": "^4.0.11",
"vue-tsx-support": "^3.1.0",
"vuedraggable": "^4.1.0",
"vuex": "^4.0.0",
"wangeditor": "^4.7.2",
"xlsx": "^0.17.0"
},
"devDependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@types/codemirror": "^5.60.0",
"@types/d3-geo": "^3.0.0",
"@types/d3-sankey": "^0.11.1",
"@types/js-cookie": "^2.2.6",
"@types/vue-cropperjs": "^4.1.1",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@vue/compiler-sfc": "^3.2.0",
"commitizen": "^4.2.3",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^6.3.0",
"eslint": "^7.25.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.9.0",
"husky": "^6.0.0",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"stylus": "^0.54.8",
"typescript": "^4.3.2",
"vue-tsc": "^0.2.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
}
}