-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.14 KB
/
package.json
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
32
33
{
"name": "@computas/designsystem",
"version": "1.0.0",
"private": "true",
"type": "module",
"workspaces": ["packages/*"],
"scripts": {
"dev": "storybook dev -p 6006",
"lint": "biome check ./packages && bun run check-types",
"build-docs": "tsc && storybook build",
"check-types": "lit-analyzer packages/lib/components",
"build-designsystem": "bun run check-types && bun --filter '@computas/lib' build",
"create-icon-registry": "bun --filter '@computas/lib' create-icon-registry",
"start-react-test-project": "bun --filter '@computas/react-test-project' dev"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@chromatic-com/storybook": "^3.2.2",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-themes": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/manager-api": "^8.4.7",
"@storybook/test": "^8.4.7",
"@storybook/theming": "^8.4.7",
"@storybook/web-components": "^8.4.7",
"@storybook/web-components-vite": "^8.4.7",
"lit-analyzer": "^2.0.3",
"storybook": "^8.4.7",
"ts-lit-plugin": "^2.0.2",
"typescript": "~5.7.2",
"vite": "^6.0.3"
}
}