-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.79 KB
/
Copy pathpackage.json
File metadata and controls
94 lines (94 loc) · 2.79 KB
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": "diboot-admin-ui",
"private": true,
"version": "3.7.0",
"scripts": {
"vite": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js",
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"test:unit": "vitest --environment jsdom --root src/",
"test:e2e": "playwright test",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@microsoft/fetch-event-source": "^2.0.1",
"@vue-office/excel": "^1.7.11",
"@vueuse/core": "^11.2.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.7.7",
"docx-preview": "^0.3.2",
"echarts": "^5.5.1",
"element-plus": "2.8.4",
"element-resize-detector": "^1.2.4",
"fuse.js": "^7.0.0",
"highlight.js": "^11.10.0",
"jsencrypt": "^3.3.2",
"lodash": "^4.17.21",
"marked": "^14.1.3",
"nprogress": "^0.2.0",
"pinia": "^2.2.5",
"pinia-plugin-persist": "^1.0.0",
"qrcode.vue": "^3.5.1",
"qs": "^6.13.0",
"sortablejs": "^1.15.3",
"vue": "^3.5.12",
"vue-clipboard3": "^2.0.0",
"vue-cropper": "^1.1.4",
"vue-fuse": "^4.1.1",
"vue-i18n": "^10.0.4",
"vue-pdf-embed": "^2.1.1",
"vue-router": "^4.4.5",
"vuedraggable": "4.1.0",
"xgplayer": "^3.0.20"
},
"devDependencies": {
"@playwright/test": "^1.48.2",
"@rushstack/eslint-patch": "^1.10.4",
"@tsconfig/node18": "^18.2.4",
"@types/element-resize-detector": "^1.1.6",
"@types/jsdom": "^21.1.7",
"@types/lodash": "^4.17.13",
"@types/node": "^22.8.5",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.16",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.57.0",
"eslint-plugin-cypress": "^3.6.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-vue": "^9.30.0",
"jsdom": "^25.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"rollup": "~4.24.3",
"sass": "~1.72.0",
"start-server-and-test": "^2.0.8",
"typescript": "~5.4.5",
"unplugin-auto-import": "~0.12.2",
"unplugin-vue-components": "~0.26.0",
"vite": "^5.4.10",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vitest": "^2.1.4",
"vue-tsc": "^2.1.10"
},
"pnpm": {
"onlyBuiltDependencies": [
"@vue-office/excel",
"core-js",
"es5-ext",
"esbuild",
"vue-demi"
]
}
}