|
@@ -1,7 +1,7 @@
|
|
|
{
|
|
{
|
|
|
"name": "unibest",
|
|
"name": "unibest",
|
|
|
"type": "commonjs",
|
|
"type": "commonjs",
|
|
|
- "version": "2.7.0",
|
|
|
|
|
|
|
+ "version": "2.8.0",
|
|
|
"description": "unibest - 最好的 uniapp 开发模板",
|
|
"description": "unibest - 最好的 uniapp 开发模板",
|
|
|
"author": {
|
|
"author": {
|
|
|
"name": "feige996",
|
|
"name": "feige996",
|
|
@@ -70,21 +70,15 @@
|
|
|
"build:quickapp-webview": "uni build -p quickapp-webview",
|
|
"build:quickapp-webview": "uni build -p quickapp-webview",
|
|
|
"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",
|
|
|
- "prepare": "git init && husky install",
|
|
|
|
|
"type-check": "vue-tsc --noEmit",
|
|
"type-check": "vue-tsc --noEmit",
|
|
|
- "release": "standard-version",
|
|
|
|
|
- "cz": "czg",
|
|
|
|
|
"openapi-ts-request": "openapi-ts"
|
|
"openapi-ts-request": "openapi-ts"
|
|
|
},
|
|
},
|
|
|
"lint-staged": {
|
|
"lint-staged": {
|
|
|
"**/*.{html,vue,ts,cjs,json,md}": [
|
|
"**/*.{html,vue,ts,cjs,json,md}": [
|
|
|
"prettier --write"
|
|
"prettier --write"
|
|
|
],
|
|
],
|
|
|
- "**/*.{vue,js,ts,jsx,tsx}": [
|
|
|
|
|
- "eslint --cache --fix"
|
|
|
|
|
- ],
|
|
|
|
|
- "**/*.{vue,css,scss,html}": [
|
|
|
|
|
- "stylelint --fix"
|
|
|
|
|
|
|
+ "**/*.{vue,js,ts,jsx,tsx,vue,css,scss,html}": [
|
|
|
|
|
+ "oxlint --fix"
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
"resolutions": {
|
|
"resolutions": {
|
|
@@ -120,8 +114,6 @@
|
|
|
"z-paging": "^2.8.4"
|
|
"z-paging": "^2.8.4"
|
|
|
},
|
|
},
|
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
|
- "@commitlint/cli": "^18.6.1",
|
|
|
|
|
- "@commitlint/config-conventional": "^18.6.3",
|
|
|
|
|
"@dcloudio/types": "^3.4.14",
|
|
"@dcloudio/types": "^3.4.14",
|
|
|
"@dcloudio/uni-automator": "3.0.0-4060520250512001",
|
|
"@dcloudio/uni-automator": "3.0.0-4060520250512001",
|
|
|
"@dcloudio/uni-cli-shared": "3.0.0-4060520250512001",
|
|
"@dcloudio/uni-cli-shared": "3.0.0-4060520250512001",
|
|
@@ -132,8 +124,7 @@
|
|
|
"@iconify-json/carbon": "^1.2.4",
|
|
"@iconify-json/carbon": "^1.2.4",
|
|
|
"@rollup/rollup-darwin-x64": "^4.28.0",
|
|
"@rollup/rollup-darwin-x64": "^4.28.0",
|
|
|
"@types/node": "^20.17.9",
|
|
"@types/node": "^20.17.9",
|
|
|
- "@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
|
|
|
- "@typescript-eslint/parser": "^6.21.0",
|
|
|
|
|
|
|
+ "@types/wechat-miniprogram": "^3.4.8",
|
|
|
"@uni-helper/uni-types": "1.0.0-alpha.3",
|
|
"@uni-helper/uni-types": "1.0.0-alpha.3",
|
|
|
"@uni-helper/vite-plugin-uni-layouts": "^0.1.10",
|
|
"@uni-helper/vite-plugin-uni-layouts": "^0.1.10",
|
|
|
"@uni-helper/vite-plugin-uni-manifest": "^0.2.8",
|
|
"@uni-helper/vite-plugin-uni-manifest": "^0.2.8",
|
|
@@ -143,31 +134,15 @@
|
|
|
"@vue/runtime-core": "^3.5.13",
|
|
"@vue/runtime-core": "^3.5.13",
|
|
|
"@vue/tsconfig": "^0.1.3",
|
|
"@vue/tsconfig": "^0.1.3",
|
|
|
"autoprefixer": "^10.4.20",
|
|
"autoprefixer": "^10.4.20",
|
|
|
- "commitlint": "^18.6.1",
|
|
|
|
|
- "czg": "^1.9.4",
|
|
|
|
|
- "eslint": "^8.57.1",
|
|
|
|
|
- "eslint-config-prettier": "^9.1.0",
|
|
|
|
|
- "eslint-config-standard": "^17.1.0",
|
|
|
|
|
- "eslint-import-resolver-typescript": "^3.7.0",
|
|
|
|
|
- "eslint-plugin-import": "^2.31.0",
|
|
|
|
|
- "eslint-plugin-prettier": "^5.2.1",
|
|
|
|
|
- "eslint-plugin-vue": "^9.32.0",
|
|
|
|
|
"husky": "^8.0.3",
|
|
"husky": "^8.0.3",
|
|
|
"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",
|
|
|
"postcss": "^8.4.49",
|
|
"postcss": "^8.4.49",
|
|
|
"postcss-html": "^1.7.0",
|
|
"postcss-html": "^1.7.0",
|
|
|
"postcss-scss": "^4.0.9",
|
|
"postcss-scss": "^4.0.9",
|
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
|
"sass": "1.77.8",
|
|
"sass": "1.77.8",
|
|
|
- "standard-version": "^9.5.0",
|
|
|
|
|
- "stylelint": "^16.11.0",
|
|
|
|
|
- "stylelint-config-html": "^1.1.0",
|
|
|
|
|
- "stylelint-config-recess-order": "^4.6.0",
|
|
|
|
|
- "stylelint-config-recommended": "^14.0.1",
|
|
|
|
|
- "stylelint-config-recommended-scss": "^14.1.0",
|
|
|
|
|
- "stylelint-config-recommended-vue": "^1.5.0",
|
|
|
|
|
- "stylelint-prettier": "^5.0.2",
|
|
|
|
|
"terser": "^5.36.0",
|
|
"terser": "^5.36.0",
|
|
|
"typescript": "^5.7.2",
|
|
"typescript": "^5.7.2",
|
|
|
"unocss": "0.58.9",
|
|
"unocss": "0.58.9",
|