js__react_redux_form/package.json

31 lines
755 B
JSON

{
"name": "redux-form-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"flow": "flow",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"classnames": "^2.2.5",
"react": "^15.5.0-rc.2",
"react-dom": "^15.5.0-rc.2",
"react-redux": "^5.0.0",
"react-scripts": "1.0.17",
"redux": "^3.7.2",
"redux-form": "^5.3.6"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.1.2",
"babel-preset-flow": "^6.23.0",
"chai": "^4.1.2",
"eslint": "^4.14.0",
"eslint-plugin-react": "^7.5.1",
"flow-bin": "^0.62.0"
}
}