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

This commit is contained in:
Turbobot
2025-10-27 22:31:54 +02:00
committed by bernard-ng
parent fe38d98186
commit e2bcb26d9e
89 changed files with 8348 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "@repo/ui",
"version": "0.0.0",
"private": true,
"exports": {
"./*": "./src/*.tsx"
},
"scripts": {
"lint": "eslint . --max-warnings 0",
"generate:component": "turbo gen react-component",
"check-types": "tsc --noEmit"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/node": "^22.15.3",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.1",
"eslint": "^9.38.0",
"typescript": "5.9.2"
},
"dependencies": {
"react": "^19.2.0",
"react-dom": "^19.1.0"
}
}