{ "name": "redux-form", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "next start -p 8000", "dev": "node server.js", "build": "next build" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "express": "^4.15.4", "next": "latest", "react": "^16.1.1", "react-dom": "^16.1.1", "next-redux-wrapper": "^1.3.2", "react-bootstrap": "^0.31.3", "react-redux": "^5.0.6", "redux": "^3.7.2", "redux-thunk": "^2.2.0" } }