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
| {
| "name": "ruoyi",
| "version": "3.8.5",
| "description": "察县扫码入企监督平台",
| "author": "察县扫码入企监督平台",
| "scripts": {
| "build:prod": "vite build",
| "build:stage": "vite build --mode staging",
| "dev": "vite",
| "preview": "vite preview"
| },
| "dependencies": {
| "@element-plus/icons-vue": "2.0.10",
| "@types/node": "^18.16.1",
| "@vueuse/core": "9.5.0",
| "@wangeditor/editor": "^5.1.23",
| "@wangeditor/editor-for-vue": "^5.1.12",
| "axios": "0.27.2",
| "echarts": "^5.4.2",
| "element-plus": "^2.3.3",
| "file-saver": "2.0.5",
| "fuse.js": "6.6.2",
| "js-cookie": "3.0.1",
| "jsbarcode": "^3.11.6",
| "jsencrypt": "3.3.1",
| "nprogress": "0.2.0",
| "particles.vue3": "^2.9.3",
| "pinia": "2.0.22",
| "print-js": "^1.6.0",
| "tsparticles": "^2.9.3",
| "vue": "3.2.45",
| "vue-cropper": "1.0.3",
| "vue-qr": "^4.0.9",
| "vue-router": "4.1.4",
| "vue-tsc": "^1.4.4"
| },
| "devDependencies": {
| "@types/file-saver": "^2.0.5",
| "@types/js-cookie": "^3.0.3",
| "@types/nprogress": "^0.2.0",
| "@vitejs/plugin-vue": "3.1.0",
| "@vue/cli-plugin-typescript": "^5.0.8",
| "@vue/compiler-sfc": "3.2.45",
| "sass": "1.56.1",
| "typescript": "~4.5.5",
| "unplugin-auto-import": "0.11.4",
| "vite": "3.2.3",
| "vite-plugin-compression": "0.5.1",
| "vite-plugin-svg-icons": "2.0.1",
| "vite-plugin-vue-setup-extend": "0.4.0"
| },
| "license": "MIT",
| "repository": {
| "type": "git",
| "url": "https://gitee.com/y_project/RuoYi-Vue.git"
| }
| }
|
|