{ "name": "trackeveryday", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint && npx tsc --noEmit" }, "dependencies": { "autoprefixer": "^10.4.19", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "cssnano": "^7.0.1", "lucide-react": "^0.454.0", "next": "15.0.2", "next-plausible": "^3.12.0", "postcss-flexbugs-fixes": "^5.0.2", "postcss-preset-env": "^10.0.0", "react": "19.0.0-rc-02c0e824-20241028", "react-dom": "19.0.0-rc-02c0e824-20241028", "sharp": "^0.33.4", "tailwind-merge": "^2.5.2", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@types/node": "22.8.6", "@types/react": "npm:types-react@19.0.0-rc.1", "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "eslint": "8.57.1", "eslint-config-next": "15.0.2", "postcss": "8.4.47", "tailwindcss": "3.4.14", "turbo": "2.2.3", "typescript": "5.6.3" }, "overrides": { "@types/react": "npm:types-react@19.0.0-rc.1", "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1" } }