-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.58 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.58 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
{
"name": "vite-element-plus-admin",
"version": "0.0.18",
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"build:debug": "vue-tsc --noEmit && vite build --debug",
"preview": "vite preview",
"analyzer": "vue-tsc --noEmit && vite build --mode analyzer",
"lint": "eslint . --fix --ext .js,.ts,.vue",
"log": "standard-version",
"prepare": "husky install",
"lint-staged": "lint-staged"
},
"lint-staged": {
"src/**/*.{js,ts,vue}": "pnpm lint"
},
"dependencies": {
"@asasugar-use/custom-json2excel": "^3.1.9",
"@element-plus/icons-vue": "^2.3.1",
"@vueup/vue-quill": "1.2.0",
"@vueuse/core": "^10.7.1",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.6.3",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.10",
"default-passive-events": "^2.0.0",
"echarts": "^5.4.3",
"element-plus": "^2.4.4",
"mockjs": "^1.1.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"qs": "^6.11.2",
"resize-observer-polyfill": "^1.5.1",
"three": "^0.160.0",
"vditor": "^3.9.8",
"vue": "^3.4.3",
"vue-json-pretty": "^2.3.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"@iconify-json/ep": "^1.1.14",
"@types/crypto-js": "^4.2.1",
"@types/mockjs": "^1.0.10",
"@types/node": "^20.10.6",
"@types/qs": "^6.9.11",
"@types/three": "^0.160.0",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vitejs/plugin-vue": "^5.0.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-vue": "^9.19.2",
"husky": "^8.0.3",
"less": "^4.2.0",
"lint-staged": "^15.2.0",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"quicktype-core": "^23.0.80",
"rollup": "^4.9.2",
"rollup-plugin-visualizer": "^5.12.0",
"standard-version": "^9.5.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.3",
"unplugin-icons": "^0.18.1",
"unplugin-vue-components": "^0.26.0",
"vite": "5.0.10",
"vite-plugin-chunk-split": "^0.5.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue-eslint-parser": "^9.3.2",
"vue-tsc": "^2.2.0"
},
"packageManager": "pnpm@6.30.0",
"engines": {
"node": ">=12.0.0",
"pnpm": ">=6"
}
}