-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.88 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.88 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
59
60
61
62
63
64
65
66
67
{
"name": "ra-no-code",
"version": "5.14.5",
"description": "",
"files": [
"*.md",
"dist",
"src"
],
"zshy": "./src/index.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.cts",
"type": "module",
"sideEffects": false,
"authors": [
"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": "zshy --silent"
},
"devDependencies": {
"@tanstack/react-query": "^5.90.2",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "^6.22.0",
"react-router-dom": "^6.22.0",
"typescript": "^5.1.3",
"zshy": "^0.5.0"
},
"peerDependencies": {
"@mui/icons-material": "^5.16.12 || ^6.0.0 || ^7.0.0",
"@mui/material": "^5.16.12 || ^6.0.0 || ^7.0.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"dependencies": {
"@tanstack/react-query": "^5.83.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"inflection": "^3.0.0",
"lodash": "~4.18.1",
"papaparse": "^5.3.0",
"ra-data-local-storage": "^5.14.5",
"react-admin": "^5.14.5",
"react-dropzone": "^14.2.3"
},
"gitHead": "19dcb264898c8e01c408eb66ce02c50b67c851ab",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
}
}