redux-localstorage-simple
Version:
Save and load Redux state to and from LocalStorage.
44 lines (43 loc) • 1.25 kB
JSON
{
"name": "redux-localstorage-simple",
"version": "2.5.1",
"description": "Save and load Redux state to and from LocalStorage.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "rimraf dist/index.js",
"build": "npm run build:dist && npm run build:test",
"build:dist": "npm run clean && babel src -d dist",
"build:test": "webpack --config test/webpack.config.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kilkelly/redux-localstorage-simple.git"
},
"keywords": [
"redux",
"localstorage",
"immutablejs"
],
"author": "Frank Kilkelly",
"license": "MIT",
"bugs": {
"url": "https://github.com/kilkelly/redux-localstorage-simple/issues"
},
"homepage": "https://github.com/kilkelly/redux-localstorage-simple#readme",
"dependencies": {
"merge": "2.1.1"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.4",
"babel-preset-minify": "^0.5.1",
"deep-equal": "^2.0.5",
"redux": "^4.2.0",
"rimraf": "^3.0.2",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
}
}