package.json 1.0 KB

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