react-redux-provide
Version:
Build your UI with React. Manage application state with Redux providers. Persist and share application state with replication. Use pure functions everywhere.
78 lines (77 loc) • 2.52 kB
JSON
{
"name": "react-redux-provide",
"version": "7.0.6",
"description": "Build your UI with React. Manage application state with Redux providers. Persist and share application state with replication. Use pure functions everywhere.",
"main": "./lib/index.js",
"scripts": {
"build:lib": "babel src --out-dir lib",
"build:umd": "webpack src/index.js dist/react-redux-provide.js --config webpack.config.development.js",
"build:umd:min": "webpack src/index.js dist/react-redux-provide.min.js --config webpack.config.production.js",
"build": "npm run build:lib && npm run build:umd && npm run build:umd:min",
"clean": "rimraf lib dist coverage",
"prepublish": "npm run clean && npm run build",
"test": "better-npm-run test",
"test:watch": "npm test -- --watch",
"test:cov": "babel-node ./node_modules/isparta/bin/isparta cover ./node_modules/mocha/bin/_mocha -- --recursive"
},
"betterScripts": {
"test": {
"command": "npm run prepublish && mocha --compilers js:babel-register --recursive --require babel-polyfill --require react-redux-provide-test-utils/lib/setup.js",
"env": {
"NODE_ENV": "test"
}
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/loggur/react-redux-provide.git"
},
"keywords": [
"react",
"redux",
"provide",
"stores",
"actions",
"smart",
"dumb",
"decorator",
"hoc",
"graphql",
"relay"
],
"author": "timbur",
"license": "MIT",
"bugs": {
"url": "https://github.com/loggur/react-redux-provide/issues"
},
"homepage": "https://github.com/loggur/react-redux-provide#readme",
"dependencies": {
"hoist-non-react-statics": "^1.0.3",
"is-plain-object": "^2.0.1",
"prop-types": "^15.6.0",
"react": "^0.14.0 || ^15.0.0-0 || ^16.0.0-0",
"redux": "^3.0.0",
"redux-replicate": "^3.0.8"
},
"devDependencies": {
"babel-cli": "^6.6.0",
"babel-core": "^6.7.0",
"babel-loader": "^6.2.0",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.7.0",
"better-npm-run": "^0.0.8",
"expect": "^1.8.0",
"isparta": "^3.0.3",
"istanbul": "^0.3.17",
"jsdom": "~5.4.3",
"mocha": "^2.2.5",
"provide-array": "^1.0.0",
"react-dom": "^0.14.0 || ^15.0.0-0 || ^16.0.0-0",
"react-redux-provide-test-utils": "^1.0.17",
"rimraf": "^2.3.4",
"webpack": "^1.11.0"
}
}