-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 960 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "@chainstream/a2ui-components",
"version": "0.0.1",
"private": true,
"description": "A2UI Crypto Catalog and renderers for ChainStream",
"license": "MIT",
"scripts": {
"build": "pnpm --filter @chainstream-io/a2ui-catalog --filter @chainstream-io/a2ui-react build",
"lint": "pnpm -r lint",
"test": "pnpm -r test",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"packageManager": "pnpm@10.9.0",
"devDependencies": {
"@chainstream-io/sdk": "^2.0.12",
"@storybook/addon-essentials": "^8.6.0",
"@storybook/addon-interactions": "^8.6.0",
"@storybook/react": "^8.6.0",
"@storybook/react-vite": "^8.6.0",
"@tailwindcss/vite": "^4.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"storybook": "^8.6.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.0",
"vite": "^6.0.0"
}
}