UNPKG

ra-data-local-forage

Version:

LocalForage data provider for react-admin

67 lines (66 loc) 1.61 kB
{ "name": "ra-data-local-forage", "version": "5.14.7", "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.18.1", "ra-data-fakerest": "^5.14.7" }, "devDependencies": { "typescript": "^5.1.3", "zshy": "^0.5.0" }, "peerDependencies": { "ra-core": "*" }, "gitHead": "93ff911afc5415e5e196baf5591380c322253708", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } } }