package.json 719 B

1234567891011121314151617181920212223242526272829303132333435
  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-router-dom": "^5.0.0",
  12. "react-scripts": "3.0.1"
  13. },
  14. "scripts": {
  15. "start": "react-scripts start",
  16. "build": "react-scripts build",
  17. "test": "react-scripts test",
  18. "eject": "react-scripts eject"
  19. },
  20. "eslintConfig": {
  21. "extends": "react-app"
  22. },
  23. "browserslist": {
  24. "production": [
  25. ">0.2%",
  26. "not dead",
  27. "not op_mini all"
  28. ],
  29. "development": [
  30. "last 1 chrome version",
  31. "last 1 firefox version",
  32. "last 1 safari version"
  33. ]
  34. }
  35. }