mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-02 23:03:44 +08:00
build(projects): 引入@unocss/vite替换unocss,精简体积
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
"typecheck": "vue-tsc --noEmit --skipLibCheck",
|
||||
"lint": "eslint . --fix",
|
||||
"prepare": "husky install",
|
||||
"clean": "pnpm rimraf node_modules pnpm-lock.yaml",
|
||||
"postinstall": "patch-package",
|
||||
"release": "standard-version",
|
||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
|
||||
@@ -89,6 +90,8 @@
|
||||
"@types/node": "^18.7.14",
|
||||
"@types/qs": "^6.9.7",
|
||||
"@types/ua-parser-js": "^0.7.36",
|
||||
"@unocss/preset-uno": "^0.45.13",
|
||||
"@unocss/vite": "^0.45.13",
|
||||
"@vitejs/plugin-vue": "^3.0.3",
|
||||
"@vitejs/plugin-vue-jsx": "^2.0.0",
|
||||
"commitizen": "^4.2.5",
|
||||
@@ -105,7 +108,6 @@
|
||||
"sass": "^1.54.7",
|
||||
"standard-version": "^9.5.0",
|
||||
"typescript": "4.8.2",
|
||||
"unocss": "^0.45.13",
|
||||
"unplugin-icons": "^0.14.8",
|
||||
"unplugin-vue-components": "0.22.4",
|
||||
"unplugin-vue-define-options": "^0.11.1",
|
||||
|
||||
Reference in New Issue
Block a user