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

This commit is contained in:
Turbobot 2024-10-04 20:35:26 -07:00 committed by Ryan Pandya
parent 1cbe079691
commit af117f9bf4
6 changed files with 5687 additions and 14 deletions

View File

@ -9,14 +9,14 @@
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {
"@repo/ui": "*", "@repo/ui": "workspace:*",
"next": "14.2.6", "next": "14.2.6",
"react": "18.3.1", "react": "18.3.1",
"react-dom": "18.3.1" "react-dom": "18.3.1"
}, },
"devDependencies": { "devDependencies": {
"@repo/eslint-config": "*", "@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "*", "@repo/typescript-config": "workspace:*",
"@types/node": "^20", "@types/node": "^20",
"@types/react": "^18", "@types/react": "^18",
"@types/react-dom": "^18", "@types/react-dom": "^18",

View File

@ -9,14 +9,14 @@
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {
"@repo/ui": "*", "@repo/ui": "workspace:*",
"next": "14.2.6", "next": "14.2.6",
"react": "18.3.1", "react": "18.3.1",
"react-dom": "18.3.1" "react-dom": "18.3.1"
}, },
"devDependencies": { "devDependencies": {
"@repo/eslint-config": "*", "@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "*", "@repo/typescript-config": "workspace:*",
"@types/node": "^20", "@types/node": "^20",
"@types/react": "^18", "@types/react": "^18",
"@types/react-dom": "^18", "@types/react-dom": "^18",

View File

@ -12,12 +12,8 @@
"turbo": "^2.1.3", "turbo": "^2.1.3",
"typescript": "^5.4.5" "typescript": "^5.4.5"
}, },
"packageManager": "pnpm@8.15.6",
"engines": { "engines": {
"node": ">=18" "node": ">=18"
}, }
"packageManager": "npm@10.7.0",
"workspaces": [
"apps/*",
"packages/*"
]
} }

View File

@ -12,8 +12,8 @@
"generate:component": "turbo gen react-component" "generate:component": "turbo gen react-component"
}, },
"devDependencies": { "devDependencies": {
"@repo/eslint-config": "*", "@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "*", "@repo/typescript-config": "workspace:*",
"@turbo/gen": "^1.12.4", "@turbo/gen": "^1.12.4",
"@types/node": "^20.11.24", "@types/node": "^20.11.24",
"@types/eslint": "^8.56.5", "@types/eslint": "^8.56.5",

5674
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

3
pnpm-workspace.yaml Normal file
View File

@ -0,0 +1,3 @@
packages:
- "apps/*"
- "packages/*"