reactant-storage
Version:
A persistence storage plugin for Reactant
47 lines (46 loc) • 1.1 kB
JSON
{
"name": "reactant-storage",
"version": "0.140.0",
"description": "A persistence storage plugin for Reactant",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"typedoc": {
"entryPoint": "src/index.ts"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Reactant",
"Storage",
"Persistence"
],
"homepage": "https://reactant.js.org/",
"repository": {
"type": "git",
"url": "git+https://github.com/unadlib/reactant.git",
"directory": "packages/reactant-storage"
},
"authors": [
"Michael Lin <unadlib@gmail.com> (https://github.com/unadlib)"
],
"license": "MIT",
"peerDependencies": {
"react": "^16.12.0 || ^17",
"react-redux": "^7.2.8",
"reactant-module": "*",
"redux": "^4.1.0",
"redux-persist": "^6.0.0"
},
"dependencies": {
"redux-persist": "^6.0.0"
},
"devDependencies": {
"react": "^17.0.2",
"react-redux": "^7.2.8",
"reactant-module": "^0.140.0",
"redux": "^4.1.0"
}
}