1
0

package.json 444 B

12345678910111213141516171819
  1. {
  2. "name": "front",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "react": "^16.2.0",
  7. "react-dom": "^16.2.0",
  8. "react-scripts": "1.1.1",
  9. "react-sound": "^1.1.0",
  10. "react-virtualized": "^9.18.5"
  11. },
  12. "proxy": "http://localhost:5000/",
  13. "scripts": {
  14. "start": "react-scripts start",
  15. "build": "react-scripts build",
  16. "test": "react-scripts test --env=jsdom",
  17. "eject": "react-scripts eject"
  18. }
  19. }