-
Notifications
You must be signed in to change notification settings - Fork 5.7k
/
package.json
146 lines (146 loc) · 4.63 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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "jeesite",
"version": "5.9.1",
"type": "module",
"scripts": {
"bootstrap": "yarn install",
"serve": "npm run dev",
"dev": "cross-env VITE_CJS_TRACE=true vite dev",
"build": "vite build --mode production",
"build:tomcat": "vite build --mode tomcat --emptyOutDir",
"build:preview": "npm run build && npm run preview:dist",
"preview": "npm run build && npm run preview:dist",
"preview:dist": "vite preview --mode development --port 3100",
"report": "cross-env REPORT=true npm run build",
"type:check": "vue-tsc --noEmit --skipLibCheck",
"lint:eslint": "eslint --cache --max-warnings 0 \"./**/*.{ts,tsx,vue}\" --fix",
"lint:prettier": "prettier --write \"./**/*.{vue,tsx,less,scss}\"",
"lint:stylelint": "stylelint \"./**/*.{vue,less,scss,css}\" --fix --cache --cache-location node_modules/.cache/stylelint/",
"lint:all": "npm run type:check && npm run lint:eslint && npm run lint:prettier && npm run lint:stylelint",
"reinstall": "rimraf yarn.lock pnpm-lock.yaml package-lock.json node_modules; npm run bootstrap",
"update": "ncu -u -x eslint,codemirror && npm run reinstall"
},
"dependencies": {
"@ant-design/colors": "7.1.0",
"@ant-design/icons-vue": "7.0.1",
"@vue/runtime-core": "3.4.38",
"@vue/shared": "3.4.38",
"@vueuse/core": "11.0.3",
"@vueuse/shared": "11.0.3",
"@wangeditor/editor": "5.1.23",
"@wangeditor/editor-for-vue": "5.1.12",
"@zxcvbn-ts/core": "3.0.4",
"ant-design-vue": "4.2.3",
"axios": "1.7.5",
"codemirror": "5.65.16",
"cropperjs": "1.6.2",
"crypto-js": "4.2.0",
"dayjs": "1.11.13",
"echarts": "5.5.1",
"intro.js": "7.2.0",
"lodash-es": "4.17.21",
"nprogress": "0.2.0",
"path-to-regexp": "7.1.0",
"pinia": "2.2.2",
"print-js": "1.6.0",
"qrcode": "1.5.4",
"qs": "6.13.0",
"resize-observer-polyfill": "1.5.1",
"showdown": "2.1.0",
"sortablejs": "1.15.2",
"spark-md5": "3.0.2",
"terser": "5.31.6",
"vditor": "3.10.5",
"vue": "3.4.38",
"vue-i18n": "9.14.0",
"vue-json-pretty": "2.4.0",
"vue-router": "4.4.3",
"vue-types": "5.1.3",
"xlsx": "0.18.5"
},
"devDependencies": {
"@iconify/iconify": "3.1.1",
"@iconify/json": "2.2.242",
"@iconify/utils": "2.1.32",
"@types/codemirror": "5.60.15",
"@types/crypto-js": "4.2.2",
"@types/fs-extra": "11.0.4",
"@types/intro.js": "5.1.5",
"@types/lodash-es": "4.17.12",
"@types/node": "22.5.1",
"@types/nprogress": "0.2.3",
"@types/qrcode": "1.5.5",
"@types/qs": "6.9.15",
"@types/showdown": "2.0.6",
"@types/sortablejs": "1.15.8",
"@typescript-eslint/eslint-plugin": "8.3.0",
"@typescript-eslint/parser": "8.3.0",
"@unocss/eslint-config": "0.62.3",
"@vitejs/plugin-legacy": "5.4.2",
"@vitejs/plugin-vue": "^5.1.3",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/compiler-sfc": "3.4.38",
"@vue/test-utils": "2.4.6",
"autoprefixer": "10.4.20",
"cross-env": "7.0.3",
"cz-git": "1.9.4",
"czg": "1.9.4",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-vue": "9.27.0",
"esno": "4.7.0",
"fs-extra": "11.2.0",
"less": "4.2.0",
"lint-staged": "15.2.9",
"npm-run-all": "4.1.5",
"picocolors": "1.0.1",
"pkg-types": "1.2.0",
"postcss": "8.4.41",
"postcss-html": "1.7.0",
"postcss-less": "6.0.0",
"prettier": "3.3.3",
"prettier-plugin-packagejson": "2.5.2",
"rimraf": "6.0.1",
"rollup": "4.21.2",
"rollup-plugin-visualizer": "5.12.0",
"stylelint": "16.9.0",
"stylelint-config-recommended-less": "3.0.1",
"stylelint-config-recommended-vue": "1.5.0",
"stylelint-config-standard": "36.0.1",
"stylelint-config-standard-less": "3.0.1",
"stylelint-order": "6.0.4",
"stylelint-prettier": "5.0.2",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"unocss": "0.62.3",
"vite": "5.4.2",
"vite-plugin-compression": "0.5.1",
"vite-plugin-html": "3.2.2",
"vite-plugin-mkcert": "1.17.6",
"vite-plugin-theme-vite3": "1.0.5",
"vite-plugin-vue-setup-extend": "0.4.0",
"vue-eslint-parser": "9.4.3",
"vue-tsc": "2.1.2"
},
"resolutions": {
"bin-wrapper": "npm:bin-wrapper-china"
},
"homepage": "https://jeesite.com",
"repository": {
"type": "git",
"url": "https://gitee.com/thinkgem/jeesite-vue.git"
},
"bugs": {
"url": "https://gitee.com/thinkgem/jeesite-vue/issues"
},
"author": {
"name": "ThinkGem",
"email": "[email protected]",
"url": "https://gitee.com/thinkgem"
},
"engines": {
"node": "18 || >=20"
}
}