-
Notifications
You must be signed in to change notification settings - Fork 221
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.42 KB
/
Copy pathpackage.json
File metadata and controls
98 lines (98 loc) · 2.42 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
95
96
97
98
{
"name": "pig-ui",
"version": "4.1.0",
"description": "Pig 开源权限管理与微服务脚手架",
"author": "pig4cloud",
"license": "Apache-2.0",
"scripts": {
"dev": "vite --force",
"build": &
88F2
quot;cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build",
"build:docker": "cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build --outDir ./docker/dist/",
"lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
"prettier": "prettier --write ."
},
"dependencies": {
"@axolo/json-editor-vue": "0.3.2",
"@element-plus/icons-vue": "2.3.2",
"@microsoft/clarity": "1.0.2",
"@vueuse/core": "10.11.1",
"@wangeditor-next/editor": "5.6.56",
"@wangeditor-next/editor-for-vue": "5.1.14",
"axios": "1.18.1",
"codemirror": "5.65.21",
"crypto-js": "4.2.0",
"disable-devtool": "0.3.9",
"echarts": "5.6.0",
"element-plus": "2.13.7",
"js-base64": "3.7.8",
"js-cookie": "3.0.8",
"lodash": "4.18.1",
"mitt": "3.0.1",
"nprogress": "0.2.0",
"pinia": "2.0.36",
"qs": "6.15.3",
"sm-crypto": "0.5.0",
"sortablejs": "1.15.7",
"splitpanes": "3.2.0",
"v-calendar": "3.1.2",
"vue": "3.5.40",
"vue-clipboard3": "2.0.0",
"vue-echarts": "7.0.3",
"vue-i18n": "9.14.3",
"vue-router": "4.6.4",
"vue3-tree-org": "4.2.2",
"vuedraggable": "4.1.0"
},
"devDependencies": {
"@types/crypto-js": "4.2.2",
"@types/node": "22.19.21",
"@types/nprogress": "0.2.3",
"@types/sm-crypto": "0.3.4",
"@types/sortablejs": "1.15.9",
"@typescript-eslint/eslint-plugin": "5.53.0",
"@typescript-eslint/parser": "5.53.0",
"@vitejs/plugin-vue": "6.0.8",
"@vue/compiler-sfc": "3.5.40",
"autoprefixer": "10.4.27",
"cross-env": "7.0.3",
"daisyui": "3.9.4",
"eslint": "8.34.0",
"eslint-plugin-vue": "9.9.0",
"pinia-plugin-persist": "1.0.0",
"esbuild": "0.28.1",
"postcss": "8.5.23",
"prettier": "2.8.8",
"sass": "1.94.3",
"tailwindcss": "3.4.19",
"terser": "5.44.1",
"typescript": "4.9.5",
"unplugin-auto-import": "21.0.0",
"vite": "8.1.5",
"vite-plugin-compression2": "2.5.3",
"vite-plugin-vue-setup-extend": "0.4.0",
"vue-eslint-parser": "9.1.1"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"bugs": {
"url": "https://pig4cloud.com"
},
"engines": {
"node": ">=20.19.0",
"npm": ">= 7.0.0"
},
"keywords": [
"vue",
"vue3",
"vuejs/vue-next",
"element-ui",
"element-plus"
],
"repository": {
"type": "git",
"url": "https://gitee.com/log4j/pig"
}
}