Add apps/web (Vite + React Router + Tailwind v4 + Zustand) with a search page and a mod page that analyzes saves via @tts/extract. Document the frontend in the README and docs.
19 lines
434 B
JSON
19 lines
434 B
JSON
{
|
|
"name": "tts-workshop",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "pnpm --filter @tts/proxy dev",
|
|
"dev:web": "pnpm --filter @tts/web dev",
|
|
"build": "pnpm -r build",
|
|
"lint": "pnpm -r lint",
|
|
"typecheck": "pnpm -r typecheck",
|
|
"test": "vitest run"
|
|
},
|
|
"packageManager": "pnpm@10.33.0",
|
|
"devDependencies": {
|
|
"typescript": "^5.7.2",
|
|
"vitest": "^4.1.10"
|
|
}
|
|
} |