|
1 | 1 | { |
2 | | - "name": "ra-core", |
3 | | - "version": "5.13.1", |
4 | | - "description": "Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React", |
5 | | - "files": [ |
6 | | - "*.md", |
7 | | - "dist", |
8 | | - "src", |
9 | | - "codemods" |
10 | | - ], |
11 | | - "zshy": "./src/index.ts", |
12 | | - "main": "./dist/index.cjs", |
13 | | - "module": "./dist/index.js", |
14 | | - "types": "./dist/index.d.cts", |
15 | | - "type": "module", |
16 | | - "exports": { |
17 | | - ".": { |
18 | | - "import": { |
19 | | - "types": "./dist/index.d.ts", |
20 | | - "default": "./dist/index.js" |
21 | | - }, |
22 | | - "require": { |
23 | | - "types": "./dist/index.d.cts", |
24 | | - "default": "./dist/index.cjs" |
25 | | - } |
26 | | - } |
27 | | - }, |
28 | | - "sideEffects": false, |
29 | | - "authors": [ |
30 | | - "François Zaninotto", |
31 | | - "Gildas Garcia" |
32 | | - ], |
33 | | - "repository": "marmelab/react-admin", |
34 | | - "homepage": "https://github.com/marmelab/react-admin#readme", |
35 | | - "bugs": "https://github.com/marmelab/react-admin/issues", |
36 | | - "license": "MIT", |
37 | | - "scripts": { |
38 | | - "build": "zshy --silent" |
39 | | - }, |
40 | | - "devDependencies": { |
41 | | - "@hookform/resolvers": "^3.2.0", |
42 | | - "@tanstack/react-query": "^5.90.2", |
43 | | - "@tanstack/react-query-devtools": "^5.90.2", |
44 | | - "@testing-library/react": "^15.0.7", |
45 | | - "@types/jest": "^29.5.2", |
46 | | - "@types/jscodeshift": "^0.11.11", |
47 | | - "@types/node": "^20.10.7", |
48 | | - "@types/node-polyglot": "^0.4.31", |
49 | | - "@types/react": "^18.3.3", |
50 | | - "echarts": "^5.6.0", |
51 | | - "expect": "^27.4.6", |
52 | | - "ignore-styles": "~5.0.1", |
53 | | - "jscodeshift": "^0.15.2", |
54 | | - "react": "^18.3.1", |
55 | | - "react-dom": "^18.3.1", |
56 | | - "react-hook-form": "^7.65.0", |
57 | | - "react-router": "^6.28.1", |
58 | | - "react-router-dom": "^6.28.1", |
59 | | - "typescript": "^5.1.3", |
60 | | - "yup": "^0.32.11", |
61 | | - "zod": "^3.22.1", |
62 | | - "zshy": "^0.5.0" |
63 | | - }, |
64 | | - "peerDependencies": { |
65 | | - "@tanstack/react-query": "^5.83.0", |
66 | | - "react": "^18.0.0 || ^19.0.0", |
67 | | - "react-dom": "^18.0.0 || ^19.0.0", |
68 | | - "react-hook-form": "^7.65.0", |
69 | | - "react-router": "^6.28.1 || ^7.1.1", |
70 | | - "react-router-dom": "^6.28.1 || ^7.1.1" |
71 | | - }, |
72 | | - "dependencies": { |
73 | | - "date-fns": "^3.6.0", |
74 | | - "eventemitter3": "^5.0.1", |
75 | | - "inflection": "^3.0.0", |
76 | | - "jsonexport": "^3.2.0", |
77 | | - "lodash": "^4.17.21", |
78 | | - "query-string": "^7.1.3", |
79 | | - "react-error-boundary": "^4.0.13", |
80 | | - "react-is": "^18.2.0 || ^19.0.0" |
81 | | - }, |
82 | | - "gitHead": "587df4c27bfcec4a756df4f95e5fc14728dfc0d7" |
| 2 | + "name": "ra-core", |
| 3 | + "version": "5.13.2", |
| 4 | + "description": "Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React", |
| 5 | + "files": [ |
| 6 | + "*.md", |
| 7 | + "dist", |
| 8 | + "src", |
| 9 | + "codemods" |
| 10 | + ], |
| 11 | + "zshy": "./src/index.ts", |
| 12 | + "main": "./dist/index.cjs", |
| 13 | + "module": "./dist/index.js", |
| 14 | + "types": "./dist/index.d.cts", |
| 15 | + "type": "module", |
| 16 | + "exports": { |
| 17 | + ".": { |
| 18 | + "import": { |
| 19 | + "types": "./dist/index.d.ts", |
| 20 | + "default": "./dist/index.js" |
| 21 | + }, |
| 22 | + "require": { |
| 23 | + "types": "./dist/index.d.cts", |
| 24 | + "default": "./dist/index.cjs" |
| 25 | + } |
| 26 | + } |
| 27 | + }, |
| 28 | + "sideEffects": false, |
| 29 | + "authors": [ |
| 30 | + "François Zaninotto", |
| 31 | + "Gildas Garcia" |
| 32 | + ], |
| 33 | + "repository": "marmelab/react-admin", |
| 34 | + "homepage": "https://github.com/marmelab/react-admin#readme", |
| 35 | + "bugs": "https://github.com/marmelab/react-admin/issues", |
| 36 | + "license": "MIT", |
| 37 | + "scripts": { |
| 38 | + "build": "zshy --silent" |
| 39 | + }, |
| 40 | + "devDependencies": { |
| 41 | + "@hookform/resolvers": "^3.2.0", |
| 42 | + "@tanstack/react-query": "^5.90.2", |
| 43 | + "@tanstack/react-query-devtools": "^5.90.2", |
| 44 | + "@testing-library/react": "^15.0.7", |
| 45 | + "@types/jest": "^29.5.2", |
| 46 | + "@types/jscodeshift": "^0.11.11", |
| 47 | + "@types/node": "^20.10.7", |
| 48 | + "@types/node-polyglot": "^0.4.31", |
| 49 | + "@types/react": "^18.3.3", |
| 50 | + "echarts": "^5.6.0", |
| 51 | + "expect": "^27.4.6", |
| 52 | + "ignore-styles": "~5.0.1", |
| 53 | + "jscodeshift": "^0.15.2", |
| 54 | + "react": "^18.3.1", |
| 55 | + "react-dom": "^18.3.1", |
| 56 | + "react-hook-form": "^7.65.0", |
| 57 | + "react-router": "^6.28.1", |
| 58 | + "react-router-dom": "^6.28.1", |
| 59 | + "typescript": "^5.1.3", |
| 60 | + "yup": "^0.32.11", |
| 61 | + "zod": "^3.22.1", |
| 62 | + "zshy": "^0.5.0" |
| 63 | + }, |
| 64 | + "peerDependencies": { |
| 65 | + "@tanstack/react-query": "^5.83.0", |
| 66 | + "react": "^18.0.0 || ^19.0.0", |
| 67 | + "react-dom": "^18.0.0 || ^19.0.0", |
| 68 | + "react-hook-form": "^7.65.0", |
| 69 | + "react-router": "^6.28.1 || ^7.1.1", |
| 70 | + "react-router-dom": "^6.28.1 || ^7.1.1" |
| 71 | + }, |
| 72 | + "dependencies": { |
| 73 | + "date-fns": "^3.6.0", |
| 74 | + "eventemitter3": "^5.0.1", |
| 75 | + "inflection": "^3.0.0", |
| 76 | + "jsonexport": "^3.2.0", |
| 77 | + "lodash": "^4.17.21", |
| 78 | + "query-string": "^7.1.3", |
| 79 | + "react-error-boundary": "^4.0.13", |
| 80 | + "react-is": "^18.2.0 || ^19.0.0" |
| 81 | + }, |
| 82 | + "gitHead": "587df4c27bfcec4a756df4f95e5fc14728dfc0d7" |
83 | 83 | } |
0 commit comments