This commit is contained in:
2026-04-23 14:57:35 +08:00
parent c77780fa0e
commit 739e08157b
97 changed files with 6120 additions and 14939 deletions

View File

@@ -9,14 +9,9 @@
"dev": "unh dev",
"build": "unh build",
"build:app": "unh build -p app",
"build:app-android": "unh build -p app-android",
"build:app-ios": "unh build -p app-ios",
"about": "unh info",
"type-check": "vue-tsc --noEmit",
"test": "vitest",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"postinstall": "npx simple-git-hooks"
"test": "vitest"
},
"dependencies": {
"@dcloudio/uni-app": "3.0.0-4080720251210001",
@@ -60,7 +55,6 @@
"@iconify-json/carbon": "^1.2.11",
"@mini-types/alipay": "^3.0.14",
"@types/node": "^24.1.0",
"@uni-helper/eslint-config": "^0.4.0",
"@uni-helper/plugin-uni": "^0.1.0",
"@uni-helper/unh": "^0.2.3",
"@uni-helper/uni-env": "^0.1.7",
@@ -70,14 +64,10 @@
"@uni-helper/vite-plugin-uni-layouts": "^0.1.11",
"@uni-helper/vite-plugin-uni-manifest": "^0.2.9",
"@uni-helper/vite-plugin-uni-pages": "^0.3.19",
"@unocss/eslint-config": "^66.3.3",
"@vue/runtime-core": "3.4.21",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.32.0",
"lint-staged": "^16.1.2",
"miniprogram-api-typings": "^4.1.0",
"sass": "^1.78.0",
"simple-git-hooks": "^2.13.0",
"typescript": "~5.8.3",
"unocss": "66.0.0",
"unplugin-auto-import": "^19.3.0",
@@ -91,11 +81,5 @@
"overrides": {
"unconfig": "7.3.2"
}
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
}
}
}