|
@@ -1,9 +1,9 @@
|
|
|
{
|
|
{
|
|
|
"name": "unibest",
|
|
"name": "unibest",
|
|
|
"type": "commonjs",
|
|
"type": "commonjs",
|
|
|
- "version": "2.13.1",
|
|
|
|
|
|
|
+ "version": "3.0.0",
|
|
|
"description": "unibest - 最好的 uniapp 开发模板",
|
|
"description": "unibest - 最好的 uniapp 开发模板",
|
|
|
- "update-time": "2025-06-17",
|
|
|
|
|
|
|
+ "update-time": "2025-06-21",
|
|
|
"author": {
|
|
"author": {
|
|
|
"name": "feige996",
|
|
"name": "feige996",
|
|
|
"zhName": "菲鸽",
|
|
"zhName": "菲鸽",
|
|
@@ -11,8 +11,8 @@
|
|
|
"github": "https://github.com/feige996",
|
|
"github": "https://github.com/feige996",
|
|
|
"gitee": "https://gitee.com/feige996"
|
|
"gitee": "https://gitee.com/feige996"
|
|
|
},
|
|
},
|
|
|
- "homepage": "https://unibest.tech",
|
|
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
|
|
+ "homepage": "https://unibest.tech",
|
|
|
"repository": "https://github.com/feige996/unibest",
|
|
"repository": "https://github.com/feige996/unibest",
|
|
|
"repository-gitee": "https://gitee.com/feige996/unibest",
|
|
"repository-gitee": "https://gitee.com/feige996/unibest",
|
|
|
"repository-old": "https://github.com/codercup/unibest",
|
|
"repository-old": "https://github.com/codercup/unibest",
|
|
@@ -75,21 +75,8 @@
|
|
|
"type-check": "vue-tsc --noEmit",
|
|
"type-check": "vue-tsc --noEmit",
|
|
|
"openapi-ts-request": "openapi-ts",
|
|
"openapi-ts-request": "openapi-ts",
|
|
|
"prepare": "git init && husky",
|
|
"prepare": "git init && husky",
|
|
|
- "lint": "oxlint",
|
|
|
|
|
- "lint-fix": "oxlint --fix"
|
|
|
|
|
- },
|
|
|
|
|
- "lint-staged": {
|
|
|
|
|
- "**/*.{html,cjs,json,md,scss,css,txt}": [
|
|
|
|
|
- "prettier --write --cache"
|
|
|
|
|
- ],
|
|
|
|
|
- "**/*.{js,jsx,ts,tsx,vue,mjs,cjs,mts,cts}": [
|
|
|
|
|
- "oxlint --fix",
|
|
|
|
|
- "prettier --write --cache"
|
|
|
|
|
- ],
|
|
|
|
|
- "!**/{node_modules,dist}/**": []
|
|
|
|
|
- },
|
|
|
|
|
- "resolutions": {
|
|
|
|
|
- "bin-wrapper": "npm:bin-wrapper-china"
|
|
|
|
|
|
|
+ "lint": "eslint",
|
|
|
|
|
+ "lint:fix": "eslint --fix"
|
|
|
},
|
|
},
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"@dcloudio/uni-app": "3.0.0-4060620250520001",
|
|
"@dcloudio/uni-app": "3.0.0-4060620250520001",
|
|
@@ -121,6 +108,7 @@
|
|
|
"z-paging": "2.8.7"
|
|
"z-paging": "2.8.7"
|
|
|
},
|
|
},
|
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
|
|
|
+ "@antfu/eslint-config": "^4.15.0",
|
|
|
"@commitlint/cli": "^19.8.1",
|
|
"@commitlint/cli": "^19.8.1",
|
|
|
"@commitlint/config-conventional": "^19.8.1",
|
|
"@commitlint/config-conventional": "^19.8.1",
|
|
|
"@dcloudio/types": "^3.4.8",
|
|
"@dcloudio/types": "^3.4.8",
|
|
@@ -128,12 +116,13 @@
|
|
|
"@dcloudio/uni-cli-shared": "3.0.0-4060620250520001",
|
|
"@dcloudio/uni-cli-shared": "3.0.0-4060620250520001",
|
|
|
"@dcloudio/uni-stacktracey": "3.0.0-4060620250520001",
|
|
"@dcloudio/uni-stacktracey": "3.0.0-4060620250520001",
|
|
|
"@dcloudio/vite-plugin-uni": "3.0.0-4060620250520001",
|
|
"@dcloudio/vite-plugin-uni": "3.0.0-4060620250520001",
|
|
|
- "@esbuild/darwin-arm64": "0.25.5",
|
|
|
|
|
- "@esbuild/darwin-x64": "0.25.5",
|
|
|
|
|
|
|
+ "@esbuild/darwin-arm64": "0.20.2",
|
|
|
|
|
+ "@esbuild/darwin-x64": "0.20.2",
|
|
|
"@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",
|
|
|
"@types/wechat-miniprogram": "^3.4.8",
|
|
"@types/wechat-miniprogram": "^3.4.8",
|
|
|
|
|
+ "@uni-helper/eslint-config": "^0.4.0",
|
|
|
"@uni-helper/uni-types": "1.0.0-alpha.3",
|
|
"@uni-helper/uni-types": "1.0.0-alpha.3",
|
|
|
"@uni-helper/unocss-preset-uni": "^0.2.11",
|
|
"@uni-helper/unocss-preset-uni": "^0.2.11",
|
|
|
"@uni-helper/vite-plugin-uni-components": "0.2.0",
|
|
"@uni-helper/vite-plugin-uni-components": "0.2.0",
|
|
@@ -142,17 +131,19 @@
|
|
|
"@uni-helper/vite-plugin-uni-pages": "0.2.28",
|
|
"@uni-helper/vite-plugin-uni-pages": "0.2.28",
|
|
|
"@uni-helper/vite-plugin-uni-platform": "0.0.4",
|
|
"@uni-helper/vite-plugin-uni-platform": "0.0.4",
|
|
|
"@uni-ku/bundle-optimizer": "^1.3.3",
|
|
"@uni-ku/bundle-optimizer": "^1.3.3",
|
|
|
|
|
+ "@unocss/eslint-plugin": "^66.2.3",
|
|
|
"@unocss/preset-legacy-compat": "^0.59.4",
|
|
"@unocss/preset-legacy-compat": "^0.59.4",
|
|
|
"@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",
|
|
|
|
|
+ "eslint": "^9.29.0",
|
|
|
"husky": "^9.1.7",
|
|
"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": "1.0.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",
|
|
|
|
|
+ "prettier": "^3.5.3",
|
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
|
"sass": "1.77.8",
|
|
"sass": "1.77.8",
|
|
|
"terser": "^5.36.0",
|
|
"terser": "^5.36.0",
|
|
@@ -164,5 +155,11 @@
|
|
|
"vitepress": "^1.5.0",
|
|
"vitepress": "^1.5.0",
|
|
|
"vitepress-plugin-llms": "^1.3.4",
|
|
"vitepress-plugin-llms": "^1.3.4",
|
|
|
"vue-tsc": "^2.2.10"
|
|
"vue-tsc": "^2.2.10"
|
|
|
|
|
+ },
|
|
|
|
|
+ "resolutions": {
|
|
|
|
|
+ "bin-wrapper": "npm:bin-wrapper-china"
|
|
|
|
|
+ },
|
|
|
|
|
+ "lint-staged": {
|
|
|
|
|
+ "*": "eslint --fix"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|