{ "name": "albert.lol", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "biome lint --write src/", "format": "biome format --write src/" }, "dependencies": { "copy-to-clipboard": "^3.3.3", "framer-motion": "^11.11.10", "next": "15.0.1", "next-themes": "^0.3.0", "react": "19.0.0-rc-69d4b800-20241021", "react-dom": "19.0.0-rc-69d4b800-20241021", "react-hot-toast": "^2.4.1", "react-icons": "^5.3.0" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@types/node": "^22.8.2", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "eslint": "^9.13.0", "eslint-config-next": "15.0.1", "postcss": "^8.4.47", "tailwindcss": "^3.4.14", "typescript": "^5.6.3" } }