1
0

package.json 577 B

123456789101112131415161718192021
  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-select": "git://github.com/enikesha/react-select.git#feature/async-pagination",
  10. "react-sound": "^1.1.0",
  11. "react-virtualized": "^9.18.5",
  12. "react-virtualized-select": "^3.1.3"
  13. },
  14. "proxy": "http://localhost:5000/",
  15. "scripts": {
  16. "start": "react-scripts start",
  17. "build": "react-scripts build",
  18. "test": "react-scripts test --env=jsdom",
  19. "eject": "react-scripts eject"
  20. }
  21. }