linter config, icons, fix stats
Some checks failed
Lint / Lint and Check (push) Failing after 47s

This commit is contained in:
2025-07-15 19:34:28 +02:00
parent d69d9fc129
commit 5d9eb9217e
6 changed files with 330 additions and 266 deletions

View File

@@ -2,6 +2,7 @@
"name": "trackeveryday",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
@@ -42,20 +43,25 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/js": "^9.31.0",
"@next/eslint-plugin-next": "^15.4.1",
"@tailwindcss/postcss": "4.1.11",
"@types/node": "22.16.3",
"@types/pg": "^8.15.4",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@typescript-eslint/eslint-plugin": "^8.37.0",
"@typescript-eslint/parser": "^8.37.0",
"drizzle-kit": "^0.31.4",
"eslint": "8.57.1",
"eslint": "9.31.0",
"eslint-config-next": "15.4.1",
"postcss": "8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "4.1.11",
"turbo": "2.5.4",
"typescript": "5.8.3"
"typescript": "5.8.3",
"typescript-eslint": "^8.37.0"
},
"packageManager": "pnpm@10.13.1"
}