package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "smart-school",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@antv/f2": "^3.3.4",
  7. "antd": "^3.10.9",
  8. "antd-mobile": "^2.2.6",
  9. "bootstrap": "^3.3.7",
  10. "moment": "^2.22.2",
  11. "react": "^16.6.3",
  12. "react-app-rewire-less": "^2.1.3",
  13. "react-dom": "^16.6.3",
  14. "react-infinite-scroller": "^1.2.2",
  15. "react-lazyload": "^2.3.0",
  16. "react-player": "^1.7.0",
  17. "react-redux": "^5.1.1",
  18. "react-router": "^4.3.1",
  19. "react-router-dom": "^4.3.1",
  20. "react-scripts": "2.0.5",
  21. "react-slick": "^0.23.2",
  22. "react-transition-group": "^2.5.0",
  23. "redux": "^4.0.1",
  24. "slick-carousel": "^1.8.1",
  25. "swiper": "^4.4.6",
  26. "whatwg-fetch": "^3.0.0"
  27. },
  28. "scripts": {
  29. "start": "react-app-rewired start",
  30. "build": "react-app-rewired build",
  31. "test": "react-app-rewired test",
  32. "eject": "react-scripts eject"
  33. },
  34. "eslintConfig": {
  35. "extends": "react-app"
  36. },
  37. "browserslist": [
  38. ">0.2%",
  39. "not dead",
  40. "not ie <= 11",
  41. "not op_mini all"
  42. ],
  43. "homepage": "/smart-school",
  44. "devDependencies": {
  45. "babel-plugin-import": "^1.10.0",
  46. "circular-json": "^0.5.9",
  47. "prop-types": "^15.6.2",
  48. "raf": "^3.4.1",
  49. "react-app-rewired": "^1.6.2",
  50. "redux-persist": "^5.10.0"
  51. }
  52. }