Merge branch 'sat'
This commit is contained in:
42
package.json
42
package.json
@ -5,7 +5,7 @@
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite --port 4730",
|
||||
"dev": "vite --port 4730 --host",
|
||||
"all": "run-p build-only format type-check lint",
|
||||
"build": "run-p type-check \"build-only {@}\" --",
|
||||
"build-only": "vite build",
|
||||
@ -40,7 +40,7 @@
|
||||
"@alova/adapter-axios": "^2.0.12",
|
||||
"@formkit/auto-animate": "^0.8.2",
|
||||
"@intlify/unplugin-vue-i18n": "^6.0.3",
|
||||
"@pinia/colada": "^0.13.3",
|
||||
"@pinia/colada": "^0.13.5",
|
||||
"@primevue/themes": "^4.2.5",
|
||||
"@unhead/vue": "^1.11.18",
|
||||
"@vant/use": "^1.6.0",
|
||||
@ -53,34 +53,36 @@
|
||||
"jsencrypt": "^3.3.2",
|
||||
"mitt": "^3.0.1",
|
||||
"nprogress": "^0.2.0",
|
||||
"orbpro": "^1.126.0",
|
||||
"page-stack-vue3": "^2.5.6",
|
||||
"pinia": "^2.3.1",
|
||||
"pinia-plugin-persistedstate": "^4.2.0",
|
||||
"primeicons": "^7.0.0",
|
||||
"primelocale": "^1.4.0",
|
||||
"primevue": "4.2.6-fix.202501210331",
|
||||
"primelocale": "^1.6.0",
|
||||
"primevue": "^4.2.5",
|
||||
"radash": "^12.1.0",
|
||||
"taze": "^18.3.0",
|
||||
"taze": "^18.4.0",
|
||||
"tdesign-icons-vue-next": "^0.3.4",
|
||||
"ts-enum-util": "^4.1.0",
|
||||
"utils4u": "^4.0.0",
|
||||
"utils4u": "^4.0.0",
|
||||
"vant": "^4.9.16",
|
||||
"vite-plugin-webfont-dl": "^3.10.4",
|
||||
"vue": "^3.5.13",
|
||||
"vue-i18n": "11.0.1",
|
||||
"vue-i18n": "^11.1.0",
|
||||
"vue-page-stack": "^3.2.0",
|
||||
"vue-router": "^4.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/compat": "^1.2.5",
|
||||
"@eslint/compat": "^1.2.6",
|
||||
"@faker-js/faker": "^9.4.0",
|
||||
"@iconify-json/carbon": "^1.2.5",
|
||||
"@iconify/utils": "^2.2.1",
|
||||
"@playwright/test": "^1.49.1",
|
||||
"@iconify-json/carbon": "^1.2.6",
|
||||
"@iconify/utils": "^2.3.0",
|
||||
"@playwright/test": "^1.50.1",
|
||||
"@primevue/auto-import-resolver": "^4.2.5",
|
||||
"@tsconfig/node22": "^22.0.0",
|
||||
"@types/mockjs": "^1.0.10",
|
||||
"@types/node": "^22.10.7",
|
||||
"@types/node": "^22.13.1",
|
||||
"@types/nprogress": "^0.2.3",
|
||||
"@unocss/preset-rem-to-px": "^65.4.3",
|
||||
"@vant/auto-import-resolver": "^1.2.1",
|
||||
@ -94,28 +96,28 @@
|
||||
"cz-conventional-changelog": "^3.3.0",
|
||||
"depcheck": "^1.4.7",
|
||||
"eruda": "^3.4.1",
|
||||
"eslint": "^9.18.0",
|
||||
"eslint-plugin-oxlint": "^0.15.7",
|
||||
"eslint-plugin-perfectionist": "^4.7.0",
|
||||
"eslint": "^9.19.0",
|
||||
"eslint-plugin-oxlint": "^0.15.10",
|
||||
"eslint-plugin-perfectionist": "^4.8.0",
|
||||
"eslint-plugin-vue": "^9.32.0",
|
||||
"husky": "^9.1.7",
|
||||
"less": "^4.2.2",
|
||||
"lint-staged": "^15.4.1",
|
||||
"lint-staged": "^15.4.3",
|
||||
"mockjs": "^1.1.0",
|
||||
"npm-run-all2": "^7.0.2",
|
||||
"oxlint": "^0.15.7",
|
||||
"oxlint": "^0.15.10",
|
||||
"prettier": "^3.4.2",
|
||||
"sass-embedded": "^1.83.4",
|
||||
"surge": "^0.24.6",
|
||||
"terser": "^5.37.0",
|
||||
"terser": "^5.38.1",
|
||||
"typescript": "~5.7.3",
|
||||
"unocss": "^65.4.3",
|
||||
"unplugin-auto-import": "^19.0.0",
|
||||
"unplugin-icons": "^22.0.0",
|
||||
"unplugin-vue-components": "^28.0.0",
|
||||
"unplugin-vue-macros": "^2.13.11",
|
||||
"unplugin-vue-markdown": "^28.1.0",
|
||||
"unplugin-vue-router": "^0.11.1",
|
||||
"unplugin-vue-macros": "^2.14.2",
|
||||
"unplugin-vue-markdown": "^28.3.0",
|
||||
"unplugin-vue-router": "^0.11.2",
|
||||
"vercel": "^41.0.2",
|
||||
"vite": "^6.1.0",
|
||||
"vite-plugin-cdn-import": "^1.0.1",
|
||||
|
Reference in New Issue
Block a user