123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "getty-show",
- "private": true,
- "version": "0.0.0",
- "type": "module",
- "scripts": {
- "dev": "vite --host 0.0.0.0",
- "build": "vite build",
- "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
- "preview": "vite preview --host 0.0.0.0"
- },
- "dependencies": {
- "@emotion/react": "^11.11.4",
- "@emotion/styled": "^11.11.0",
- "@gsap/react": "^2.1.0",
- "gsap": "^3.12.5",
- "leva": "^0.9.35",
- "prop-types": "^15.8.1",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "react-lazyload": "^3.2.0"
- },
- "devDependencies": {
- "@emotion/babel-plugin": "^11.11.0",
- "@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",
- "stats.js": "^0.17.0",
- "vite": "^5.1.6",
- "vite-plugin-javascript-obfuscator": "^3.1.0"
- },
- "overrides": {
- "react-lazyload": {
- "react": "^18.2.0",
- "react-dom": "^18.2.0"
- }
- }
- }
|