forked from jsxiaosi/vue-xs-admin
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
173 lines (173 loc) · 4.98 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
{
"name": "xsadmin",
"version": "1.6.1",
"author": {
"name": "小斯斯",
"email": "[email protected]",
"url": "https://github.com/SuperCuteXiaoSi"
},
"license": "MIT",
"engines": {
"node": ">=14"
},
"scripts": {
"dev": "vite",
"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:prettier": "prettier --write --loglevel warn \"src/**/*.{js,json,css,scss,vue,ts,tsx,jsx,html,md}\"",
"lint:stylelint": "stylelint --fix scss \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
"lint:pretty": "pretty-quick --staged",
"lint:staged": "lint-staged",
"cz": "czg",
"prepare": "husky install",
"push": "scp -r dist/* root@服务器公网IP:/服务器资源存放地址",
"build:push": "npm run build && npm run push"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@jsxiaosi/utils": "^0.0.2",
"@logicflow/core": "^1.1.31",
"@logicflow/extension": "^1.1.31",
"@vueuse/core": "^9.13.0",
"axios": "^1.3.4",
"dayjs": "^1.11.7",
"docx-preview": "^0.1.15",
"echarts": "^5.4.1",
"element-plus": "^2.3.0",
"es6-promise": "^4.2.8",
"i18next": "^22.4.11",
"intro.js": "^6.0.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"marked": "^4.2.12",
"mitt": "^3.0.0",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"path": "^0.12.7",
"pinia": "^2.0.33",
"prettier": "^2.8.4",
"qs": "^6.11.1",
"sortablejs": "^1.15.0",
"vue": "^3.2.47",
"vue-i18n": "^9.2.2",
"vue-pdf-embed": "^1.1.5",
"vue-router": "^4.1.6",
"vue-types": "^5.0.2",
"vuex": "^4.1.0",
"wangeditor": "^4.7.15"
},
"devDependencies": {
"@ehutch79/vite-eslint": "^0.0.1",
"@esbuild-kit/cjs-loader": "^2.4.2",
"@jsxiaosi/commitlint-config": "^0.0.14",
"@jsxiaosi/eslint-config-prettier": "^0.0.14",
"@jsxiaosi/eslint-config-vue": "^0.0.14",
"@types/core-js": "^2.5.5",
"@types/intro.js": "^5.1.1",
"@types/lodash-es": "^4.17.6",
"@types/marked": "^4.0.8",
"@types/node": "18.15.1",
"@types/nprogress": "^0.2.0",
"@types/qs": "^6.9.7",
"@types/sortablejs": "^1.15.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/compiler-sfc": "^3.2.47",
"@vue/test-utils": "^2.3.1",
"autoprefixer": "^10.4.14",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"czg": "^1.6.0",
"echarts-wordcloud": "^2.1.0",
"eslint": "^8.36.0",
"eslint-plugin-jsonc": "^2.6.0",
"http-server": "^14.1.1",
"husky": "^8.0.3",
"jsdom": "^21.1.1",
"kolorist": "^1.7.0",
"lint-staged": "^13.2.0",
"postcss": "^8.4.21",
"postcss-html": "^1.5.0",
"postcss-import": "^15.1.0",
"postcss-scss": "^4.0.6",
"pretty-quick": "^3.1.3",
"rollup-plugin-visualizer": "^5.9.0",
"sass": "^1.59.2",
"stylelint": "^15.2.0",
"stylelint-config-recess-order": "^4.0.0",
"stylelint-config-standard": "^30.0.1",
"stylelint-order": "^6.0.3",
"stylelint-scss": "^4.4.0",
"typescript": "^4.9.5",
"unplugin-element-plus": "^0.7.0",
"unplugin-vue-macros": "^1.10.0",
"vite": "^4.1.4",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-inspect": "^0.7.16",
"vite-plugin-linter": "^2.0.2",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-pwa": "^0.14.4",
"vite-plugin-style-import": "^2.0.0",
"vite-plugin-svg-icons": "^2.0.1",
"vitest": "^0.29.2",
"vue-eslint-parser": "^9.1.0",
"vue-tsc": "^1.2.0",
"xlsx": "^0.18.5"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"rollup",
"source-map-*",
"stable",
"uuid",
"urix"
]
}
},
"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"
}
}
}