ra-data-hasura
Version:
A data provider for connecting react-admin to a Hasura endpoint
57 lines (56 loc) • 1.38 kB
JSON
{
"name": "ra-data-hasura",
"version": "0.7.1",
"description": "A data provider for connecting react-admin to a Hasura endpoint",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/hasura/ra-data-hasura.git"
},
"bugs": {
"url": "https://github.com/hasura/ra-data-hasura/issues"
},
"homepage": "https://github.com/hasura/ra-data-hasura#readme",
"authors": [
"Praveen Durairaju",
"Radcliffe Robinson"
],
"keywords": [
"reactjs",
"react",
"react-admin",
"admin-on-rest",
"rest",
"graphql",
"hasura"
],
"license": "MIT",
"scripts": {
"build": "rimraf ./dist && tsc",
"prepublishOnly": "npm run test && npm run build",
"test": "jest",
"prettier": "prettier --config ./.prettierrc --write '**/*.{js,jsx,md}'",
"prepare": "husky install"
},
"dependencies": {
"lodash": "^4.17.21",
"ra-data-graphql": "^4.6.0 || ^5.0.3",
"graphql": "^16.6.0"
},
"peerDependencies": {
"ra-core": "^4.6.2 || ^5.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.2",
"@types/lodash": "^4.14.191",
"husky": "^8.0.2",
"jest": "^29.5.0",
"prettier": "~3.2.5",
"pretty-quick": "^4.0.0",
"rimraf": "^3.0.2",
"ts-jest": "^29.1.0",
"typescript": "^5.1.3"
}
}