UNPKG

redux-easy2-crud

Version:
40 lines (39 loc) 1.07 kB
{ "name": "redux-easy2-crud", "version": "1.0.19", "description": "Easy crud programming with Redux", "repository": { "type": "git", "url": "git://github.com/jacquesbonet/redux-easy2-crud.git" }, "main": "lib/index.js", "module": "lib/index.js", "devDependencies": { "enzyme": "^2.4.1", "react-addons-test-utils": "^15.3.0", "react-scripts": "^0.7.0", "babel-preset-es2015": "^6.6.0", "babel-preset-stage-2": "^6.5.0" }, "dependencies": { "@risingstack/trace": "^2.27.4", "classnames": "^2.2.5", "cuid": "^1.3.8", "es6-promise": "^4.0.5", "isomorphic-fetch": "*", "react": "^15.4.1", "react-dom": "^15.4.1", "react-redux": "^4.4.5", "redux": "^3.5.2", "todomvc-app-css": "^2.0.6", "winston": "^2.2.0" }, "scripts": { "start": "react-scripts start", "compile": "./node_modules/.bin/babel --out-dir lib src", "build": "npm run compile & react-scripts build", "prepublish": "npm run build", "eject": "react-scripts eject", "test": "react-scripts test" } }