-
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) · 970 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 970 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": "@elide/components-monorepo",
"private": true,
"version": "0.0.0",
"description": "Elide's shared component catalog and design tokens. Consumed by the docs site (Astro) and the marketing site.",
"packageManager": "bun@1.4.2",
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"test": "turbo run test",
"storybook": "bun run --filter @elide/storybook dev",
"build-storybook": "turbo run build --filter=@elide/tokens --filter=@elide/ui && bun run --filter=@elide/storybook build-storybook",
"chromatic": "bun run --filter @elide/storybook chromatic",
"changeset": "changeset",
"release": "changeset publish",
"doctor": "npx react-doctor@latest"
},
"devDependencies": {
"@changesets/cli": "^3.0.3",
"turbo": "^2.11.3",
"typescript": "^7.0.2"
},
"dependencies": {
"chromatic": "^18.9.5"
}
}