73 lines
2.4 KiB
JSON
73 lines
2.4 KiB
JSON
{
|
|
"name": "ra-core",
|
|
"version": "5.6.4",
|
|
"description": "Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React",
|
|
"files": [
|
|
"*.md",
|
|
"dist",
|
|
"src",
|
|
"codemods"
|
|
],
|
|
"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": {
|
|
"@hookform/resolvers": "^3.2.0",
|
|
"@testing-library/react": "^15.0.7",
|
|
"@types/jest": "^29.5.2",
|
|
"@types/jscodeshift": "^0.11.11",
|
|
"@types/node": "^20.10.7",
|
|
"@types/node-polyglot": "^0.4.31",
|
|
"@types/react": "^18.3.3",
|
|
"cross-env": "^5.2.0",
|
|
"expect": "^27.4.6",
|
|
"ignore-styles": "~5.0.1",
|
|
"jscodeshift": "^0.15.2",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-hook-form": "^7.53.0",
|
|
"react-router": "^6.28.1",
|
|
"react-router-dom": "^6.28.1",
|
|
"recharts": "^2.1.15",
|
|
"rimraf": "^3.0.2",
|
|
"typescript": "^5.1.3",
|
|
"yup": "^0.32.11",
|
|
"zod": "^3.22.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0 || ^19.0.0",
|
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
"react-hook-form": "^7.53.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",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^3.6.0",
|
|
"eventemitter3": "^5.0.1",
|
|
"inflection": "^3.0.0",
|
|
"jsonexport": "^3.2.0",
|
|
"lodash": "^4.17.21",
|
|
"query-string": "^7.1.3",
|
|
"react-error-boundary": "^4.0.13",
|
|
"react-is": "^18.2.0 || ^19.0.0"
|
|
},
|
|
"gitHead": "2e0fbcf809967affef1ceb213cc9bf2f38bb88c3"
|
|
}
|