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

This commit is contained in:
Turbobot 2025-02-08 13:41:40 -08:00 committed by ryan
parent 9fe2818df8
commit c158dda08f
48 changed files with 5621 additions and 24 deletions

View File

@ -14,7 +14,7 @@
"preset": "@repo/jest-presets/node" "preset": "@repo/jest-presets/node"
}, },
"dependencies": { "dependencies": {
"@repo/logger": "workspace:*", "@repo/logger": "*",
"body-parser": "^1.20.2", "body-parser": "^1.20.2",
"cors": "^2.8.5", "cors": "^2.8.5",
"express": "^4.18.3", "express": "^4.18.3",
@ -22,9 +22,9 @@
}, },
"devDependencies": { "devDependencies": {
"@jest/globals": "^29.7.0", "@jest/globals": "^29.7.0",
"@repo/eslint-config": "workspace:*", "@repo/eslint-config": "*",
"@repo/jest-presets": "workspace:*", "@repo/jest-presets": "*",
"@repo/typescript-config": "workspace:*", "@repo/typescript-config": "*",
"@types/body-parser": "^1.19.5", "@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.17", "@types/cors": "^2.8.17",
"@types/express": "^4.17.21", "@types/express": "^4.17.21",

View File

@ -12,7 +12,7 @@
"next": "^14.1.1", "next": "^14.1.1",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"@repo/ui": "workspace:*" "@repo/ui": "*"
}, },
"devDependencies": { "devDependencies": {
"@next/eslint-plugin-next": "^14.1.1", "@next/eslint-plugin-next": "^14.1.1",
@ -20,8 +20,8 @@
"@types/react": "^18.2.61", "@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19", "@types/react-dom": "^18.2.19",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"@repo/eslint-config": "workspace:*", "@repo/eslint-config": "*",
"@repo/typescript-config": "workspace:*", "@repo/typescript-config": "*",
"typescript": "5.5.4" "typescript": "5.5.4"
} }
} }

View File

@ -2,6 +2,10 @@
"name": "with-docker", "name": "with-docker",
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": { "scripts": {
"build": "turbo run build", "build": "turbo run build",
"clean": "turbo run clean", "clean": "turbo run clean",
@ -15,9 +19,9 @@
"prettier": "^3.2.5", "prettier": "^3.2.5",
"turbo": "^2.4.0" "turbo": "^2.4.0"
}, },
"packageManager": "yarn@1.22.19",
"engines": { "engines": {
"node": ">=14.0.0", "node": ">=14.0.0",
"npm": ">=7.0.0" "npm": ">=7.0.0"
}, }
"packageManager": "pnpm@10.2.1"
} }

View File

@ -19,9 +19,9 @@
}, },
"devDependencies": { "devDependencies": {
"@jest/globals": "^29.7.0", "@jest/globals": "^29.7.0",
"@repo/eslint-config": "workspace:*", "@repo/eslint-config": "*",
"@repo/jest-presets": "workspace:*", "@repo/jest-presets": "*",
"@repo/typescript-config": "workspace:*", "@repo/typescript-config": "*",
"@types/node": "^20.11.24", "@types/node": "^20.11.24",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"jest": "^29.7.0", "jest": "^29.7.0",

View File

@ -11,8 +11,8 @@
"@types/react": "^18.2.61", "@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19", "@types/react-dom": "^18.2.19",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"@repo/eslint-config": "workspace:*", "@repo/eslint-config": "*",
"@repo/typescript-config": "workspace:*", "@repo/typescript-config": "*",
"typescript": "5.5.4" "typescript": "5.5.4"
}, },
"dependencies": { "dependencies": {

5603
nazara/yarn.lock Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +0,0 @@
{
"eslint.workingDirectories": [
{
"mode": "auto"
}
]
}

View File

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