-
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) · 921 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 921 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": "bako-ui-repo",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/infinitybase/bako-ui.git"
},
"publishConfig": {
"provenance": true
},
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"build:packages": "turbo run build --filter=./packages/*",
"test": "turbo run test",
"lint": "turbo run lint",
"storybook": "turbo run storybook --filter=@bako/docs",
"typegen": "turbo run typegen",
"clean": "turbo run clean --parallel",
"changeset": "pnpm exec changeset",
"version-packages": "pnpm exec changeset version",
"release": "pnpm build:packages && pnpm exec changeset publish --ignore-scripts"
},
"devDependencies": {
"@biomejs/biome": "2.2.4",
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.7",
"turbo": "^2.1.2"
},
"packageManager": "pnpm@9.12.2"
}