package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "getty-show",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite --host 0.0.0.0",
  8. "build": "vite build",
  9. "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
  10. "preview": "vite preview --host 0.0.0.0"
  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. "leva": "^0.9.35",
  18. "prop-types": "^15.8.1",
  19. "react": "^18.2.0",
  20. "react-dom": "^18.2.0",
  21. "react-lazyload": "^3.2.0"
  22. },
  23. "devDependencies": {
  24. "@emotion/babel-plugin": "^11.11.0",
  25. "@types/react": "^18.2.64",
  26. "@types/react-dom": "^18.2.21",
  27. "@vitejs/plugin-react": "^4.2.1",
  28. "eslint": "^8.57.0",
  29. "eslint-plugin-react": "^7.34.0",
  30. "eslint-plugin-react-hooks": "^4.6.0",
  31. "eslint-plugin-react-refresh": "^0.4.5",
  32. "stats.js": "^0.17.0",
  33. "vite": "^5.1.6",
  34. "vite-plugin-javascript-obfuscator": "^3.1.0"
  35. },
  36. "overrides": {
  37. "react-lazyload": {
  38. "react": "^18.2.0",
  39. "react-dom": "^18.2.0"
  40. }
  41. }
  42. }