-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.67 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.67 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "demo",
"version": "5.0.0",
"private": true,
"type": "module",
"dependencies": {
"@apollo/client": "^4.1.6",
"@mui/icons-material": "^7.0.0",
"@mui/material": "^7.0.0",
"@types/recharts": "^1.8.10",
"@vitejs/plugin-react": "^2.2.0",
"clsx": "^2.1.1",
"data-generator-retail": "^5.0.0",
"date-fns": "^3.6.0",
"echarts": "^5.6.0",
"fakerest": "^4.2.0",
"graphql": "^16.13.2",
"graphql-tag": "^2.12.6",
"inflection": "^3.0.0",
"json-graphql-server": "^3.0.1",
"query-string": "^7.1.3",
"ra-data-graphql": "^5.0.0",
"ra-data-graphql-simple": "^5.0.0",
"ra-data-simple-rest": "^5.0.0",
"ra-i18n-polyglot": "^5.0.0",
"ra-input-rich-text": "^5.0.0",
"ra-language-english": "^5.0.0",
"ra-language-french": "^5.0.0",
"react": "^19.0.0",
"react-admin": "^5.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.1.1",
"react-router-dom": "^7.1.1"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"type-check": "tsc",
"preview": "vite preview"
},
"devDependencies": {
"@types/jest": "^29.5.2",
"@types/node": "^20.10.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.4",
"msw": "^2.10.4",
"rollup-plugin-visualizer": "^5.14.0",
"rollup-preserve-directives": "^1.1.3",
"typescript": "^5.1.3",
"vite": "^7.0.0"
},
"msw": {
"workerDirectory": [
"public"
]
}
}