This commit is contained in:
2025-01-02 09:05:08 +08:00
parent f10b6431c7
commit 32317bb9eb
19 changed files with 3775 additions and 398 deletions

View File

@@ -37,9 +37,9 @@
],
"author": "",
"dependencies": {
"@babel/runtime": "^7.21.5",
"@nutui/nutui-react-taro": "^2.7.3",
"@react-native/metro-config": "^0.73.2",
"@babel/runtime": "^7.26.0",
"@nutui/nutui-react-taro": "^2.7.4",
"@react-native/metro-config": "^0.73.5",
"@tarojs/components": "4.0.8",
"@tarojs/components-rn": "^4.0.8",
"@tarojs/helper": "4.0.8",
@@ -61,41 +61,43 @@
"@tarojs/taro": "4.0.8",
"@tarojs/taro-rn": "^4.0.8",
"babel-plugin-import": "^1.13.8",
"expo": "~50.0.2",
"expo": "~50.0.21",
"metro-react-native-babel-preset": "^0.77.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-native": "^0.73.1",
"react-redux": "^7.2.0",
"redux": "^4.0.0",
"react-native": "^0.73.11",
"react-native-gesture-handler": "^2.21.2",
"react-redux": "^7.2.9",
"redux": "^4.2.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"redux-thunk": "^2.4.2",
"uqrcodejs": "^4.0.7"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/preset-react": "^7.24.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
"@babel/preset-react": "^7.26.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@tarojs/cli": "4.0.8",
"@tarojs/taro-loader": "4.0.8",
"@tarojs/webpack5-runner": "4.0.8",
"@types/node": "^18.15.11",
"@types/react": "^18.0.0",
"@types/webpack-env": "^1.13.6",
"@types/node": "^18.19.69",
"@types/react": "^18.3.18",
"@types/webpack-env": "^1.18.5",
"autoprefixer": "^10.4.20",
"babel-preset-taro": "4.0.8",
"cache-loader": "^4.1.0",
"eslint": "^8.12.0",
"eslint": "^8.57.1",
"eslint-config-taro": "4.0.8",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "^8.4.49",
"react-refresh": "^0.11.0",
"stylelint": "^14.4.0",
"stylelint": "^14.16.1",
"tailwindcss": "^3.4.17",
"thread-loader": "^4.0.4",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"weapp-tailwindcss": "^3.7.0",
"webpack": "5.94.0"
}