ra-data-local-storage
Version:
Local storage data provider for react-admin
63 lines (62 loc) • 1.52 kB
JSON
{
"name": "ra-data-local-storage",
"version": "5.13.4",
"description": "Local storage 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,
"files": [
"LICENSE",
"*.md",
"dist",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/marmelab/react-admin.git"
},
"keywords": [
"reactjs",
"react",
"react-admin",
"rest",
"fakerest",
"local"
],
"author": "François Zaninotto",
"license": "MIT",
"bugs": {
"url": "https://github.com/marmelab/react-admin/issues"
},
"homepage": "https://github.com/marmelab/react-admin#readme",
"scripts": {
"build": "zshy --silent"
},
"dependencies": {
"lodash": "~4.17.5",
"ra-data-fakerest": "^5.13.4"
},
"devDependencies": {
"typescript": "^5.1.3",
"zshy": "^0.5.0"
},
"peerDependencies": {
"ra-core": "*"
},
"gitHead": "e4c74995475eaa39f64350730e9a9894af9d5b5e",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
}
}