package.json 956 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. "crypto-js": "^3.1.9-1",
  10. "dat.gui": "^0.7.1",
  11. "material-ui": "^0.20.0",
  12. "pixi-layers": "^0.1.9",
  13. "pixi-tween": "^0.2.0",
  14. "pixi.js": "^4.6.2",
  15. "react": "^16.2.0",
  16. "react-dom": "^16.2.0",
  17. "react-scripts": "^1.1.5",
  18. "reactstrap": "^5.0.0-alpha.4",
  19. "socket.io-client": "^2.1.1",
  20. "wolfy87-eventemitter": "^5.2.4"
  21. },
  22. "scripts": {
  23. "start": "react-scripts start",
  24. "build": "react-scripts build",
  25. "test": "react-scripts test --env=jsdom",
  26. "eject": "react-scripts eject"
  27. },
  28. "devDependencies": {
  29. "eslint": "^4.19.0",
  30. "eslint-plugin-react": "^7.11.1"
  31. },
  32. "proxy": {
  33. "/api": {
  34. "target": "http://localhost:3000/",
  35. "ws": true,
  36. "pathRewrite": {
  37. "^/api": "/"
  38. }
  39. }
  40. }
  41. }