trackevery-day/package.json
Renovate Bot 4a4df24a31
All checks were successful
Lint / Lint (push) Successful in 34s
fix(deps): update nextjs monorepo to v15.1.7
2025-02-15 03:03:02 +00:00

43 lines
1.0 KiB
JSON

{
"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.475.0",
"next": "15.1.7",
"next-plausible": "^3.12.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^10.0.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"sharp": "^0.33.4",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "22.13.4",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"eslint": "8.57.1",
"eslint-config-next": "15.1.7",
"postcss": "8.5.2",
"tailwindcss": "3.4.17",
"turbo": "2.4.2",
"typescript": "5.7.3"
},
"overrides": {
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3"
}
}