{ "name": "front", "version": "0.1.0", "private": true, "dependencies": { "react": "^16.2.0", "react-dom": "^16.2.0", "react-scripts": "1.1.1", "react-select": "git://github.com/enikesha/react-select.git#feature/async-pagination", "react-sound": "^1.1.0", "react-virtualized": "^9.18.5", "react-virtualized-select": "^3.1.3" }, "proxy": "http://localhost:5000/", "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" } }