feat: add placeholder apps (web-next, web-tanstack, cms, storybook)

This commit is contained in:
2026-04-06 14:09:21 +02:00
parent 1cbdb71111
commit 1cd9d6ffba
8 changed files with 123 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "@repo/web-tanstack",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"build": "echo 'placeholder'",
"dev": "echo 'placeholder'",
"lint": "eslint .",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@repo/api-client": "workspace:*",
"@repo/ui": "workspace:*"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*"
}
}