Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cf68434ff5 | ||
|
|
3289436ef3 | ||
|
|
6f02f96739 | ||
|
|
e0c403c760 | ||
|
|
82a029ea9d | ||
|
|
b94320aa44 | ||
|
|
afd369ed51 | ||
|
|
3c3ad7641f | ||
|
|
8321baf239 | ||
|
|
dc9a286db3 | ||
|
|
de600e78c3 | ||
|
|
eb4b0d5a5a | ||
|
|
b593c60ab2 | ||
|
|
2f14898357 |
Vendored
-3
@@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"WillLuke.nextjs.hasPrompted": true
|
|
||||||
}
|
|
||||||
+4
-4
@@ -16,11 +16,11 @@
|
|||||||
"auth": "^1.2.3",
|
"auth": "^1.2.3",
|
||||||
"framer-motion": "^12.23.9",
|
"framer-motion": "^12.23.9",
|
||||||
"lucide-react": "^0.526.0",
|
"lucide-react": "^0.526.0",
|
||||||
"next": "15.5.7",
|
"next": "15.4.4",
|
||||||
"next-auth": "^5.0.0-beta.29",
|
"next-auth": "^5.0.0-beta.29",
|
||||||
"postcss": "^8.5.6",
|
"postcss": "^8.5.6",
|
||||||
"react": "19.1.2",
|
"react": "19.1.0",
|
||||||
"react-dom": "19.1.2",
|
"react-dom": "19.1.0",
|
||||||
"sonner": "^2.0.6",
|
"sonner": "^2.0.6",
|
||||||
"tailwindcss": "^4.1.11",
|
"tailwindcss": "^4.1.11",
|
||||||
"zod": "^4.0.10"
|
"zod": "^4.0.10"
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
"@types/react": "^19",
|
"@types/react": "^19",
|
||||||
"@types/react-dom": "^19",
|
"@types/react-dom": "^19",
|
||||||
"eslint": "^9",
|
"eslint": "^9",
|
||||||
"eslint-config-next": "15.5.7",
|
"eslint-config-next": "15.4.4",
|
||||||
"prisma": "^6.12.0",
|
"prisma": "^6.12.0",
|
||||||
"typescript": "^5"
|
"typescript": "^5"
|
||||||
}
|
}
|
||||||
|
|||||||
Generated
-5019
File diff suppressed because it is too large
Load Diff
+5
-20
@@ -1,11 +1,7 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "ES2017",
|
"target": "ES2017",
|
||||||
"lib": [
|
"lib": ["dom", "dom.iterable", "esnext"],
|
||||||
"dom",
|
|
||||||
"dom.iterable",
|
|
||||||
"esnext"
|
|
||||||
],
|
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
@@ -23,20 +19,9 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"paths": {
|
"paths": {
|
||||||
"@/*": [
|
"@/*": ["./*"]
|
||||||
"./*"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"include": [
|
"include": ["next-env.d.ts","next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
|
||||||
"next-env.d.ts",
|
"exclude": ["node_modules"]
|
||||||
"next-env.d.ts",
|
}
|
||||||
"**/*.ts",
|
|
||||||
"**/*.tsx",
|
|
||||||
".next/types/**/*.ts",
|
|
||||||
".next/dev/types/**/*.ts"
|
|
||||||
],
|
|
||||||
"exclude": [
|
|
||||||
"node_modules"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user