trackevery-day/package.json

43 lines
1.2 KiB
JSON
Raw Normal View History

2024-09-03 19:42:30 +02:00
{
"name": "trackeveryday",
"version": "0.1.0",
"private": true,
"scripts": {
2024-11-02 11:23:10 +01:00
"dev": "next dev --turbopack",
2024-09-03 19:42:30 +02:00
"build": "next build",
"start": "next start",
2024-11-02 11:23:10 +01:00
"lint": "next lint && npx tsc --noEmit"
2024-09-03 19:42:30 +02:00
},
"dependencies": {
2024-09-03 20:43:41 +02:00
"autoprefixer": "^10.4.19",
2024-09-03 20:58:07 +02:00
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
2024-09-03 20:43:41 +02:00
"cssnano": "^7.0.1",
"lucide-react": "^0.454.0",
2024-11-02 11:23:10 +01:00
"next": "15.0.2",
2024-09-03 20:58:07 +02:00
"next-plausible": "^3.12.0",
2024-09-03 20:43:41 +02:00
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^10.0.0",
2024-11-02 11:23:10 +01:00
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028",
2024-09-03 20:58:07 +02:00
"sharp": "^0.33.4",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
2024-09-03 19:42:30 +02:00
},
"devDependencies": {
"@types/node": "22.8.6",
2024-11-02 11:23:10 +01:00
"@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",
2024-11-02 11:23:10 +01:00
"eslint-config-next": "15.0.2",
"postcss": "8.4.47",
"tailwindcss": "3.4.14",
"turbo": "2.2.3",
"typescript": "5.6.3"
2024-11-02 11:23:10 +01:00
},
"overrides": {
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
2024-09-03 19:42:30 +02:00
}
}