Skip to content

Commit

Permalink
chore: package
Browse files Browse the repository at this point in the history
  • Loading branch information
mz-dfhp committed Apr 14, 2024
1 parent 53cbddc commit b58020c
Show file tree
Hide file tree
Showing 2 changed files with 339 additions and 307 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "admin",
"name": "react-admin",
"type": "module",
"version": "0.0.0",
"private": true,
Expand All @@ -17,19 +17,14 @@
"postinstall": "simple-git-hooks"
},
"dependencies": {
"@redux-devtools/extension": "^3.3.0",
"ahooks": "^3.7.11",
"antd": "^5.12.2",
"axios": "^1.6.2",
"dayjs": "^1.11.10",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.0.4",
"react-router-dom": "^6.21.0",
"redux": "^5.0.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^3.1.0",
"sass": "^1.69.6",
"zustand": "^4.4.7"
},
Expand Down Expand Up @@ -59,6 +54,6 @@
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
"*": "pnpm lint:fix"
}
}
Loading

0 comments on commit b58020c

Please sign in to comment.