-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.17 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "simple",
"version": "5.14.5",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@mui/icons-material": "^5.16.12",
"@mui/material": "^5.16.12",
"@tanstack/react-query": "^5.90.2",
"@tanstack/react-query-devtools": "^5.90.2",
"fakerest": "^4.1.3",
"jsonexport": "^3.2.0",
"lodash": "~4.18.1",
"ra-data-fakerest": "^5.14.5",
"ra-i18n-polyglot": "^5.14.5",
"ra-input-rich-text": "^5.14.5",
"ra-language-english": "^5.14.5",
"ra-language-french": "^5.14.5",
"react": "^18.3.1",
"react-admin": "^5.14.5",
"react-dom": "^18.3.1",
"react-hook-form": "^7.72.0",
"react-router": "^6.28.1",
"react-router-dom": "^6.28.1"
},
"devDependencies": {
"@hookform/devtools": "^4.3.3",
"@vitejs/plugin-react": "^4.3.4",
"little-state-machine": "^4.8.1",
"react-simple-animate": "^3.5.3",
"typescript": "^5.1.3",
"vite": "^7.0.0"
}
}