|
@@ -69,7 +69,8 @@
|
|
|
"build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei",
|
|
"build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei",
|
|
|
"build:quickapp-webview-union": "uni build -p quickapp-webview-union",
|
|
"build:quickapp-webview-union": "uni build -p quickapp-webview-union",
|
|
|
"type-check": "vue-tsc --noEmit",
|
|
"type-check": "vue-tsc --noEmit",
|
|
|
- "openapi-ts-request": "openapi-ts"
|
|
|
|
|
|
|
+ "openapi-ts-request": "openapi-ts",
|
|
|
|
|
+ "prepare": "husky"
|
|
|
},
|
|
},
|
|
|
"lint-staged": {
|
|
"lint-staged": {
|
|
|
"**/*.{html,vue,ts,cjs,json,md}": [
|
|
"**/*.{html,vue,ts,cjs,json,md}": [
|
|
@@ -134,6 +135,7 @@
|
|
|
"@vue/runtime-core": "^3.4.21",
|
|
"@vue/runtime-core": "^3.4.21",
|
|
|
"@vue/tsconfig": "^0.1.3",
|
|
"@vue/tsconfig": "^0.1.3",
|
|
|
"autoprefixer": "^10.4.20",
|
|
"autoprefixer": "^10.4.20",
|
|
|
|
|
+ "husky": "^9.1.7",
|
|
|
"lint-staged": "^15.2.10",
|
|
"lint-staged": "^15.2.10",
|
|
|
"openapi-ts-request": "^1.1.2",
|
|
"openapi-ts-request": "^1.1.2",
|
|
|
"oxlint": "^0.1.0",
|
|
"oxlint": "^0.1.0",
|