trackevery-day/package.json
Felix Schulze 2b46f927a1
Some checks failed
Lint / Lint (push) Failing after 9s
SonarQube Scan / SonarQube Trigger (push) Successful in 50s
nexjt 15 and ts fix
2024-11-02 11:23:10 +01:00

43 lines
1.2 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.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"
}
}