-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
176 lines (176 loc) · 5.11 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
{
"name": "mini-xs-admin",
"type": "module",
"version": "2.0.2",
"packageManager": "pnpm@9.0.0",
"author": {
"name": "小斯斯",
"email": "1531733886@qq.com",
"url": "https://github.com/jsxiaosi"
},
"license": "MIT",
"engines": {
"node": ">=18",
"pnpm": ">=9"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"staging": "vite build --mode staging",
"serve": "vite preview",
"type:check": "vue-tsc --noEmit --skipLibCheck",
"preview": "npm run build && vite preview",
"preview:dist": "vite preview",
"visualizer": "cross-env REPORT=true npm run build",
"log": "conventional-changelog -p cmyr-config -i CHANGELOG.md -s -r 0",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run",
"test:gzip": "http-server dist --cors --gzip -c-1",
"test:br": "http-server dist --cors --brotli -c-1",
"lint:eslint": "eslint \"{src,mock,build}/**/*.{vue,ts,js,tsx,jsx}\" package.json --fix",
"lint:stylelint": "stylelint \"**/*.{vue,css,scss}\" --fix --cache --cache-location node_modules/.cache/stylelint/",
"lint:prettier": "prettier --write --log-level warn \"src/**/*.{js,json,css,scss,vue,ts,tsx,jsx,html,md}\"",
"lint:pretty": "pretty-quick --staged",
"lint:staged": "lint-staged",
"cz": "czg",
"prepare": "husky",
"push": "scp -r dist/* root@服务器公网IP:/服务器资源存放地址",
"build:push": "npm run build && npm run push"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@intlify/unplugin-vue-i18n": "^6.0.1",
"@jsxiaosi/utils": "^0.0.19",
"@vueuse/core": "^12.0.0",
"axios": "^1.7.9",
"commitlint": "19.6.0",
"dayjs": "^1.11.13",
"element-plus": "^2.9.0",
"es6-promise": "^4.2.8",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"mitt": "^3.0.1",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"path": "^0.12.7",
"pinia": "^2.3.0",
"qs": "^6.13.1",
"sortablejs": "^1.15.6",
"vue": "^3.5.13",
"vue-i18n": "^10.0.5",
"vue-router": "^4.5.0",
"vue-types": "^5.1.3"
},
"devDependencies": {
"@esbuild-kit/cjs-loader": "^2.4.4",
"@jsxiaosi/commitlint-config": "^1.0.7",
"@jsxiaosi/eslint-config": "^1.0.7",
"@jsxiaosi/eslint-config-prettier": "^1.0.7",
"@types/core-js": "^2.5.8",
"@types/lodash-es": "^4.17.12",
"@types/mockjs": "^1.0.10",
"@types/node": "*",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.17",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.20",
"conventional-changelog-cli": "^5.0.0",
"cross-env": "^7.0.3",
"czg": "^1.11.0",
"eslint": "^9.16.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.32.0",
"http-server": "^14.1.1",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
"kolorist": "^1.8.0",
"lint-staged": "^15.2.11",
"postcss": "^8.4.49",
"postcss-html": "^1.7.0",
"postcss-import": "^16.1.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.4.2",
"pretty-quick": "^4.0.0",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.82.0",
"sass-migrator": "^2.2.1",
"stylelint": "^16.11.0",
"stylelint-config-property-sort-order-smacss": "^10.0.0",
"stylelint-config-recommended": "^14.0.1",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.10.0",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"unplugin-element-plus": "^0.8.0",
"vite": "^6.0.3",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-fake-server": "^2.1.4",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-inspect": "^0.10.3",
"vite-plugin-linter": "^3.0.1",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-style-import": "^2.0.0",
"vite-plugin-svg-icons": "^2.0.1",
"vitest": "^2.1.8",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.1.10",
"xlsx": "^0.18.5"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"rollup"
]
},
"allowedDeprecatedVersions": {
"sourcemap-codec": "*",
"w3c-hr-time": "*",
"stable": "*",
"source-map-resolve": "*",
"source-map-url": "*",
"resolve-url": "*",
"rollup-plugin-terser": "*",
"urix": "*",
"uuid": "*"
}
},
"resolutions": {
"bin-wrapper": "npm:bin-wrapper-china"
},
"lint-staged": {
"{src,mock,build}/**/*.{ts,js,tsx,jsx}": [
"eslint --fix",
"prettier --write"
],
"{!(package)*.json,*.code-snippets,.!(browserslist)*rc}": [
"prettier --write--parser json"
],
"package.json": [
"prettier --write"
],
"*.vue": [
"eslint --fix",
"prettier --write",
"stylelint --fix"
],
"*.{scss,less,styl,html}": [
"stylelint --fix",
"prettier --write"
],
"*.md": [
"prettier --write"
]
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
}
}