package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "sztm-excel",
  3. "version": "0.1.0",
  4. "private": true,
  5. "proxy": "http://restserver:3002",
  6. "dependencies": {
  7. "babel-core": "^6.25.0",
  8. "babel-polyfill": "^6.23.0",
  9. "babel-preset-env": "^1.7.0",
  10. "babel-register": "^6.24.1",
  11. "bcryptjs": "^2.4.3",
  12. "body-parser": "^1.17.2",
  13. "bootstrap": "4.1.1",
  14. "connected-react-router": "^4.3.0",
  15. "debug": "^3.1.0",
  16. "dotenv": "^6.0.0",
  17. "express": "^4.15.3",
  18. "jwt-simple": "^0.5.1",
  19. "moment": "^2.18.1",
  20. "mongoose": "^4.11.3",
  21. "morgan": "^1.8.2",
  22. "react": "^15.5.4",
  23. "react-dom": "^15.5.4",
  24. "react-redux": "^5.0.5",
  25. "react-router": "^4.3.1",
  26. "react-router-dom": "^4.3.1",
  27. "redux": "^3.6.0",
  28. "redux-saga": "^0.15.4",
  29. "request": "^2.81.0",
  30. "request-promise": "^4.2.1",
  31. "sockjs-client": "^1.1.5"
  32. },
  33. "devDependencies": {
  34. "eslint": "^5.0.1",
  35. "eslint-plugin-react": "^7.10.0",
  36. "react-bootstrap": "^0.31.0",
  37. "react-scripts": "^1.1.4"
  38. },
  39. "scripts": {
  40. "start": "react-scripts start",
  41. "build": "react-scripts build",
  42. "test": "react-scripts test --env=jsdom",
  43. "eject": "react-scripts eject"
  44. }
  45. }