package.json 777 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "fe12",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "gsap": "^2.1.3",
  7. "history": "^4.9.0",
  8. "node-sass": "^4.12.0",
  9. "react": "^16.8.6",
  10. "react-dom": "^16.8.6",
  11. "react-redux": "^7.0.3",
  12. "react-router-dom": "^5.0.0",
  13. "react-scripts": "3.0.1",
  14. "redux": "^4.0.1",
  15. "redux-thunk": "^2.3.0"
  16. },
  17. "scripts": {
  18. "start": "react-scripts start",
  19. "front": "PORT=3006 react-scripts start",
  20. "build": "react-scripts build",
  21. "test": "react-scripts test",
  22. "eject": "react-scripts eject"
  23. },
  24. "eslintConfig": {
  25. "extends": "react-app"
  26. },
  27. "browserslist": {
  28. "production": [
  29. ">0.2%",
  30. "not dead",
  31. "not op_mini all"
  32. ],
  33. "development": [
  34. "last 1 chrome version",
  35. "last 1 firefox version",
  36. "last 1 safari version"
  37. ]
  38. }
  39. }