From f5dd812787adc0341b91e5f80c1151963cbcadf2 Mon Sep 17 00:00:00 2001 From: Huakk <1751826683@qq.com> Date: Mon, 5 Aug 2024 10:29:24 +0800 Subject: [PATCH] build(custom): --- package.json | 246 +++++++++++++++++++++++++-------------------------- 1 file changed, 123 insertions(+), 123 deletions(-) diff --git a/package.json b/package.json index ecb1a98..61b54be 100644 --- a/package.json +++ b/package.json @@ -1,125 +1,125 @@ { - "name": "jdt-user", - "version": "4.0.4", - "private": true, - "description": "", - "templateInfo": { - "name": "jdt-user", - "typescript": true, - "css": "sass" - }, - "taroConfig": { - "version": "4.0.4" - }, - "scripts": { - "build:weapp": "taro build --type weapp", - "build:test": "taro build --type weapp --mode test", - "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: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", - "preview": "vite preview", - "cz": "cz", - "lf": "npx prettier --write --end-of-line lf .", - "postinstall": "weapp-tw patch", - "build:weapp:prod:upload": "taro build --type weapp --upload --robot=1 --desc='正式环境'", - "build:weapp:test:upload": "taro build --type weapp --upload --robot=2 --desc='测试环境' --mode test" - }, - "browserslist": [ - "last 3 versions", - "Android >= 4.1", - "ios >= 8" - ], - "author": "", - "lint-staged": { - "*.{ts,vue}": [ - "eslint --ext .ts,.vue .", - "npx prettier --write --end-of-line lf ." - ] - }, - "config": { - "commitizen": { - "path": "node_modules/cz-customizable" - } - }, - "dependencies": { - "@babel/runtime": "^7.23.5", - "@nutui/icons-vue-taro": "^0.0.9", - "@nutui/nutui-taro": "^4.3.12", - "@qiun/vue-ucharts": "2.5.0-20230101", - "@tarojs/components": "4.0.4", - "@tarojs/helper": "4.0.4", - "@tarojs/plugin-framework-vue3": "4.0.4", - "@tarojs/plugin-html": "4.0.4", - "@tarojs/plugin-platform-alipay": "4.0.4", - "@tarojs/plugin-platform-h5": "4.0.4", - "@tarojs/plugin-platform-jd": "4.0.4", - "@tarojs/plugin-platform-qq": "4.0.4", - "@tarojs/plugin-platform-swan": "4.0.4", - "@tarojs/plugin-platform-tt": "4.0.4", - "@tarojs/plugin-platform-weapp": "4.0.4", - "@tarojs/runtime": "4.0.4", - "@tarojs/shared": "4.0.4", - "@tarojs/taro": "4.0.4", - "dayjs": "^1.11.10", - "pinia": "^2.1.7", - "uqrcodejs": "^4.0.7", - "vue": "^3.3.9" - }, - "devDependencies": { - "@babel/core": "^7.23.5", - "@commitlint/cli": "^18.4.3", - "@commitlint/config-conventional": "^18.4.3", - "@tarojs/cli": "4.0.4", - "@tarojs/plugin-mini-ci": "4.0.4", - "@tarojs/taro-loader": "4.0.4", - "@tarojs/webpack5-runner": "4.0.4", - "@types/node": "^18.19.1", - "@types/webpack-env": "^1.18.4", - "@typescript-eslint/eslint-plugin": "^6.13.1", - "@typescript-eslint/parser": "^6.13.1", - "@unocss/webpack": "^0.60.0", - "@vue/babel-plugin-jsx": "^1.1.5", - "@vue/compiler-sfc": "^3.3.9", - "autoprefixer": "^10.4.19", - "babel-preset-taro": "4.0.4", - "commitizen": "^4.3.0", - "css-loader": "3.4.2", - "cz-customizable": "^7.0.0", - "eslint": "^8.55.0", - "eslint-config-taro": "4.0.4", - "eslint-plugin-vue": "^9.19.2", - "husky": "^8.0.3", - "lint-staged": "^15.1.0", - "miniprogram-ci": "^2.0.8", - "postcss": "8.4.29", - "postcss-rem-to-responsive-pixel": "^6.0.1", - "style-loader": "1.3.0", - "stylelint": "9.3.0", - "tailwindcss": "^3.4.3", - "ts-node": "^10.9.1", - "typescript": "^4.9.5", - "unplugin-vue-components": "^0.23.0", - "vue-loader": "^17.3.1", - "weapp-tailwindcss": "^3.2.0", - "webpack": "^5.89.0" - }, - "packageManager": "pnpm@9.1.4+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0" + "name": "jdt-user", + "version": "4.0.4", + "private": true, + "description": "", + "templateInfo": { + "name": "jdt-user", + "typescript": true, + "css": "sass" + }, + "taroConfig": { + "version": "4.0.4" + }, + "scripts": { + "build:weapp": "taro build --type weapp", + "build:test": "taro build --type weapp --mode test", + "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: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", + "preview": "vite preview", + "cz": "cz", + "lf": "npx prettier --write --end-of-line lf .", + "postinstall": "weapp-tw patch", + "build:weapp:prod:upload": "taro build --type weapp --upload --robot=1 --desc='正式环境'", + "build:weapp:test:upload": "taro build --type weapp --upload --robot=2 --desc='测试环境' --mode test" + }, + "browserslist": [ + "last 3 versions", + "Android >= 4.1", + "ios >= 8" + ], + "author": "", + "lint-staged": { + "*.{ts,vue}": [ + "eslint --ext .ts,.vue .", + "npx prettier --write --end-of-line lf ." + ] + }, + "config": { + "commitizen": { + "path": "node_modules/cz-customizable" + } + }, + "dependencies": { + "@babel/runtime": "^7.23.5", + "@nutui/icons-vue-taro": "^0.0.9", + "@nutui/nutui-taro": "^4.3.12", + "@qiun/vue-ucharts": "2.5.0-20230101", + "@tarojs/components": "3.6.34", + "@tarojs/helper": "3.6.34", + "@tarojs/plugin-framework-vue3": "3.6.34", + "@tarojs/plugin-html": "3.6.34", + "@tarojs/plugin-platform-alipay": "3.6.34", + "@tarojs/plugin-platform-h5": "3.6.34", + "@tarojs/plugin-platform-jd": "3.6.34", + "@tarojs/plugin-platform-qq": "3.6.34", + "@tarojs/plugin-platform-swan": "3.6.34", + "@tarojs/plugin-platform-tt": "3.6.34", + "@tarojs/plugin-platform-weapp": "3.6.34", + "@tarojs/runtime": "3.6.34", + "@tarojs/shared": "3.6.34", + "@tarojs/taro": "3.6.34", + "dayjs": "^1.11.10", + "pinia": "^2.1.7", + "uqrcodejs": "^4.0.7", + "vue": "^3.3.9" + }, + "devDependencies": { + "@babel/core": "^7.23.5", + "@commitlint/cli": "^18.4.3", + "@commitlint/config-conventional": "^18.4.3", + "@tarojs/cli": "3.6.34", + "@tarojs/plugin-mini-ci": "3.6.34", + "@tarojs/taro-loader": "3.6.34", + "@tarojs/webpack5-runner": "3.6.34", + "@types/node": "^18.19.1", + "@types/webpack-env": "^1.18.4", + "@typescript-eslint/eslint-plugin": "^6.13.1", + "@typescript-eslint/parser": "^6.13.1", + "@unocss/webpack": "^0.60.0", + "@vue/babel-plugin-jsx": "^1.1.5", + "@vue/compiler-sfc": "^3.3.9", + "autoprefixer": "^10.4.19", + "babel-preset-taro": "3.6.34", + "commitizen": "^4.3.0", + "css-loader": "3.4.2", + "cz-customizable": "^7.0.0", + "eslint": "^8.55.0", + "eslint-config-taro": "3.6.34", + "eslint-plugin-vue": "^9.19.2", + "husky": "^8.0.3", + "lint-staged": "^15.1.0", + "miniprogram-ci": "^2.0.8", + "postcss": "8.4.29", + "postcss-rem-to-responsive-pixel": "^6.0.1", + "style-loader": "1.3.0", + "stylelint": "9.3.0", + "tailwindcss": "^3.4.3", + "ts-node": "^10.9.1", + "typescript": "^4.9.5", + "unplugin-vue-components": "^0.23.0", + "vue-loader": "^17.3.1", + "weapp-tailwindcss": "^3.2.0", + "webpack": "^5.89.0" + }, + "packageManager": "pnpm@9.1.4+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0" }