|
@@ -38,43 +38,45 @@
|
|
"@babel/runtime": "^7.24.4",
|
|
"@babel/runtime": "^7.24.4",
|
|
"@tarojs/components": "4.1.1",
|
|
"@tarojs/components": "4.1.1",
|
|
"@tarojs/helper": "4.1.1",
|
|
"@tarojs/helper": "4.1.1",
|
|
- "@tarojs/plugin-platform-weapp": "4.1.1",
|
|
|
|
|
|
+ "@tarojs/plugin-framework-react": "4.1.1",
|
|
"@tarojs/plugin-platform-alipay": "4.1.1",
|
|
"@tarojs/plugin-platform-alipay": "4.1.1",
|
|
- "@tarojs/plugin-platform-tt": "4.1.1",
|
|
|
|
- "@tarojs/plugin-platform-swan": "4.1.1",
|
|
|
|
- "@tarojs/plugin-platform-jd": "4.1.1",
|
|
|
|
- "@tarojs/plugin-platform-qq": "4.1.1",
|
|
|
|
"@tarojs/plugin-platform-h5": "4.1.1",
|
|
"@tarojs/plugin-platform-h5": "4.1.1",
|
|
"@tarojs/plugin-platform-harmony-hybrid": "4.1.1",
|
|
"@tarojs/plugin-platform-harmony-hybrid": "4.1.1",
|
|
|
|
+ "@tarojs/plugin-platform-jd": "4.1.1",
|
|
|
|
+ "@tarojs/plugin-platform-qq": "4.1.1",
|
|
|
|
+ "@tarojs/plugin-platform-swan": "4.1.1",
|
|
|
|
+ "@tarojs/plugin-platform-tt": "4.1.1",
|
|
|
|
+ "@tarojs/plugin-platform-weapp": "4.1.1",
|
|
|
|
+ "@tarojs/react": "4.1.1",
|
|
"@tarojs/runtime": "4.1.1",
|
|
"@tarojs/runtime": "4.1.1",
|
|
"@tarojs/shared": "4.1.1",
|
|
"@tarojs/shared": "4.1.1",
|
|
"@tarojs/taro": "4.1.1",
|
|
"@tarojs/taro": "4.1.1",
|
|
- "@tarojs/plugin-framework-react": "4.1.1",
|
|
|
|
- "@tarojs/react": "4.1.1",
|
|
|
|
|
|
+ "antd": "^5.25.3",
|
|
|
|
+ "react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
- "react": "^18.0.0"
|
|
|
|
|
|
+ "react-router-dom": "^7.6.1"
|
|
},
|
|
},
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
"@babel/core": "^7.24.4",
|
|
"@babel/core": "^7.24.4",
|
|
- "@tarojs/cli": "4.1.1",
|
|
|
|
"@babel/plugin-transform-class-properties": "7.25.9",
|
|
"@babel/plugin-transform-class-properties": "7.25.9",
|
|
- "@types/webpack-env": "^1.13.6",
|
|
|
|
- "@types/react": "^18.0.0",
|
|
|
|
- "webpack": "5.91.0",
|
|
|
|
|
|
+ "@babel/preset-react": "^7.24.1",
|
|
|
|
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
|
|
|
|
+ "@tarojs/cli": "4.1.1",
|
|
"@tarojs/taro-loader": "4.1.1",
|
|
"@tarojs/taro-loader": "4.1.1",
|
|
"@tarojs/webpack5-runner": "4.1.1",
|
|
"@tarojs/webpack5-runner": "4.1.1",
|
|
|
|
+ "@types/node": "^18",
|
|
|
|
+ "@types/react": "^18.0.0",
|
|
|
|
+ "@types/webpack-env": "^1.13.6",
|
|
"babel-preset-taro": "4.1.1",
|
|
"babel-preset-taro": "4.1.1",
|
|
- "eslint-config-taro": "4.1.1",
|
|
|
|
"eslint": "^8.57.0",
|
|
"eslint": "^8.57.0",
|
|
- "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
|
|
|
|
- "react-refresh": "^0.14.0",
|
|
|
|
- "@babel/preset-react": "^7.24.1",
|
|
|
|
|
|
+ "eslint-config-taro": "4.1.1",
|
|
"eslint-plugin-react": "^7.34.1",
|
|
"eslint-plugin-react": "^7.34.1",
|
|
"eslint-plugin-react-hooks": "^4.4.0",
|
|
"eslint-plugin-react-hooks": "^4.4.0",
|
|
|
|
+ "postcss": "^8.4.38",
|
|
|
|
+ "react-refresh": "^0.14.0",
|
|
"stylelint": "^16.4.0",
|
|
"stylelint": "^16.4.0",
|
|
- "typescript": "^5.4.5",
|
|
|
|
"tsconfig-paths-webpack-plugin": "^4.1.0",
|
|
"tsconfig-paths-webpack-plugin": "^4.1.0",
|
|
- "postcss": "^8.4.38",
|
|
|
|
- "@types/node": "^18"
|
|
|
|
|
|
+ "typescript": "^5.4.5",
|
|
|
|
+ "webpack": "5.91.0"
|
|
}
|
|
}
|
|
}
|
|
}
|