ra-data-local-forage
Version:
LocalForage data provider for react-admin
67 lines (66 loc) • 1.61 kB
JSON
{
"name": "ra-data-local-forage",
"version": "5.13.4",
"description": "LocalForage 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",
"localForage",
"IndexedDB",
"WebSQL"
],
"author": "Anthony RIMET",
"license": "MIT",
"bugs": {
"url": "https://github.com/marmelab/react-admin/issues"
},
"homepage": "https://github.com/marmelab/react-admin#readme",
"scripts": {
"build": "zshy --silent"
},
"dependencies": {
"localforage": "^1.7.1",
"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"
}
}
}
}