package.json 984 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "getty-show",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
  10. "preview": "vite preview"
  11. },
  12. "dependencies": {
  13. "@emotion/react": "^11.11.4",
  14. "@emotion/styled": "^11.11.0",
  15. "@gsap/react": "^2.1.0",
  16. "gsap": "^3.12.5",
  17. "prop-types": "^15.8.1",
  18. "react": "^18.2.0",
  19. "react-dom": "^18.2.0",
  20. "react-lazyload": "^3.2.0"
  21. },
  22. "devDependencies": {
  23. "@emotion/babel-plugin": "^11.11.0",
  24. "@types/react": "^18.2.64",
  25. "@types/react-dom": "^18.2.21",
  26. "@vitejs/plugin-react": "^4.2.1",
  27. "eslint": "^8.57.0",
  28. "eslint-plugin-react": "^7.34.0",
  29. "eslint-plugin-react-hooks": "^4.6.0",
  30. "eslint-plugin-react-refresh": "^0.4.5",
  31. "vite": "^5.1.6"
  32. },
  33. "overrides": {
  34. "react-lazyload": {
  35. "react": "^18.2.0",
  36. "react-dom": "^18.2.0"
  37. }
  38. }
  39. }