feat(create-turbo): apply package-manager transform

This commit is contained in:
Turbobot 2025-06-19 02:40:01 +08:00 committed by afiqzudinhadi
parent b1899c28fb
commit 8c2a4154bc
9 changed files with 25 additions and 10102 deletions

View file

@ -10,13 +10,13 @@
"lint": "eslint src/ --max-warnings 0"
},
"dependencies": {
"@repo/ui": "workspace:*",
"@repo/ui": "*",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.5.1",

View file

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

View file

@ -14,7 +14,7 @@
"@remix-run/node": "^2.15.2",
"@remix-run/react": "^2.15.2",
"@remix-run/server-runtime": "^2.15.2",
"@repo/ui": "workspace:*",
"@repo/ui": "*",
"@vercel/analytics": "^1.5.0",
"@vercel/remix": "2.16.6",
"isbot": "^5.1.23",
@ -23,7 +23,7 @@
},
"devDependencies": {
"@remix-run/dev": "^2.15.2",
"@repo/eslint-config": "workspace:*",
"@repo/eslint-config": "*",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^8.34.0",

View file

@ -11,16 +11,16 @@
"start": "next start"
},
"dependencies": {
"@repo/logger": "workspace:*",
"@repo/ui": "workspace:*",
"@repo/logger": "*",
"@repo/ui": "*",
"next": "^15.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^15.3.0",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@types/node": "^22.15.3",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",