Files
redux/examples/todos-with-undo/package.json
2016-08-07 15:08:19 +01:00

24 lines
513 B
JSON

{
"name": "todos-with-undo",
"version": "0.0.1",
"private": true,
"devDependencies": {
"react-scripts": "0.3.0-alpha"
},
"dependencies": {
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-undo": "^1.0.0-beta9"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "./node_modules/react-scripts/config/eslint.js"
}
}