package.json 1.2 KB

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