redux-sessionstorage-simple
Version:
Save and load Redux state to and from SessionStorage.
48 lines (47 loc) • 1.27 kB
JSON
{
"name": "redux-sessionstorage-simple",
"version": "1.0.0",
"description": "Save and load Redux state to and from SessionStorage.",
"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/moiri/redux-sessionstorage-simple.git"
},
"keywords": [
"redux",
"sessionstorage",
"immutablejs"
],
"author": "Frank Kilkelly",
"contributors": "Simon Maurer",
"license": "MIT",
"bugs": {
"url": "https://github.com/moiri/redux-sessionstorage-simple/issues"
},
"homepage": "https://github.com/moiri/redux-sessionstorage-simple#readme",
"dependencies": {
"merge": "2.1.1"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "7.10.5",
"@babel/preset-env": "7.10.4",
"babel-loader": "8.1.0",
"babel-preset-minify": "0.5.1",
"deep-equal": "2.0.3",
"redux": "4.0.5",
"rimraf": "3.0.2",
"webpack": "^4.44.0",
"webpack-cli": "3.3.12"
},
"directories": {
"test": "test"
}
}