-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.43 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
{
"name": "ruoyi",
"version": "3.8.3",
"description": "心世界",
"author": "harry",
"license": "MIT",
"scripts": {
"dev": "vite",
"build:prod": "vite build",
"build:stage": "vite build --mode staging",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "https://github.com/yingzi12/wikiui.git"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^34.2.0",
"@ckeditor/ckeditor5-vue": "^4.0.1",
"@dvuckovic/vue3-bootstrap-icons": "^1.0.6",
"@element-plus/icons-vue": "^2.1.0",
"@vueup/vue-quill": "^1.2.0",
"@vueuse/core": "^10.2.0",
"axios": "^1.4.0",
"bootstrap-icons": "^1.10.5",
"ckeditor5-custom-build-free-all": "0.0.1",
"element-plus": "^2.3.12",
"file-saver": "^2.0.5",
"fuse.js": "^6.6.2",
"js-cookie": "^3.0.5",
"jsencrypt": "^3.3.2",
"mergely": "^5.0.2",
"nprogress": "^0.2.0",
"pinia": "^2.1.4",
"sockjs-client": "^1.6.1",
"stompjs": "^2.3.3",
"vue": "^3.3.4",
"vue-cropper": "^0.6.2",
"vue-i18n": "^9.4.1",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"sass": "^1.63.6",
"unplugin-auto-import": "^0.16.4",
"vite": "^4.3.9",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-setup-extend": "^0.4.0"
}
}