This commit is contained in:
Maze Winther
2025-06-24 13:53:14 +02:00
6 changed files with 10 additions and 1214 deletions

2
.npmrc Normal file
View File

@ -0,0 +1,2 @@
install-strategy="nested"
node-linker=isolated

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -37,7 +37,7 @@
"input-otp": "^1.4.1",
"lucide-react": "^0.468.0",
"motion": "^12.18.1",
"next": "^15.2.0",
"next": "^15.3.4",
"next-themes": "^0.4.4",
"pg": "^8.16.2",
"radix-ui": "^1.4.2",

View File

@ -2,6 +2,9 @@
"lockfileVersion": 1,
"workspaces": {
"": {
"dependencies": {
"next": "^15.3.4",
},
"devDependencies": {
"turbo": "^2.5.4",
},
@ -33,7 +36,7 @@
"input-otp": "^1.4.1",
"lucide-react": "^0.468.0",
"motion": "^12.18.1",
"next": "^15.2.0",
"next": "^15.3.4",
"next-themes": "^0.4.4",
"pg": "^8.16.2",
"radix-ui": "^1.4.2",

View File

@ -13,5 +13,8 @@
"check-types": "turbo run check-types",
"lint": "turbo run lint",
"format": "turbo run format"
},
"dependencies": {
"next": "^15.3.4"
}
}