package.json 845 B

1234567891011121314151617181920212223242526272829303132333435
  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. "@gsap/react": "^2.1.0",
  14. "gsap": "^3.12.5",
  15. "react": "^18.2.0",
  16. "react-dom": "^18.2.0",
  17. "react-lazyload": "^3.2.0"
  18. },
  19. "devDependencies": {
  20. "@types/react": "^18.2.64",
  21. "@types/react-dom": "^18.2.21",
  22. "@vitejs/plugin-react": "^4.2.1",
  23. "eslint": "^8.57.0",
  24. "eslint-plugin-react": "^7.34.0",
  25. "eslint-plugin-react-hooks": "^4.6.0",
  26. "eslint-plugin-react-refresh": "^0.4.5",
  27. "vite": "^5.1.6"
  28. },
  29. "overrides": {
  30. "react-lazyload": {
  31. "react": "^18.2.0",
  32. "react-dom": "^18.2.0"
  33. }
  34. }
  35. }