ra-data-hasura
Version:
A data provider for connecting react-admin to a Hasura endpoint
48 lines (47 loc) • 1.09 kB
JSON
{
"name": "example",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.9.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.17",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"graphql": "^16.6.0",
"ra-data-hasura": "^0.5.4",
"react": "^18.2.0",
"react-admin": "^4.6.2",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"typescript": "^4.9.4",
"web-vitals": "^3.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}