120 lines
3.9 KiB
JSON
120 lines
3.9 KiB
JSON
{
|
|
"name": "jdt-user",
|
|
"version": "4.0.17",
|
|
"taroConfig": {
|
|
"version": "4.0.17"
|
|
},
|
|
"scripts": {
|
|
"build:weapp": "taro build --type weapp",
|
|
"build:test": "taro build --type weapp --mode reserve",
|
|
"build:swan": "taro build --type swan",
|
|
"build:alipay": "taro build --type alipay",
|
|
"build:tt": "taro build --type tt",
|
|
"build:h5": "taro build --type h5",
|
|
"build:rn": "taro build --type rn",
|
|
"build:qq": "taro build --type qq",
|
|
"build:jd": "taro build --type jd",
|
|
"build:quickapp": "taro build --type quickapp",
|
|
"dev:weapp": "taro build --type weapp --watch",
|
|
"dev:weapp:prview": "taro build --type weapp --watch --mode reserve",
|
|
"dev:swan": "npm run build:swan -- --watch",
|
|
"dev:alipay": "npm run build:alipay -- --watch",
|
|
"dev:tt": "npm run build:tt -- --watch",
|
|
"dev:h5": "npm run build:h5 -- --watch",
|
|
"dev:rn": "npm run build:rn -- --watch",
|
|
"dev:qq": "npm run build:qq -- --watch",
|
|
"dev:jd": "npm run build:jd -- --watch",
|
|
"dev:quickapp": "npm run build:quickapp -- --watch",
|
|
"lint": "eslint --ext .ts,.vue .",
|
|
"lint:fix": "eslint --fix --ext .ts,.vue .",
|
|
"lint:staged": "lint-staged",
|
|
"prepare": "husky install",
|
|
"cz": "cz",
|
|
"postinstall": "weapp-tw patch",
|
|
"build:weapp:prod:upload": "taro build --type weapp --upload --robot=1 --desc='正式环境'",
|
|
"build:weapp:reserve:upload": "taro build --type weapp --upload --robot=3 --desc='备用环境' --mode reserve",
|
|
"build:weapp:test:upload": "taro build --type weapp --upload --robot=2 --desc='测试环境' --mode test"
|
|
},
|
|
"browserslist": [
|
|
"last 3 versions",
|
|
"Android >= 4.1",
|
|
"ios >= 8"
|
|
],
|
|
"author": "JDT",
|
|
"lint-staged": {
|
|
"*.{ts,vue}": [
|
|
"eslint --ext .ts,.vue ."
|
|
]
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "node_modules/cz-customizable"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.28.4",
|
|
"@nutui/icons-vue-taro": "^0.0.9",
|
|
"@nutui/nutui-taro": "^4.3.14",
|
|
"@qiun/vue-ucharts": "2.5.0-20230101",
|
|
"@tarojs/components": "4.1.6",
|
|
"@tarojs/helper": "4.1.6",
|
|
"@tarojs/plugin-framework-vue3": "4.1.6",
|
|
"@tarojs/plugin-html": "4.1.6",
|
|
"@tarojs/plugin-platform-alipay": "4.1.6",
|
|
"@tarojs/plugin-platform-h5": "4.1.6",
|
|
"@tarojs/plugin-platform-jd": "4.1.6",
|
|
"@tarojs/plugin-platform-qq": "4.1.6",
|
|
"@tarojs/plugin-platform-swan": "4.1.6",
|
|
"@tarojs/plugin-platform-tt": "4.1.6",
|
|
"@tarojs/plugin-platform-weapp": "4.1.6",
|
|
"@tarojs/runtime": "4.1.6",
|
|
"@tarojs/shared": "4.1.6",
|
|
"@tarojs/taro": "4.1.6",
|
|
"dayjs": "^1.11.18",
|
|
"pinia": "^2.3.1",
|
|
"uqrcodejs": "^4.0.7",
|
|
"vue": "^3.5.21"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.28.4",
|
|
"@commitlint/cli": "^18.6.1",
|
|
"@commitlint/config-conventional": "^18.6.3",
|
|
"@tarojs/cli": "4.1.6",
|
|
"@tarojs/plugin-mini-ci": "4.1.6",
|
|
"@tarojs/taro-loader": "4.1.6",
|
|
"@tarojs/webpack5-runner": "4.1.6",
|
|
"@types/node": "^18.19.124",
|
|
"@types/webpack-env": "^1.18.8",
|
|
"@types/yargs": "^17.0.33",
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"@unocss/webpack": "^0.60.4",
|
|
"@vue/babel-plugin-jsx": "^1.5.0",
|
|
"@vue/compiler-sfc": "^3.5.21",
|
|
"autoprefixer": "^10.4.21",
|
|
"babel-preset-taro": "4.1.6",
|
|
"commitizen": "^4.3.1",
|
|
"css-loader": "3.4.2",
|
|
"cz-customizable": "^7.5.1",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-taro": "4.1.6",
|
|
"eslint-plugin-vue": "^9.33.0",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^15.5.2",
|
|
"miniprogram-ci": "^2.1.26",
|
|
"postcss": "8.4.29",
|
|
"postcss-rem-to-responsive-pixel": "^6.1.0",
|
|
"prettier": "^3.6.2",
|
|
"style-loader": "1.3.0",
|
|
"stylelint": "9.3.0",
|
|
"tailwindcss": "^3.4.17",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.9.2",
|
|
"unplugin-vue-components": "^28.8.0",
|
|
"vue-loader": "^17.4.2",
|
|
"weapp-tailwindcss": "^3.7.0",
|
|
"webpack": "^5.101.3",
|
|
"yargs": "^17.7.2"
|
|
}
|
|
}
|