f
This commit is contained in:
20
package.json
20
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user