react-redux-rails-todo/todo-app/package.json
2018-10-12 02:08:36 +11:00

28 lines
578 B
JSON

{
"name": "todo-app",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:3000",
"dependencies": {
"axios": "^0.18.0",
"immutability-helper": "^2.8.1",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-scripts": "2.0.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}