1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "getty-show",
- "private": true,
- "version": "0.0.0",
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build": "vite build",
- "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
- "preview": "vite preview"
- },
- "dependencies": {
- "@gsap/react": "^2.1.0",
- "gsap": "^3.12.5",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "react-lazyload": "^3.2.0"
- },
- "devDependencies": {
- "@types/react": "^18.2.64",
- "@types/react-dom": "^18.2.21",
- "@vitejs/plugin-react": "^4.2.1",
- "eslint": "^8.57.0",
- "eslint-plugin-react": "^7.34.0",
- "eslint-plugin-react-hooks": "^4.6.0",
- "eslint-plugin-react-refresh": "^0.4.5",
- "vite": "^5.1.6"
- },
- "overrides": {
- "react-lazyload": {
- "react": "^18.2.0",
- "react-dom": "^18.2.0"
- }
- }
- }
|