|
1 | 1 | { |
2 | | - "name": "demo", |
3 | | - "version": "5.0.0", |
4 | | - "private": true, |
5 | | - "type": "module", |
6 | | - "dependencies": { |
7 | | - "@apollo/client": "^3.12.4", |
8 | | - "@mui/icons-material": "^7.0.0", |
9 | | - "@mui/material": "^7.0.0", |
10 | | - "@types/recharts": "^1.8.10", |
11 | | - "@vitejs/plugin-react": "^2.2.0", |
12 | | - "clsx": "^2.1.1", |
13 | | - "data-generator-retail": "^5.0.0", |
14 | | - "date-fns": "^3.6.0", |
15 | | - "echarts": "^5.6.0", |
16 | | - "fakerest": "^4.1.1", |
17 | | - "graphql": "^15.6.0", |
18 | | - "graphql-tag": "^2.12.6", |
19 | | - "inflection": "^3.0.0", |
20 | | - "json-graphql-server": "^3.0.1", |
21 | | - "query-string": "^7.1.3", |
22 | | - "ra-data-graphql": "^5.0.0", |
23 | | - "ra-data-graphql-simple": "^5.0.0", |
24 | | - "ra-data-simple-rest": "^5.0.0", |
25 | | - "ra-i18n-polyglot": "^5.0.0", |
26 | | - "ra-input-rich-text": "^5.0.0", |
27 | | - "ra-language-english": "^5.0.0", |
28 | | - "ra-language-french": "^5.0.0", |
29 | | - "react": "^19.0.0", |
30 | | - "react-admin": "^5.0.0", |
31 | | - "react-dom": "^19.0.0", |
32 | | - "react-router": "^7.1.1", |
33 | | - "react-router-dom": "^7.1.1" |
34 | | - }, |
35 | | - "scripts": { |
36 | | - "dev": "vite", |
37 | | - "build": "tsc && vite build", |
38 | | - "type-check": "tsc", |
39 | | - "preview": "vite preview" |
40 | | - }, |
41 | | - "devDependencies": { |
42 | | - "@types/jest": "^29.5.2", |
43 | | - "@types/node": "^20.10.7", |
44 | | - "@types/react": "^18.3.3", |
45 | | - "@types/react-dom": "^18.3.0", |
46 | | - "@vitejs/plugin-react": "^4.3.4", |
47 | | - "msw": "^2.10.4", |
48 | | - "rollup-plugin-visualizer": "^5.14.0", |
49 | | - "rollup-preserve-directives": "^1.1.3", |
50 | | - "typescript": "^5.1.3", |
51 | | - "vite": "^6.2.6" |
52 | | - }, |
53 | | - "msw": { |
54 | | - "workerDirectory": [ |
55 | | - "public" |
56 | | - ] |
57 | | - } |
| 2 | + "name": "demo", |
| 3 | + "version": "5.0.0", |
| 4 | + "private": true, |
| 5 | + "type": "module", |
| 6 | + "dependencies": { |
| 7 | + "@apollo/client": "^3.12.4", |
| 8 | + "@mui/icons-material": "^7.0.0", |
| 9 | + "@mui/material": "^7.0.0", |
| 10 | + "@types/recharts": "^1.8.10", |
| 11 | + "@vitejs/plugin-react": "^2.2.0", |
| 12 | + "clsx": "^2.1.1", |
| 13 | + "data-generator-retail": "^5.0.0", |
| 14 | + "date-fns": "^3.6.0", |
| 15 | + "echarts": "^5.6.0", |
| 16 | + "fakerest": "^4.1.1", |
| 17 | + "graphql": "^15.6.0", |
| 18 | + "graphql-tag": "^2.12.6", |
| 19 | + "inflection": "^3.0.0", |
| 20 | + "json-graphql-server": "^3.0.1", |
| 21 | + "query-string": "^7.1.3", |
| 22 | + "ra-data-graphql": "^5.0.0", |
| 23 | + "ra-data-graphql-simple": "^5.0.0", |
| 24 | + "ra-data-simple-rest": "^5.0.0", |
| 25 | + "ra-i18n-polyglot": "^5.0.0", |
| 26 | + "ra-input-rich-text": "^5.0.0", |
| 27 | + "ra-language-english": "^5.0.0", |
| 28 | + "ra-language-french": "^5.0.0", |
| 29 | + "react": "^19.0.0", |
| 30 | + "react-admin": "^5.0.0", |
| 31 | + "react-dom": "^19.0.0", |
| 32 | + "react-router": "^7.1.1", |
| 33 | + "react-router-dom": "^7.1.1" |
| 34 | + }, |
| 35 | + "scripts": { |
| 36 | + "dev": "vite", |
| 37 | + "build": "tsc && vite build", |
| 38 | + "type-check": "tsc", |
| 39 | + "preview": "vite preview" |
| 40 | + }, |
| 41 | + "devDependencies": { |
| 42 | + "@types/jest": "^29.5.2", |
| 43 | + "@types/node": "^20.10.7", |
| 44 | + "@types/react": "^18.3.3", |
| 45 | + "@types/react-dom": "^18.3.0", |
| 46 | + "@vitejs/plugin-react": "^4.3.4", |
| 47 | + "msw": "^2.10.4", |
| 48 | + "rollup-plugin-visualizer": "^5.14.0", |
| 49 | + "rollup-preserve-directives": "^1.1.3", |
| 50 | + "typescript": "^5.1.3", |
| 51 | + "vite": "^6.2.6" |
| 52 | + }, |
| 53 | + "msw": { |
| 54 | + "workerDirectory": [ |
| 55 | + "public" |
| 56 | + ] |
| 57 | + } |
58 | 58 | } |
0 commit comments