ra-nest-crud
Version:
a data provider for react admin that handles request from nestjsx-crud server
52 lines (51 loc) • 1.31 kB
JSON
{
"name": "ra-nest-crud",
"version": "2.1.1",
"description": "a data provider for react admin that handles request from nestjsx-crud server",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"rollup": "rollup",
"watch": "rollup -cw",
"build": "rimraf ./dist && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FusionWorks/react-admin-nestjsx-crud-dataprovider.git"
},
"keywords": [
"ra",
"react-admin",
"dataprovider",
"data-provider",
"nestjsx/crud"
],
"author": "nzuza",
"license": "ISC",
"devDependencies": {
"eslint": "^6.0.1",
"husky": "^4.2.5",
"rimraf": "^3.0.2",
"rollup": "^1.8.0",
"rollup-plugin-commonjs": "^9.2.2",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-sourcemaps": "^0.4.2"
},
"bugs": {
"url": "https://github.com/FusionWorks/react-admin-nestjsx-crud-dataprovider/issues"
},
"homepage": "https://github.com/FusionWorks/react-admin-nestjsx-crud-dataprovider#readme",
"dependencies": {
"@nestjsx/crud-request": "^4.6.2",
"typescript": "^4.1.2"
},
"peerDependencies": {
"react-admin": "^2.8.5"
},
"husky": {
"hooks": {
"pre-commit": "yarn build && git add ."
}
}
}