|
1 | 1 | { |
2 | | - "name": "simple", |
3 | | - "version": "5.9.2", |
4 | | - "private": true, |
5 | | - "type": "module", |
6 | | - "scripts": { |
7 | | - "dev": "vite", |
8 | | - "build": "vite build", |
9 | | - "serve": "vite preview", |
10 | | - "type-check": "tsc --noEmit" |
11 | | - }, |
12 | | - "dependencies": { |
13 | | - "@mui/icons-material": "^5.16.12", |
14 | | - "@mui/material": "^5.16.12", |
15 | | - "@tanstack/react-query": "^5.21.7", |
16 | | - "@tanstack/react-query-devtools": "^5.21.7", |
17 | | - "jsonexport": "^3.2.0", |
18 | | - "lodash": "~4.17.5", |
19 | | - "ra-data-fakerest": "^5.9.2", |
20 | | - "ra-i18n-polyglot": "^5.9.2", |
21 | | - "ra-input-rich-text": "^5.9.2", |
22 | | - "ra-language-english": "^5.9.2", |
23 | | - "ra-language-french": "^5.9.2", |
24 | | - "react": "^18.3.1", |
25 | | - "react-admin": "^5.9.2", |
26 | | - "react-dom": "^18.3.1", |
27 | | - "react-hook-form": "^7.53.0", |
28 | | - "react-router": "^6.28.1", |
29 | | - "react-router-dom": "^6.28.1" |
30 | | - }, |
31 | | - "devDependencies": { |
32 | | - "@hookform/devtools": "^4.3.3", |
33 | | - "@vitejs/plugin-react": "^4.3.4", |
34 | | - "little-state-machine": "^4.8.1", |
35 | | - "react-simple-animate": "^3.5.3", |
36 | | - "typescript": "^5.1.3", |
37 | | - "vite": "^6.2.6" |
38 | | - } |
| 2 | + "name": "simple", |
| 3 | + "version": "5.9.2", |
| 4 | + "private": true, |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "dev": "vite", |
| 8 | + "build": "vite build", |
| 9 | + "serve": "vite preview", |
| 10 | + "type-check": "tsc --noEmit" |
| 11 | + }, |
| 12 | + "dependencies": { |
| 13 | + "@mui/icons-material": "^5.16.12", |
| 14 | + "@mui/material": "^5.16.12", |
| 15 | + "@tanstack/react-query": "^5.21.7", |
| 16 | + "@tanstack/react-query-devtools": "^5.21.7", |
| 17 | + "fakerest": "^4.1.3", |
| 18 | + "jsonexport": "^3.2.0", |
| 19 | + "lodash": "~4.17.5", |
| 20 | + "ra-data-simple-rest": "^5.9.2", |
| 21 | + "ra-i18n-polyglot": "^5.9.2", |
| 22 | + "ra-input-rich-text": "^5.9.2", |
| 23 | + "ra-language-english": "^5.9.2", |
| 24 | + "ra-language-french": "^5.9.2", |
| 25 | + "react": "^18.3.1", |
| 26 | + "react-admin": "^5.9.2", |
| 27 | + "react-dom": "^18.3.1", |
| 28 | + "react-hook-form": "^7.53.0", |
| 29 | + "react-router": "^6.28.1", |
| 30 | + "react-router-dom": "^6.28.1" |
| 31 | + }, |
| 32 | + "devDependencies": { |
| 33 | + "@hookform/devtools": "^4.3.3", |
| 34 | + "@vitejs/plugin-react": "^4.3.4", |
| 35 | + "little-state-machine": "^4.8.1", |
| 36 | + "react-simple-animate": "^3.5.3", |
| 37 | + "typescript": "^5.1.3", |
| 38 | + "vite": "^6.2.6" |
| 39 | + }, |
| 40 | + "msw": { |
| 41 | + "workerDirectory": [ |
| 42 | + "assets", |
| 43 | + "public" |
| 44 | + ] |
| 45 | + } |
39 | 46 | } |
0 commit comments