| 1234567891011121314151617181920212223242526 |
- {
- "name": "front",
- "version": "0.1.0",
- "private": true,
- "dependencies": {
- "material-ui": "^1.0.0-beta.40",
- "material-ui-icons": "^1.0.0-beta.36",
- "react": "^16.2.0",
- "react-dom": "^16.2.0",
- "react-infinite-scroller": "^1.1.3",
- "react-router-dom": "^4.2.2",
- "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",
- "typeface-roboto": "0.0.54"
- },
- "proxy": "http://localhost:5000/",
- "scripts": {
- "start": "react-scripts start",
- "build": "react-scripts build",
- "test": "react-scripts test --env=jsdom",
- "eject": "react-scripts eject"
- }
- }
|