react-admin
Version:
A frontend Framework for building admin applications on top of REST services, using ES6, React and Material UI
66 lines (65 loc) • 2.01 kB
JSON
{
"name": "react-admin",
"version": "5.13.4",
"description": "A frontend Framework for building admin applications on top of REST services, using ES6, React and Material UI",
"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": [
"François Zaninotto"
],
"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",
"expect": "^27.4.6",
"react-router": "^6.28.1",
"react-router-dom": "^6.28.1",
"typescript": "^5.1.3",
"zshy": "^0.5.0"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^5.16.12 || ^6.0.0 || ^7.0.0",
"@mui/material": "^5.16.12 || ^6.0.0 || ^7.0.0",
"@tanstack/react-query": "^5.83.0",
"ra-core": "^5.13.4",
"ra-i18n-polyglot": "^5.13.4",
"ra-language-english": "^5.13.4",
"ra-ui-materialui": "^5.13.4",
"react-hook-form": "^7.65.0",
"react-router": "^6.28.1 || ^7.1.1",
"react-router-dom": "^6.28.1 || ^7.1.1"
},
"gitHead": "e4c74995475eaa39f64350730e9a9894af9d5b5e",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
}
}