|
@@ -14,12 +14,15 @@
|
|
"build:h5": "taro build --type h5",
|
|
"build:h5": "taro build --type h5",
|
|
"build:rn": "taro build --type rn",
|
|
"build:rn": "taro build --type rn",
|
|
"build:quickapp": "taro build --type quickapp",
|
|
"build:quickapp": "taro build --type quickapp",
|
|
|
|
+ "dev": "npm run build:weapp -- --watch",
|
|
"dev:weapp": "npm run build:weapp -- --watch",
|
|
"dev:weapp": "npm run build:weapp -- --watch",
|
|
"dev:h5": "npm run build:h5 -- --watch",
|
|
"dev:h5": "npm run build:h5 -- --watch",
|
|
"dev:rn": "npm run build:rn -- --watch",
|
|
"dev:rn": "npm run build:rn -- --watch",
|
|
"dev:quickapp": "npm run build:quickapp -- --watch",
|
|
"dev:quickapp": "npm run build:quickapp -- --watch",
|
|
"test": "jest",
|
|
"test": "jest",
|
|
- "script": "node ./script/index.mjs"
|
|
|
|
|
|
+ "script": "node ./script/index.mjs",
|
|
|
|
+ "upload": "npm run build:weapp -- --upload",
|
|
|
|
+ "preview": "npm run build:weapp -- --preview"
|
|
},
|
|
},
|
|
"browserslist": [
|
|
"browserslist": [
|
|
"last 3 versions",
|
|
"last 3 versions",
|
|
@@ -40,6 +43,7 @@
|
|
"@tarojs/plugin-framework-react": "3.6.23",
|
|
"@tarojs/plugin-framework-react": "3.6.23",
|
|
"@tarojs/react": "3.6.23",
|
|
"@tarojs/react": "3.6.23",
|
|
"@types/react-redux": "^7.1.30",
|
|
"@types/react-redux": "^7.1.30",
|
|
|
|
+ "@tarojs/plugin-mini-ci":"^3.6.21",
|
|
"react-dom": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react": "^18.0.0",
|
|
"react": "^18.0.0",
|
|
"react-redux": "^8.1.3"
|
|
"react-redux": "^8.1.3"
|