{ "name": "bw-mini-app", "version": "1.0.0", "private": true, "description": "图生图 风格转换 ", "templateInfo": { "name": "default", "typescript": true, "css": "None", "framework": "React" }, "scripts": { "claude": "claude --dangerously-skip-permissions", "prepare": "husky", "postinstall": "npx weapp-tw patch", "new": "taro new", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "typecheck": "tsc --noEmit", "lint": "eslint src --ext .ts,.tsx --fix", "build:weapp": "taro build --type weapp", "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:harmony-hybrid": "taro build --type harmony-hybrid", "dev:weapp": "npm run build: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:harmony-hybrid": "npm run build:harmony-hybrid -- --watch" }, "browserslist": [ "last 3 versions", "Android >= 4.1", "ios >= 8", "> 1%", "not dead" ], "author": "", "dependencies": { "@babel/runtime": "^7.24.4", "@reduxjs/toolkit": "^2.9.0", "@stripe/stripe-js": "^7.9.0", "@tarojs/components": "4.1.6", "@tarojs/helper": "4.1.6", "@tarojs/plugin-framework-react": "4.1.6", "@tarojs/plugin-platform-alipay": "4.1.6", "@tarojs/plugin-platform-h5": "4.1.6", "@tarojs/plugin-platform-harmony-hybrid": "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/react": "4.1.6", "@tarojs/runtime": "4.1.6", "@tarojs/shared": "4.1.6", "@tarojs/taro": "4.1.6", "react": "^18.0.0", "react-dom": "^18.0.0", "react-redux": "^9.2.0", "redux": "^5.0.1", "redux-thunk": "^3.1.0" }, "devDependencies": { "@babel/core": "^7.24.4", "@babel/plugin-transform-class-properties": "7.25.9", "@babel/preset-react": "^7.24.1", "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@tarojs/cli": "4.1.6", "@tarojs/plugin-generator": "4.1.6", "@tarojs/test-utils-react": "^0.1.1", "@tarojs/vite-runner": "4.1.6", "@testing-library/jest-dom": "^6.8.0", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/jest": "^30.0.0", "@types/minimatch": "^5", "@types/react": "^18.0.0", "@vitejs/plugin-react": "^4.3.0", "autoprefixer": "^10.4.21", "babel-jest": "^30.1.2", "babel-preset-taro": "4.1.6", "eslint": "^8.57.0", "eslint-config-taro": "4.1.6", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.4.0", "husky": "^9.1.7", "identity-obj-proxy": "^3.0.0", "jest": "^30.1.2", "jest-environment-jsdom": "^30.1.2", "lint-staged": "^16.1.2", "postcss": "^8.4.38", "react-refresh": "^0.14.0", "stylelint": "^16.4.0", "stylelint-config-standard": "^38.0.0", "tailwindcss": "^4.1.12", "terser": "^5.30.4", "ts-jest": "^29.4.1", "typescript": "^5.4.5", "vite": "^4.2.0", "weapp-tailwindcss": "^4.2.6" } }