|
16 | 16 | "css": "sass"
|
17 | 17 | },
|
18 | 18 | "scripts": {
|
19 |
| - "build": "yarn run build:h5", |
20 | 19 | "build:weapp": "taro build --type weapp",
|
21 | 20 | "build:swan": "taro build --type swan",
|
22 | 21 | "build:alipay": "taro build --type alipay",
|
23 | 22 | "build:tt": "taro build --type tt",
|
24 | 23 | "build:h5": "taro build --type h5",
|
25 | 24 | "build:rn": "taro build --type rn",
|
26 | 25 | "build:qq": "taro build --type qq",
|
| 26 | + "build:jd": "taro build --type jd", |
27 | 27 | "build:quickapp": "taro build --type quickapp",
|
28 |
| - "dev:weapp": "yarn run build:weapp --watch", |
29 |
| - "dev:swan": "yarn run build:swan --watch", |
30 |
| - "dev:alipay": "yarn run build:alipay --watch", |
31 |
| - "dev:tt": "yarn run build:tt --watch", |
32 |
| - "dev:h5": "yarn run build:h5 --watch", |
33 |
| - "dev:rn": "yarn run build:rn --watch", |
34 |
| - "dev:qq": "yarn run build:qq --watch", |
35 |
| - "dev:quickapp": "yarn run build:quickapp --watch", |
| 28 | + "dev:weapp": "npm run build:weapp -- --watch", |
| 29 | + "dev:swan": "npm run build:swan -- --watch", |
| 30 | + "dev:alipay": "npm run build:alipay -- --watch", |
| 31 | + "dev:tt": "npm run build:tt -- --watch", |
| 32 | + "dev:h5": "npm run build:h5 -- --watch", |
| 33 | + "dev:rn": "npm run build:rn -- --watch", |
| 34 | + "dev:qq": "npm run build:qq -- --watch", |
| 35 | + "dev:jd": "npm run build:jd -- --watch", |
| 36 | + "dev:quickapp": "npm run build:quickapp -- --watch", |
36 | 37 | "clean": "rimraf .temp dist"
|
37 | 38 | },
|
38 | 39 | "browserslist": [
|
|
42 | 43 | ],
|
43 | 44 | "dependencies": {
|
44 | 45 | "@babel/runtime": "^7.7.7",
|
45 |
| - "@tarojs/components": "~3.6.1", |
46 |
| - "@tarojs/helper": "~3.6.1", |
47 |
| - "@tarojs/plugin-framework-react": "~3.6.1", |
48 |
| - "@tarojs/plugin-platform-alipay": "~3.6.1", |
49 |
| - "@tarojs/plugin-platform-h5": "~3.6.1", |
50 |
| - "@tarojs/plugin-platform-jd": "~3.6.1", |
51 |
| - "@tarojs/plugin-platform-qq": "~3.6.1", |
52 |
| - "@tarojs/plugin-platform-swan": "~3.6.1", |
53 |
| - "@tarojs/plugin-platform-tt": "~3.6.1", |
54 |
| - "@tarojs/plugin-platform-weapp": "~3.6.1", |
55 |
| - "@tarojs/react": "~3.6.1", |
56 |
| - "@tarojs/runtime": "~3.6.1", |
57 |
| - "@tarojs/shared": "~3.6.1", |
58 |
| - "@tarojs/taro": "~3.6.1", |
| 46 | + "@tarojs/components": "3.6.6", |
| 47 | + "@tarojs/helper": "3.6.6", |
| 48 | + "@tarojs/plugin-framework-react": "3.6.6", |
| 49 | + "@tarojs/plugin-platform-alipay": "3.6.6", |
| 50 | + "@tarojs/plugin-platform-h5": "3.6.6", |
| 51 | + "@tarojs/plugin-platform-jd": "3.6.6", |
| 52 | + "@tarojs/plugin-platform-qq": "3.6.6", |
| 53 | + "@tarojs/plugin-platform-swan": "3.6.6", |
| 54 | + "@tarojs/plugin-platform-tt": "3.6.6", |
| 55 | + "@tarojs/plugin-platform-weapp": "3.6.6", |
| 56 | + "@tarojs/react": "3.6.6", |
| 57 | + "@tarojs/runtime": "3.6.6", |
| 58 | + "@tarojs/shared": "3.6.6", |
| 59 | + "@tarojs/taro": "3.6.6", |
59 | 60 | "react": "^18.2.0",
|
60 | 61 | "react-dom": "^18.2.0",
|
61 | 62 | "taro-ui": "file:../taro-ui"
|
62 | 63 | },
|
63 | 64 | "devDependencies": {
|
64 | 65 | "@babel/core": "^7.8.0",
|
65 | 66 | "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
|
66 |
| - "@tarojs/cli": "~3.6.1", |
67 |
| - "@tarojs/mini-runner": "~3.6.1", |
68 |
| - "@tarojs/webpack-runner": "~3.6.1", |
| 67 | + "@tarojs/cli": "3.6.6", |
| 68 | + "@tarojs/mini-runner": "3.6.6", |
| 69 | + "@tarojs/webpack-runner": "3.6.6", |
69 | 70 | "@types/react": "^18.2.0",
|
70 | 71 | "@types/react-dom": "^18.2.0",
|
71 | 72 | "@types/webpack-env": "^1.13.6",
|
72 | 73 | "@typescript-eslint/eslint-plugin": "^5.20.0",
|
73 | 74 | "@typescript-eslint/parser": "^5.20.0",
|
74 |
| - "babel-preset-taro": "~3.6.1", |
| 75 | + "babel-preset-taro": "3.6.6", |
75 | 76 | "eslint": "^8.12.0",
|
76 |
| - "eslint-config-taro": "~3.6.1", |
| 77 | + "eslint-config-taro": "3.6.6", |
77 | 78 | "eslint-plugin-import": "^2.12.0",
|
78 | 79 | "eslint-plugin-react": "^7.8.2",
|
79 | 80 | "eslint-plugin-react-hooks": "^4.2.0",
|
|
0 commit comments