package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. "bcrypt": "^5.0.1",
  12. "bcryptjs": "^2.4.3",
  13. "body-parser": "^1.17.2",
  14. "bootstrap": "4.1.1",
  15. "connected-react-router": "^4.3.0",
  16. "debug": "^3.1.0",
  17. "dotenv": "^6.0.0",
  18. "express": "^4.15.3",
  19. "jwt-simple": "^0.5.1",
  20. "moment": "^2.18.1",
  21. "mongoose": "^4.11.3",
  22. "morgan": "^1.8.2",
  23. "react": "^15.5.4",
  24. "react-dom": "^15.5.4",
  25. "react-redux": "^5.0.5",
  26. "react-router": "^4.3.1",
  27. "react-router-dom": "^4.3.1",
  28. "redux": "^3.6.0",
  29. "redux-saga": "^0.15.4",
  30. "request": "^2.81.0",
  31. "request-promise": "^4.2.1",
  32. "sockjs-client": "^1.1.5"
  33. },
  34. "devDependencies": {
  35. "eslint": "^5.0.1",
  36. "eslint-plugin-react": "^7.10.0",
  37. "react-bootstrap": "^0.31.0",
  38. "react-scripts": "^1.1.4"
  39. },
  40. "scripts": {
  41. "start": "react-scripts start",
  42. "build": "react-scripts build",
  43. "test": "react-scripts test --env=jsdom",
  44. "eject": "react-scripts eject"
  45. }
  46. }