002a0b6e7b
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
19 lines
636 B
JSON
19 lines
636 B
JSON
{
|
|
"name": "@ai-ui/docs",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build-storybook": "node ../../scripts/harness/build-storybook.mjs",
|
|
"storybook": "WATCHPACK_POLLING=true CHOKIDAR_USEPOLLING=true storybook dev -p 6006 --ci --disable-telemetry",
|
|
"storybook:smoke": "WATCHPACK_POLLING=true CHOKIDAR_USEPOLLING=true storybook dev -p 6006 --ci --smoke-test --disable-telemetry",
|
|
"typecheck": "tsc --noEmit -p tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"@ai-ui/tokens": "workspace:*",
|
|
"@ai-ui/ui": "workspace:*",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-hook-form": "^7.71.2"
|
|
}
|
|
}
|