{ "name": "likelionssu", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "@types/react-slick": "^0.23.13", "framer-motion": "^11.0.5", "react": "^18.2.0", "react-dom": "^18.2.0", "react-lottie-player": "^1.5.6", "react-router-dom": "^6.22.0", "react-slick": "^0.30.2", "slick-carousel": "^1.8.1", "styled-component": "^2.8.0", "styled-components": "^6.1.8" }, "devDependencies": { "@types/react": "^18.2.55", "@types/react-dom": "^18.2.19", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "@vitejs/plugin-react": "^4.2.1", "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "typescript": "^5.2.2", "vite": "^5.1.0" } }