chore: Update npm registry and add new dependencies
All checks were successful
CI / cache-and-install (push) Successful in 1m33s
All checks were successful
CI / cache-and-install (push) Successful in 1m33s
This commit is contained in:
3
.npmrc
3
.npmrc
@ -1,4 +1,5 @@
|
||||
registry=https://npm-cf-proxy.oo1.dev
|
||||
registry=https://registry.npmmirror.com
|
||||
registry=https://npm-cf-proxy.oo1.dev
|
||||
registry=https://registry.npmjs.org/
|
||||
use-node-version=20.17.0
|
||||
shamefully-hoist=true
|
||||
|
36
package.json
36
package.json
@ -16,6 +16,18 @@
|
||||
"dev+preview": "bunx dev-and-preview@1.0.0",
|
||||
"taze": "pnpx taze"
|
||||
},
|
||||
"pnpm": {
|
||||
"patchedDependencies": {}
|
||||
},
|
||||
"lint-staged": {
|
||||
"src/**/*.{js,ts,vue}": [
|
||||
"prettier --write",
|
||||
"eslint --fix"
|
||||
]
|
||||
},
|
||||
"resolutions": {
|
||||
"@vue-macros/export-props": "0.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@alova/adapter-axios": "^2.0.7",
|
||||
"@unhead/vue": "^1.11.2",
|
||||
@ -32,14 +44,14 @@
|
||||
"radash": "^12.1.0",
|
||||
"taze": "^0.16.8",
|
||||
"tdesign-icons-vue-next": "^0.2.6",
|
||||
"tdesign-mobile-vue": "^1.4.1",
|
||||
"tdesign-mobile-vue": "^1.4.2",
|
||||
"ts-enum-util": "^4.1.0",
|
||||
"utils4u": "^2.9.0",
|
||||
"vant": "^4.9.5",
|
||||
"vite-plugin-webfont-dl": "^3.9.5",
|
||||
"vue": "^3.5.4",
|
||||
"vue": "^3.5.5",
|
||||
"vue-page-stack": "^3.2.0",
|
||||
"vue-router": "^4.4.4"
|
||||
"vue-router": "^4.4.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/carbon": "^1.2.1",
|
||||
@ -47,7 +59,7 @@
|
||||
"@rushstack/eslint-patch": "^1.10.4",
|
||||
"@tsconfig/node20": "^20.1.4",
|
||||
"@types/jsdom": "^21.1.7",
|
||||
"@types/node": "^22.5.4",
|
||||
"@types/node": "^22.5.5",
|
||||
"@types/nprogress": "^0.2.3",
|
||||
"@unocss/preset-attributify": "^0.62.3",
|
||||
"@unocss/preset-rem-to-px": "^0.62.3",
|
||||
@ -55,7 +67,6 @@
|
||||
"@vant/auto-import-resolver": "^1.2.1",
|
||||
"@vitejs/plugin-vue": "^5.1.3",
|
||||
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
||||
"@vue-macros/reactivity-transform": "^1.0.4",
|
||||
"@vue/eslint-config-prettier": "^9.0.0",
|
||||
"@vue/eslint-config-typescript": "^13.0.0",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
@ -67,27 +78,20 @@
|
||||
"jsdom": "^25.0.0",
|
||||
"less": "^4.2.0",
|
||||
"lint-staged": "^15.2.10",
|
||||
"npm-run-all2": "^6.2.2",
|
||||
"npm-run-all2": "^6.2.3",
|
||||
"prettier": "^3.3.3",
|
||||
"typescript": "~5.6.2",
|
||||
"unocss": "^0.62.3",
|
||||
"unplugin-auto-import": "^0.18.3",
|
||||
"unplugin-icons": "^0.19.3",
|
||||
"unplugin-vue-components": "^0.27.4",
|
||||
"unplugin-vue-macros": "^2.11.12",
|
||||
"unplugin-vue-macros": "^2.12.1",
|
||||
"unplugin-vue-markdown": "^0.26.2",
|
||||
"unplugin-vue-router": "^0.10.8",
|
||||
"vite": "^5.4.4",
|
||||
"vite": "^5.4.5",
|
||||
"vite-plugin-cdn-import": "^1.0.1",
|
||||
"vite-plugin-vue-devtools": "^7.4.5",
|
||||
"vitest": "^2.1.0",
|
||||
"vitest": "^2.1.1",
|
||||
"vue-tsc": "^2.1.6"
|
||||
},
|
||||
"pnpm": {},
|
||||
"lint-staged": {
|
||||
"src/**/*.{js,ts,vue}": [
|
||||
"prettier --write",
|
||||
"eslint --fix"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
890
pnpm-lock.yaml
generated
890
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user