-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 960 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 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
{
"name": "zunia-ui",
"private": true,
"packageManager": "pnpm@9.15.0",
"scripts": {
"build": "turbo run build --filter=!@zunialab/ui-native --filter=!@zunialab/storybook",
"dev": "turbo run dev --parallel --filter=!@zunialab/ui-native",
"lint": "turbo run lint --filter=!@zunialab/ui-native",
"typecheck": "turbo run typecheck --filter=!@zunialab/ui-native --filter=!@zunialab/storybook",
"gen:flutter": "pnpm --filter @zunialab/tokens gen:flutter",
"check:contrast": "pnpm --filter @zunialab/tokens check:contrast",
"check:parity": "tsx scripts/check-parity.ts",
"storybook": "pnpm --filter @zunialab/storybook dev",
"changeset": "changeset",
"version": "changeset version",
"release": "pnpm build && changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.0",
"tsx": "^4.19.0",
"turbo": "^2.5.0",
"typescript": "^5.7.0"
}
}