-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.16 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
{
"name": "oossystem",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons": "0.0.11",
"axios": "^1.3.4",
"buffer": "^6.0.3",
"echarts": "^5.4.1",
"element-plus": "^2.2.28",
"file-loader": "^6.0.0",
"jwt-decode": "^3.1.2",
"node-sass": "^8.0.0",
"pinia": "^2.0.30",
"plupload": "^2.3.9",
"qs": "^6.11.0",
"router": "^1.3.7",
"sass-loader": "^13.2.0",
"scss": "^0.2.4",
"tui-image-editor": "^3.15.3",
"unplugin-auto-import": "^0.15.1",
"unplugin-element-plus": "^0.7.0",
"unplugin-vue-components": "^0.24.1",
"video.js": "^8.0.4",
"vue": "^3.2.45",
"vue-quill-editor": "^3.0.6",
"vue-router": "^4.1.6",
"vue-simplemde": "^2.1.1",
"vuex": "^4.1.0",
"vuex-persistedstate": "^4.1.0",
"wangeditor": "^4.7.15"
},
"devDependencies": {
"@types/video.js": "^7.3.51",
"@vitejs/plugin-vue": "^4.0.0",
"sass": "^1.58.3",
"spark-md5": "^3.0.2",
"vite": "^4.0.0",
"vue-video-player": "^5.0.2",
"webpack": "^5.0.0"
}
}