Skip to content

Commit

Permalink
删除不必要依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcaffebabe committed Aug 7, 2024
1 parent be2838d commit 0ea4401
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 47 deletions.
47 changes: 3 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,16 @@
"@types/node": "20.14.13",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"react-scripts": "5.0.1"
"react-scripts": "5.0.1",
"typescript": "4.9.5"
},
"dependencies": {
"antd": "5.19.4",
"axios": "1.7.3",
"dayjs": "1.11.12",
"echarts": "5.5.1",
"query-string": "8.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "4.9.5",

"workbox-background-sync": "7.1.0",
"workbox-broadcast-update": "7.1.0",
Expand Down

0 comments on commit 0ea4401

Please sign in to comment.