-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.25 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.25 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
41
{
"name": "simple",
"version": "5.6.1",
"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/query-sync-storage-persister": "5.47.0",
"@tanstack/react-query": "^5.21.7",
"@tanstack/react-query-devtools": "^5.21.7",
"@tanstack/react-query-persist-client": "5.47.0",
"jsonexport": "^3.2.0",
"lodash": "~4.17.5",
"ra-data-fakerest": "^5.6.1",
"ra-i18n-polyglot": "^5.6.1",
"ra-input-rich-text": "^5.6.1",
"ra-language-english": "^5.6.1",
"ra-language-french": "^5.6.1",
"react": "^18.3.1",
"react-admin": "^5.6.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-router": "^6.28.1",
"react-router-dom": "^6.28.1"
},
"devDependencies": {
"@hookform/devtools": "^4.3.3",
"@vitejs/plugin-react": "^4.2.1",
"little-state-machine": "^4.8.1",
"react-simple-animate": "^3.5.3",
"typescript": "^5.1.3",
"vite": "^5.0.11"
}
}