-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.83 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.83 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "grunnmuren",
"private": true,
"description": "Monorepo for Grunnmuren, OBOS' design system",
"repository": {
"url": "https://github.com/code-obos/grunnmuren"
},
"type": "module",
"scripts": {
"build": "pnpm --filter './packages/**' build",
"build:docs": "pnpm --filter @obosbbl/grunnmuren-docs build",
"build:storybook": "storybook build -o ./apps/docs/public/storybook",
"ci:publish": "pnpm build && changeset publish",
"ci:version": "changeset version",
"dev": "storybook dev -p 6006 --ci --initial-path=/story/home--page",
"dev:docs": "pnpm --filter @obosbbl/grunnmuren-docs dev",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check",
"lint": "oxlint --deny-warnings",
"lint:fix": "oxlint --fix",
"sanity:schema:deploy": "pnpm --filter @obosbbl/grunnmuren-docs sanity:schema:deploy",
"serve-storybook": "http-server ./apps/docs/public/storybook -p 6006 --silent",
"test": "test-storybook"
},
"dependencies": {
"@changesets/cli": "3.0.0",
"@obosbbl/grunnmuren-tailwind": "workspace:*",
"@react-aria/optimize-locales-plugin": "2.0.1",
"@storybook/addon-docs": "10.5.8",
"@storybook/builder-vite": "10.5.8",
"@storybook/react-vite": "10.5.8",
"@storybook/test-runner": "0.24.4",
"@tailwindcss/vite": "catalog:",
"@types/bun": "1.3.14",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"bunchee": "6.12.2",
"eslint-plugin-better-tailwindcss": "4.4.1",
"fontaine": "0.8.0",
"http-server": "14.1.1",
"oxfmt": "0.45.0",
"oxlint": "1.60.0",
"oxlint-tsgolint": "0.20.0",
"react": "catalog:",
"react-dom": "catalog:",
"storybook": "10.5.8",
"tailwindcss": "catalog:",
"typescript": "5.9.3",
"vite": "8.2.1"
},
"engines": {
"node": ">=22.11 <25"
},
"packageManager": "pnpm@11.21.0"
}