package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "sztm-excel",
  3. "version": "0.1.0",
  4. "private": true,
  5. "proxy": "http://localhost: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. "blob": "^0.0.4",
  13. "body-parser": "^1.17.2",
  14. "bootstrap": "3",
  15. "connected-react-router": "^4.3.0",
  16. "debug": "^2.6.8",
  17. "dotenv": "^4.0.0",
  18. "express": "^4.15.3",
  19. "file-saver": "^1.3.3",
  20. "jwt-simple": "^0.5.1",
  21. "moment": "^2.18.1",
  22. "mongoose": "^4.11.3",
  23. "morgan": "^1.8.2",
  24. "passport": "^0.3.2",
  25. "passport-jwt": "^2.2.1",
  26. "react": "^15.5.4",
  27. "react-dom": "^15.5.4",
  28. "react-redux": "^5.0.5",
  29. "react-router": "^4.3.1",
  30. "react-router-dom": "^4.3.1",
  31. "redux": "^3.6.0",
  32. "redux-saga": "^0.15.4",
  33. "request": "^2.81.0",
  34. "request-promise": "^4.2.1",
  35. "xlsx": "^0.10.4"
  36. },
  37. "devDependencies": {
  38. "bhttp": "^1.2.4",
  39. "eslint": "^4.19.1",
  40. "eslint-plugin-react": "^7.8.2",
  41. "html-inline": "^1.2.0",
  42. "react-bootstrap": "^0.31.0",
  43. "react-scripts": "^1.1.4"
  44. },
  45. "scripts": {
  46. "start": "react-scripts start",
  47. "build": "react-scripts build",
  48. "test": "react-scripts test --env=jsdom",
  49. "eject": "react-scripts eject"
  50. }
  51. }