rejax
Version:
You don't need to create reducer and action creator to use redux.
42 lines (41 loc) • 967 B
JSON
{
"name": "rejax",
"version": "1.0.14",
"description": "You don't need to create reducer and action creator to use redux.",
"main": "dist/index.js",
"files": [
"dist/*"
],
"dependencies": {
"axios": "^0.18.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0"
},
"scripts": {
"prepublishOnly": "babel ./src --out-dir ./dist -s inline",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/contactyash/rejax.git"
},
"keywords": [
"redux",
"redux-thunk",
"react",
"redux-react",
"axios"
],
"author": "yash rathore",
"license": "ISC",
"bugs": {
"url": "https://github.com/contactyash/rejax/issues"
},
"homepage": "https://github.com/contactyash/rejax#readme"
}