ra-data-graphql
Version:
A GraphQL data provider for react-admin
66 lines (65 loc) • 1.62 kB
JSON
{
"name": "ra-data-graphql",
"version": "5.13.4",
"description": "A GraphQL data provider for react-admin",
"zshy": "./src/index.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.cts",
"type": "module",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/marmelab/react-admin.git"
},
"bugs": {
"url": "https://github.com/marmelab/react-admin/issues"
},
"homepage": "https://github.com/marmelab/react-admin#readme",
"authors": [
"Gildas Garcia"
],
"keywords": [
"reactjs",
"react",
"react-admin",
"admin-on-rest",
"rest",
"graphql"
],
"license": "MIT",
"scripts": {
"build": "zshy --silent"
},
"dependencies": {
"@apollo/client": "^3.3.19",
"graphql-tag": "^2.12.6",
"lodash": "~4.17.5",
"pluralize": "~7.0.0"
},
"peerDependencies": {
"graphql": "^15.6.0 || ^16",
"ra-core": "^5.0.0"
},
"devDependencies": {
"graphql": "^15.6.0",
"typescript": "^5.1.3",
"zshy": "^0.5.0"
},
"gitHead": "e4c74995475eaa39f64350730e9a9894af9d5b5e",
"files": [
"dist"
],
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
}
}