-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
/
Copy pathpackage.json
81 lines (81 loc) · 2.71 KB
/
package.json
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "ra-ui-materialui",
"version": "5.5.3",
"description": "UI Components for react-admin with Material UI",
"files": [
"*.md",
"dist",
"src"
],
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/cjs/index.d.ts",
"sideEffects": false,
"authors": [
"François Zaninotto",
"Gildas Garcia"
],
"repository": "marmelab/react-admin",
"homepage": "https://github.com/marmelab/react-admin#readme",
"bugs": "https://github.com/marmelab/react-admin/issues",
"license": "MIT",
"scripts": {
"build": "yarn run build-cjs && yarn run build-esm",
"build-cjs": "rimraf ./dist/cjs && tsc --outDir dist/cjs",
"build-esm": "rimraf ./dist/esm && tsc --outDir dist/esm --module es2015",
"watch": "tsc --outDir dist/esm --module es2015 --watch"
},
"devDependencies": {
"@mui/icons-material": "^5.16.12",
"@mui/material": "^5.16.12",
"@mui/utils": "^5.16.12",
"@testing-library/react": "^15.0.7",
"@types/dompurify": "^3.0.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-is": "^18.3.0",
"@types/react-transition-group": "^4.4.10",
"cross-env": "^5.2.0",
"expect": "^27.4.6",
"file-api": "~0.10.4",
"ignore-styles": "~5.0.1",
"ra-core": "^5.5.3",
"ra-i18n-polyglot": "^5.5.3",
"ra-language-english": "^5.5.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-is": "^18.2.0 || ^19.0.0",
"react-router": "^6.28.1",
"react-router-dom": "^6.28.1",
"rimraf": "^3.0.2",
"typescript": "^5.1.3"
},
"peerDependencies": {
"@mui/icons-material": "^5.16.12 || ^6.0.0",
"@mui/material": "^5.16.12 || ^6.0.0",
"@mui/utils": "^5.15.20 || ^6.0.0",
"ra-core": "^5.0.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"react-hook-form": "*",
"react-is": "^18.0.0 || ^19.0.0",
"react-router": "^6.28.1 || ^7.1.1",
"react-router-dom": "^6.28.1 || ^7.1.1"
},
"dependencies": {
"@tanstack/react-query": "^5.21.7",
"autosuggest-highlight": "^3.1.1",
"clsx": "^2.1.1",
"css-mediaquery": "^0.1.2",
"dompurify": "^2.4.3",
"inflection": "^3.0.0",
"jsonexport": "^3.2.0",
"lodash": "~4.17.5",
"query-string": "^7.1.3",
"react-dropzone": "^14.2.3",
"react-error-boundary": "^4.0.13",
"react-transition-group": "^4.4.5"
},
"gitHead": "587df4c27bfcec4a756df4f95e5fc14728dfc0d7"
}