package.json 926 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "mafalda-web",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@uirouter/react": "^0.5.4",
  7. "bootstrap": "^4.0.0-beta.3",
  8. "chart.js": "^2.7.2",
  9. "dat.gui": "^0.7.1",
  10. "material-ui": "^0.20.0",
  11. "pixi-layers": "^0.1.9",
  12. "pixi-tween": "^0.2.0",
  13. "pixi.js": "^4.6.2",
  14. "react": "^16.2.0",
  15. "react-dom": "^16.2.0",
  16. "react-scripts": "^1.1.4",
  17. "reactstrap": "^5.0.0-alpha.4",
  18. "socket.io-client": "^2.1.1",
  19. "wolfy87-eventemitter": "^5.2.4"
  20. },
  21. "scripts": {
  22. "start": "react-scripts start",
  23. "build": "react-scripts build",
  24. "test": "react-scripts test --env=jsdom",
  25. "eject": "react-scripts eject"
  26. },
  27. "devDependencies": {
  28. "eslint": "^4.19.0",
  29. "eslint-plugin-react": "^7.7.0"
  30. },
  31. "proxy": {
  32. "/api": {
  33. "target": "http://localhost:3000/",
  34. "ws": true,
  35. "pathRewrite": {
  36. "^/api": "/"
  37. }
  38. }
  39. }
  40. }