package.json 712 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "skroutzi",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "bootstrap": "^4.1.3",
  7. "jquery": "^3.3.1",
  8. "level": "^2.1.1",
  9. "popper": "^1.0.1",
  10. "react": "^16.4.2",
  11. "react-dom": "^16.4.2",
  12. "react-scripts": "1.1.5"
  13. },
  14. "scripts": {
  15. "start": "react-scripts start",
  16. "build": "react-scripts build",
  17. "test": "react-scripts test --env=jsdom",
  18. "eject": "react-scripts eject"
  19. },
  20. "devDependencies": {
  21. "bindings": "github:TooTallNate/node-bindings",
  22. "i": "^0.3.6",
  23. "npm": "^6.4.1"
  24. },
  25. "proxy": {
  26. "/api": {
  27. "target": "http://localhost:3000/",
  28. "ws": true,
  29. "pathRewrite": {
  30. "^/api": "/"
  31. }
  32. }
  33. }
  34. }