Skip to content

Commit

Permalink
fix: update pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
xjh22222228 committed Jun 4, 2024
1 parent 4b03b99 commit 858ee23
Show file tree
Hide file tree
Showing 13 changed files with 4,756 additions and 3,960 deletions.
33 changes: 11 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<p align="center">
<a href="https://work.xiejiahe.com">
<img src="public/poster.png" width="150" />
Expand All @@ -16,43 +15,38 @@
</p>
</p>





## Screenshot
![](media/screenshot.png)

![](media/screenshot.png)

## Built with

- [Hooks](https://zh-hans.reactjs.org/docs/hooks-intro.html)
- [TypeScript](https://www.typescriptlang.org/)
- [Redux](https://redux.js.org/tutorials/fundamentals/part-5-ui-react)
- [Ant Design](https://ant.design/docs/react/introduce-cn)
- [Vite](https://vitejs.dev)




## Todo list
- [x] github登录

- [x] github 登录
- [x] 提醒事项
- [x] 活动清单
- [x] 今日待办
- [x] 财务管理
- [x] 公司单位
- [x] 个人中心
- [x] 我的备忘 - 支持Markdown & WYSIWYG
- [x] 我的备忘 - 支持 Markdown & WYSIWYG
- [x] 站内消息
- [x] 邮件推送 - (github邮箱必须设为公开)
- [x] 微信推送 - 感谢Server酱 (需要在个人中心设置sckey)
- [x] 邮件推送 - (github 邮箱必须设为公开)
- [x] 微信推送 - 感谢 Server 酱 (需要在个人中心设置 sckey)
- [x] 日志管理


## Build Setup
- Node.js >= 14

``` bash
- Node.js >= 18

```bash
# Clone
git clone --depth=1 https://github.com/xjh22222228/tomato-work.git

Expand All @@ -68,13 +62,8 @@ npm run start:prod # Connect to production environment
npm run build
```







---

## License

[MIT](https://opensource.org/licenses/MIT)
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,44 +18,44 @@
"lint": "eslint --cache --ext .js,.jsx,.tsx,.ts ./src"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@reduxjs/toolkit": "^2.0.1",
"@ant-design/icons": "^5.3.7",
"@reduxjs/toolkit": "^2.2.5",
"@toast-ui/editor": "^3.2.2",
"antd": "^5.12.4",
"axios": "^1.6.2",
"antd": "^5.18.0",
"axios": "^1.7.2",
"blueimp-md5": "^2.19.0",
"bytes": "^3.1.2",
"classnames": "^2.3.2",
"dayjs": "^1.11.10",
"classnames": "^2.5.1",
"dayjs": "^1.11.11",
"lodash": "^4.17.21",
"query-string": "^8.1.0",
"react": "^18.2.0",
"query-string": "^9.0.0",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-redux": "^9.0.4",
"react-router-dom": "^6.21.0",
"recharts": "^2.10.3",
"redux": "^5.0.0",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1",
"recharts": "^2.12.7",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"sass": "^1.69.5",
"sass": "^1.77.4",
"use-keep-state": "^1.3.0"
},
"devDependencies": {
"@types/blueimp-md5": "^2.18.2",
"@types/bytes": "^3.1.4",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-beautiful-dnd": "^13.1.7",
"@types/react-dom": "^18.2.18",
"@types/lodash": "^4.17.4",
"@types/node": "^20.14.1",
"@types/react": "^18.3.3",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.3.0",
"@types/react-redux": "^7.1.33",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.56.0",
"eslint-plugin-react": "7.33.2",
"typescript": "^5.3.3",
"vite": "^5.0.10"
"eslint": "^9.4.0",
"eslint-plugin-react": "7.34.2",
"typescript": "^5.4.5",
"vite": "^5.2.12"
}
}
Loading

0 comments on commit 858ee23

Please sign in to comment.