97 lines
3.0 KiB
JSON
97 lines
3.0 KiB
JSON
{
|
|
"name": "my-project",
|
|
"version": "0.2.0",
|
|
"description": "unibest - 最好的 uniapp 开发模板, HBX 版本",
|
|
"main": "main.js",
|
|
"author": {
|
|
"name": "codercup",
|
|
"zhName": "菲鸽",
|
|
"email": "1020103647@qq.com",
|
|
"github": "https://github.com/codercup",
|
|
"gitee": "https://gitee.com/codercup"
|
|
},
|
|
"license": "MIT",
|
|
"repository": "https://github.com/codercup/unibest-hbx",
|
|
"repository-gitee": "https://gitee.com/codercup/unibest-hbx",
|
|
"bugs": {
|
|
"url": "https://github.com/codercup/unibest-hbx/issues"
|
|
},
|
|
"homepage": "https://codercup.github.io/unibest-hbx/",
|
|
"engines": {
|
|
"node": ">=18",
|
|
"pnpm": ">=7.30"
|
|
},
|
|
"scripts": {
|
|
"prepare": "node ./shell/postinstall.js & git init && husky install"
|
|
},
|
|
"lint-staged": {
|
|
"**/*.{html,vue,ts,cjs,json,md}": [
|
|
"prettier --write"
|
|
],
|
|
"**/*.{vue,js,ts,jsx,tsx}": [
|
|
"eslint --fix"
|
|
],
|
|
"**/*.{vue,css,scss,html}": [
|
|
"stylelint --fix"
|
|
]
|
|
},
|
|
"resolutions": {
|
|
"bin-wrapper": "npm:bin-wrapper-china"
|
|
},
|
|
"dependencies": {
|
|
"dayjs": "^1.11.11",
|
|
"pinia": "2.0.36",
|
|
"pinia-plugin-persistedstate": "^3.2.1",
|
|
"qs": "6.5.3",
|
|
"vue": "3.4.21",
|
|
"wot-design-uni": "^1.2.20"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^19.3.0",
|
|
"@commitlint/config-conventional": "^19.2.2",
|
|
"@dcloudio/types": "^3.4.8",
|
|
"@dcloudio/vite-plugin-uni": "3.0.0-4010520240507001",
|
|
"@iconify-json/carbon": "^1.1.33",
|
|
"@types/node": "^20.12.12",
|
|
"@types/wechat-miniprogram": "^3.4.7",
|
|
"@typescript-eslint/eslint-plugin": "^7.9.0",
|
|
"@typescript-eslint/parser": "^7.9.0",
|
|
"@uni-helper/uni-app-types": "^0.5.13",
|
|
"@uni-helper/uni-ui-types": "^0.5.14",
|
|
"@uni-helper/vite-plugin-uni-layouts": "^0.1.8",
|
|
"@uni-helper/vite-plugin-uni-manifest": "^0.2.6",
|
|
"@uni-helper/vite-plugin-uni-pages": "^0.2.20",
|
|
"@uni-helper/vite-plugin-uni-platform": "^0.0.4",
|
|
"@unocss/preset-legacy-compat": "^0.59.4",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"autoprefixer": "^10.4.19",
|
|
"commitlint": "^19.3.0",
|
|
"esbuild": "0.20.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-config-standard": "^17.1.0",
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-vue": "^9.26.0",
|
|
"husky": "^9.0.11",
|
|
"lint-staged": "^15.2.2",
|
|
"postcss": "^8.4.38",
|
|
"postcss-html": "^1.7.0",
|
|
"postcss-scss": "^4.0.9",
|
|
"sass": "^1.77.2",
|
|
"stylelint": "^16.5.0",
|
|
"stylelint-config-html": "^1.1.0",
|
|
"stylelint-config-recess-order": "^5.0.1",
|
|
"stylelint-config-recommended": "^14.0.0",
|
|
"stylelint-config-recommended-scss": "^14.0.0",
|
|
"stylelint-config-recommended-vue": "^1.5.0",
|
|
"stylelint-prettier": "^5.0.0",
|
|
"terser": "^5.31.0",
|
|
"unocss": "^0.58.9",
|
|
"unocss-applet": "^0.7.8",
|
|
"unplugin-auto-import": "^0.17.6",
|
|
"vite": "5.2.8",
|
|
"vite-plugin-restart": "^0.4.0"
|
|
}
|
|
} |