feat: tailwindcss

This commit is contained in:
2024-12-18 17:49:02 +08:00
parent 54780c2b24
commit 80226cc657
28 changed files with 1398 additions and 59 deletions

View File

@@ -11,6 +11,7 @@
},
"scripts": {
"server": "pnpm run dev:weapp",
"postinstall": "weapp-tw patch",
"build:weapp": "taro build --type weapp",
"build:swan": "taro build --type swan",
"build:alipay": "taro build --type alipay",
@@ -39,48 +40,49 @@
"@babel/runtime": "^7.21.5",
"@tarojs/components": "4.0.8",
"@tarojs/helper": "4.0.8",
"@tarojs/plugin-platform-weapp": "4.0.8",
"@tarojs/plugin-framework-react": "4.0.8",
"@tarojs/plugin-platform-alipay": "4.0.8",
"@tarojs/plugin-platform-tt": "4.0.8",
"@tarojs/plugin-platform-swan": "4.0.8",
"@tarojs/plugin-platform-h5": "4.0.8",
"@tarojs/plugin-platform-jd": "4.0.8",
"@tarojs/plugin-platform-qq": "4.0.8",
"@tarojs/plugin-platform-h5": "4.0.8",
"@tarojs/plugin-platform-swan": "4.0.8",
"@tarojs/plugin-platform-tt": "4.0.8",
"@tarojs/plugin-platform-weapp": "4.0.8",
"@tarojs/react": "4.0.8",
"@tarojs/runtime": "4.0.8",
"@tarojs/shared": "4.0.8",
"@tarojs/taro": "4.0.8",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"redux": "^4.0.0",
"react-redux": "^7.2.0",
"@tarojs/plugin-framework-react": "4.0.8",
"@tarojs/react": "4.0.8",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.0.0"
"react-redux": "^7.2.0",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@babel/preset-react": "^7.24.1",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/core": "^7.8.0",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/preset-react": "^7.24.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
"@tarojs/cli": "4.0.8",
"@types/webpack-env": "^1.13.6",
"@types/react": "^18.0.0",
"webpack": "5.91.0",
"@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",
"autoprefixer": "^10.4.20",
"babel-preset-taro": "4.0.8",
"eslint-config-taro": "4.0.8",
"eslint": "^8.12.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
"react-refresh": "^0.11.0",
"eslint-plugin-react": "^7.8.2",
"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",
"postcss": "^8.4.49",
"react-refresh": "^0.11.0",
"stylelint": "^14.4.0",
"postcss": "^8.4.18",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.1",
"@types/node": "^18.15.11"
"weapp-tailwindcss": "^3.7.0",
"webpack": "5.91.0"
}
}