feat(create-turbo): apply official-starter transform

This commit is contained in:
Turbobot 2024-08-11 23:39:29 -07:00 committed by DESKTOP-RTLN3BA\$punk
parent 55332d1ddb
commit 856eb69577
201 changed files with 2812 additions and 14413 deletions

View file

@ -1,5 +1,5 @@
{
"name": "next-fast-turbo",
"name": "SurfSense",
"private": true,
"scripts": {
"build": "turbo build",
@ -8,13 +8,12 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"prettier": "^3.1.1",
"turbo": "^1.12.4"
"prettier": "^3.2.5",
"turbo": "^2.0.12",
"typescript": "^5.4.5"
},
"packageManager": "pnpm@8.9.0",
"packageManager": "pnpm@8.15.6",
"engines": {
"node": ">=18"
}
}
}