This commit is contained in:
2024-12-19 09:00:30 +08:00
parent 80226cc657
commit db5c4b08ff
19 changed files with 1592 additions and 108 deletions

View File

@@ -38,9 +38,11 @@
"author": "",
"dependencies": {
"@babel/runtime": "^7.21.5",
"@nutui/nutui-react-taro": "^2.7.3",
"@tarojs/components": "4.0.8",
"@tarojs/helper": "4.0.8",
"@tarojs/plugin-framework-react": "4.0.8",
"@tarojs/plugin-html": "^4.0.8",
"@tarojs/plugin-platform-alipay": "4.0.8",
"@tarojs/plugin-platform-h5": "4.0.8",
"@tarojs/plugin-platform-jd": "4.0.8",
@@ -52,6 +54,7 @@
"@tarojs/runtime": "4.0.8",
"@tarojs/shared": "4.0.8",
"@tarojs/taro": "4.0.8",
"babel-plugin-import": "^1.13.8",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-redux": "^7.2.0",
@@ -72,6 +75,7 @@
"@types/webpack-env": "^1.13.6",
"autoprefixer": "^10.4.20",
"babel-preset-taro": "4.0.8",
"cache-loader": "^4.1.0",
"eslint": "^8.12.0",
"eslint-config-taro": "4.0.8",
"eslint-plugin-import": "^2.12.0",
@@ -81,6 +85,8 @@
"react-refresh": "^0.11.0",
"stylelint": "^14.4.0",
"tailwindcss": "^3.4.17",
"taro-plugin-compiler-optimization": "^1.0.4",
"thread-loader": "^4.0.4",
"ts-node": "^10.9.1",
"weapp-tailwindcss": "^3.7.0",
"webpack": "5.91.0"