-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
141 lines (141 loc) · 4.01 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
{
"name": "x-admin",
"type": "module",
"version": "0.0.1",
"private": true,
"description": "open source management system",
"author": {
"name": "fxzer",
"email": "[email protected]",
"url": "https://github.com/fxzer"
},
"license": "MIT",
"homepage": "https://github.com/fxzer/x-admin.git",
"repository": {
"type": "git",
"url": "[email protected]:fxzer/x-admin.git"
},
"bugs": {
"url": "https://github.com/fxzer/x-admin.git/issues"
},
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"dev": "vite",
"dev-pwa": "PWA_DEV=true vite",
"build": "vite build",
"build:dev": "vue-tsc && vite build --mode development",
"build:test": "vue-tsc && vite build --mode test",
"report": "vue-tsc && vite build --report",
"build:pro": "vue-tsc && vite build --mode production",
"type:check": "vue-tsc --noEmit --skipLibCheck",
"preview": "npm run build:dev && vite preview",
"preinstall": "npx only-allow pnpm",
"prepare": "simple-git-hooks",
"release": "standard-version",
"lint": "eslint .",
"lintf": "eslint . --fix",
"lint-staged": "lint-staged",
"commitlint": "commitlint --config commitlint.config.cjs -e -V",
"commit": "git add -A && czg && git push",
"clean:cache": "rimraf node_modules && rimraf .eslintcache && rm -rf dist && pnpm install"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@vueuse/core": "^10.10.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"animate.css": "^4.1.1",
"axios": "^1.7.2",
"dayjs": "^1.11.11",
"echarts": "^5.5.0",
"echarts-liquidfill": "^3.1.0",
"element-plus": "^2.7.4",
"fast-glob": "^3.3.2",
"md5": "^2.3.0",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"print-js": "^1.6.0",
"qs": "^6.12.1",
"sortablejs": "^1.15.2",
"v-wave": "^2.0.0",
"vue": "^3.4.27",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.20.0",
"@antfu/ni": "^0.21.12",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@iconify/json": "^2.2.215",
"@plugin-web-update-notification/vite": "^1.7.1",
"@types/md5": "^2.3.5",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.15",
"@types/sortablejs": "^1.15.8",
"@typescript-eslint/parser": "^7.12.0",
"@unocss/eslint-config": "^0.60.4",
"@unocss/eslint-plugin": "^0.60.4",
"@unocss/preset-rem-to-px": "^0.60.4",
"@unocss/reset": "^0.60.4",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"autoprefixer": "^10.4.19",
"cz-git": "^1.9.2",
"czg": "^1.9.2",
"eslint": "^9.4.0",
"eslint-plugin-format": "^0.1.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"rimraf": "^5.0.7",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.4",
"simple-git-hooks": "^2.11.1",
"standard-version": "^9.5.0",
"typescript": "^5.4.5",
"unocss": "^0.60.4",
"unplugin-auto-import": "^0.17.6",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"unplugin-vue-setup-extend-plus": "^1.0.1",
"vite": "^5.2.12",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-inspect": "^0.8.4",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-devtools": "1.0.0-rc.5",
"vue-tsc": "^2.0.19"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged ",
"commit-msg": "pnpm commitlint"
},
"browserslist": {
"production": [
"> 1%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
},
"lint-staged": {
"*.{js,ts,tsx,vue,md}": [
"pnpm lintf"
]
}
}