modified users.tsx #1
This commit is contained in:
13
package.json
13
package.json
@@ -10,17 +10,20 @@
|
||||
"format": "prettier --write ./src"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.14.0",
|
||||
"@emotion/styled": "^11.14.0",
|
||||
"@mui/material": "^5.16.13",
|
||||
"ra-data-json-server": "^5.4.0",
|
||||
"react": "^18.3.0",
|
||||
"react-admin": "^5.4.0",
|
||||
"react-dom": "^18.3.0",
|
||||
"ra-data-json-server": "^5.4.0"
|
||||
"react-dom": "^18.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/parser": "^5.60.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.60.1",
|
||||
"@types/node": "^20.10.7",
|
||||
"@types/react": "^18.3.3",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.60.1",
|
||||
"@typescript-eslint/parser": "^5.60.1",
|
||||
"@vitejs/plugin-react": "^4.0.1",
|
||||
"eslint": "^8.43.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
@@ -31,4 +34,4 @@
|
||||
"vite": "^5.3.5"
|
||||
},
|
||||
"name": "test-admin"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user