|
| 1 | +{ |
| 2 | + "name": "taro3-qi-react-cli", |
| 3 | + "version": "1.0.0", |
| 4 | + "private": true, |
| 5 | + "description": "taro3创建的react版本脚手架", |
| 6 | + "templateInfo": { |
| 7 | + "name": "taro-hooks", |
| 8 | + "typescript": true, |
| 9 | + "css": "sass" |
| 10 | + }, |
| 11 | + "scripts": { |
| 12 | + "build:weapp": "taro build --type weapp", |
| 13 | + "build:swan": "taro build --type swan", |
| 14 | + "build:alipay": "taro build --type alipay", |
| 15 | + "build:tt": "taro build --type tt", |
| 16 | + "build:h5": "taro build --type h5", |
| 17 | + "build:rn": "taro build --type rn", |
| 18 | + "build:qq": "taro build --type qq", |
| 19 | + "build:jd": "taro build --type jd", |
| 20 | + "build:quickapp": "taro build --type quickapp", |
| 21 | + "dev:weapp": "npm run build:weapp -- --watch", |
| 22 | + "dev:swan": "npm run build:swan -- --watch", |
| 23 | + "dev:alipay": "npm run build:alipay -- --watch", |
| 24 | + "dev:tt": "npm run build:tt -- --watch", |
| 25 | + "dev:h5": "npm run build:h5 -- --watch", |
| 26 | + "dev:rn": "npm run build:rn -- --watch", |
| 27 | + "dev:qq": "npm run build:qq -- --watch", |
| 28 | + "dev:jd": "npm run build:jd -- --watch", |
| 29 | + "dev:quickapp": "npm run build:quickapp -- --watch", |
| 30 | + "pull": "git pull origin master", |
| 31 | + "dev:weappPreview": "taro build --type weapp --watch --env production" |
| 32 | + }, |
| 33 | + "browserslist": [ |
| 34 | + "last 3 versions", |
| 35 | + "Android >= 4.1", |
| 36 | + "ios >= 8" |
| 37 | + ], |
| 38 | + "author": "", |
| 39 | + "dependencies": { |
| 40 | + "@babel/runtime": "^7.7.7", |
| 41 | + "@tarojs/cli": "3.4.5", |
| 42 | + "@tarojs/components": "3.4.5", |
| 43 | + "@tarojs/plugin-framework-react": "3.4.5", |
| 44 | + "@tarojs/react": "3.4.5", |
| 45 | + "@tarojs/runtime": "3.4.5", |
| 46 | + "@tarojs/taro": "3.4.5", |
| 47 | + "dayjs": "^1.10.7", |
| 48 | + "md5": "^2.3.0", |
| 49 | + "mobx": "^4.8.0", |
| 50 | + "mobx-react": "^6.1.4", |
| 51 | + "rc-codebox": "^1.4.0", |
| 52 | + "react": "^17.0.2", |
| 53 | + "react-dom": "^17.0.2", |
| 54 | + "taro-hooks": "latest", |
| 55 | + "taro-ui": "^3.2.0" |
| 56 | + }, |
| 57 | + "devDependencies": { |
| 58 | + "@babel/core": "^7.8.0", |
| 59 | + "@tarojs/mini-runner": "3.4.5", |
| 60 | + "@tarojs/plugin-terser": "^2.2.10", |
| 61 | + "@tarojs/webpack-runner": "3.4.5", |
| 62 | + "@types/react": "^17.0.2", |
| 63 | + "@types/webpack-env": "^1.13.6", |
| 64 | + "@typescript-eslint/eslint-plugin": "^4.15.1", |
| 65 | + "@typescript-eslint/parser": "^4.15.1", |
| 66 | + "babel-plugin-import": "^1.13.3", |
| 67 | + "babel-preset-taro": "3.4.5", |
| 68 | + "cache-loader": "^4.1.0", |
| 69 | + "eslint": "^6.8.0", |
| 70 | + "eslint-config-taro": "3.4.5", |
| 71 | + "eslint-plugin-import": "^2.12.0", |
| 72 | + "eslint-plugin-react": "^7.8.2", |
| 73 | + "eslint-plugin-react-hooks": "^4.2.0", |
| 74 | + "stylelint": "9.3.0", |
| 75 | + "taro-plugin-compiler-optimization": "^1.0.1", |
| 76 | + "terser-webpack-plugin": "^3.0.5", |
| 77 | + "thread-loader": "^3.0.4", |
| 78 | + "typescript": "^4.2.3", |
| 79 | + "webpack-bundle-analyzer": "^4.5.0" |
| 80 | + }, |
| 81 | + "engines": { |
| 82 | + "node": ">=12.0.0" |
| 83 | + } |
| 84 | +} |
0 commit comments