builder-research/package.json
2026-03-31 16:38:22 +05:30

23 lines
495 B
JSON

{
"name": "builder-research",
"private": true,
"packageManager": "yarn@1.22.22",
"workspaces": [
"Week-*/Task-*/vanilla",
"Week-*/Task-*/r3f"
],
"scripts": {
"dev": "turbo run dev --parallel",
"build": "turbo run build",
"lint": "turbo run lint",
"clean": "turbo run clean"
},
"devDependencies": {
"turbo": "^2.0.0",
"vite": "^8.0.3"
},
"dependencies": {
"three": "^0.183.2"
}
}