chore: scaffold phase 0 workspace

This commit is contained in:
2026-03-19 13:42:43 +08:00
parent a099912dac
commit 937855362b
24 changed files with 4908 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "@ai-ui/docs",
"private": true,
"type": "module",
"scripts": {
"build-storybook": "storybook build",
"storybook": "storybook dev -p 6006 --ci",
"storybook:smoke": "storybook dev -p 6006 --ci --smoke-test",
"typecheck": "tsc --noEmit -p tsconfig.json"
},
"dependencies": {
"@ai-ui/tokens": "workspace:*",
"@ai-ui/ui": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}