This commit is contained in:
10
package.json
10
package.json
@@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user