package.json 783 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "lolirift-client",
  3. "version": "1.0.0",
  4. "description": "a client electron app for the soon-to-be hit lolirift",
  5. "main": "main.js",
  6. "scripts": {
  7. "start": "babel app -d build && electron .",
  8. "dev": "babel -w app -d build & electron ."
  9. },
  10. "keywords": [
  11. "Electron",
  12. "RTS"
  13. ],
  14. "author": "satorialist",
  15. "license": "MIT",
  16. "devDependencies": {
  17. "babel-cli": "^6.24.0",
  18. "babel-preset-env": "^1.3.2",
  19. "babel-preset-es2015": "^6.24.0",
  20. "babel-preset-react": "^6.23.0",
  21. "babel-preset-stage-1": "^6.22.0",
  22. "electron": "~1.6.2",
  23. "material-ui": "^0.17.1",
  24. "react": "^15.4.2",
  25. "react-dom": "^15.4.2",
  26. "react-redux": "^5.0.3",
  27. "react-tap-event-plugin": "^2.0.1",
  28. "redux": "^3.6.0",
  29. "ws": "^3.0.0"
  30. }
  31. }