# react_cookbook **Repository Path**: huang_breeze/react_cookbook ## Basic Information - **Project Name**: react_cookbook - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-26 - **Last Updated**: 2024-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 菜谱移动端应用 ## node版本 ``` node v20.9.0 ``` ## 项目依赖库 ``` ├── react@18.2.0 ├── react-dom@18.2.0 ├── animate.css@4.1.1 ├── antd-mobile@2.3.4 ├── axios@1.6.7 ├── http-proxy-middleware@2.0.6 ├── lodash@4.17.21 ├── memoize-one@6.0.0 ├── prop-types@15.8.1 ├── react-redux@9.1.0 ├── react-router-dom@5.3.4 ├── react-transition-group@4.4.5 ├── redux-thunk@3.1.0 ├── redux@5.0.1 ├── sass@1.71.1 └── styled-components@6.1.8 ```