This commit is contained in:
18
package.json
18
package.json
@ -13,7 +13,8 @@
|
||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
||||
"format": "prettier --write src/",
|
||||
"prepare": "husky",
|
||||
"dev+preview": "bunx dev-and-preview@1.0.0"
|
||||
"dev+preview": "bunx dev-and-preview@1.0.0",
|
||||
"taze": "pnpx taze"
|
||||
},
|
||||
"dependencies": {
|
||||
"@alova/adapter-axios": "^2.0.7",
|
||||
@ -29,10 +30,11 @@
|
||||
"pinia": "^2.2.2",
|
||||
"pinia-plugin-persistedstate": "^4.0.1",
|
||||
"radash": "^12.1.0",
|
||||
"taze": "^0.16.8",
|
||||
"tdesign-icons-vue-next": "^0.2.6",
|
||||
"tdesign-mobile-vue": "^1.4.1",
|
||||
"ts-enum-util": "^4.1.0",
|
||||
"utils4u": "^2.8.0",
|
||||
"utils4u": "^2.9.0",
|
||||
"vant": "^4.9.5",
|
||||
"vite-plugin-webfont-dl": "^3.9.5",
|
||||
"vue": "^3.5.4",
|
||||
@ -61,7 +63,7 @@
|
||||
"eruda": "^3.3.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-plugin-vue": "^9.28.0",
|
||||
"husky": "^9.1.5",
|
||||
"husky": "^9.1.6",
|
||||
"jsdom": "^25.0.0",
|
||||
"less": "^4.2.0",
|
||||
"lint-staged": "^15.2.10",
|
||||
@ -69,16 +71,16 @@
|
||||
"prettier": "^3.3.3",
|
||||
"typescript": "~5.6.2",
|
||||
"unocss": "^0.62.3",
|
||||
"unplugin-auto-import": "^0.18.2",
|
||||
"unplugin-auto-import": "^0.18.3",
|
||||
"unplugin-icons": "^0.19.3",
|
||||
"unplugin-vue-components": "^0.27.4",
|
||||
"unplugin-vue-macros": "^2.11.11",
|
||||
"unplugin-vue-macros": "^2.11.12",
|
||||
"unplugin-vue-markdown": "^0.26.2",
|
||||
"unplugin-vue-router": "^0.10.8",
|
||||
"vite": "^5.4.3",
|
||||
"vite": "^5.4.4",
|
||||
"vite-plugin-cdn-import": "^1.0.1",
|
||||
"vite-plugin-vue-devtools": "^7.4.4",
|
||||
"vitest": "^2.0.5",
|
||||
"vite-plugin-vue-devtools": "^7.4.5",
|
||||
"vitest": "^2.1.0",
|
||||
"vue-tsc": "^2.1.6"
|
||||
},
|
||||
"pnpm": {},
|
||||
|
Reference in New Issue
Block a user