-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 776 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 776 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
32
{
"name": "surf-kit",
"private": true,
"packageManager": "pnpm@10.30.3",
"scripts": {
"build": "turbo build",
"build:storybook": "pnpm --filter storybook build",
"dev:storybook": "pnpm --filter storybook dev",
"lint": "turbo lint",
"test": "turbo test",
"typecheck": "turbo typecheck",
"dev": "turbo dev",
"check-versions": "syncpack lint",
"fix-versions": "syncpack fix-mismatches"
},
"devDependencies": {
"@changesets/cli": "^2.29.0",
"babel-plugin-react-compiler": "1.0.0",
"syncpack": "^14.0.0",
"turbo": "^2.8.0",
"typescript": "catalog:"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"style-dictionary",
"sharp",
"msw",
"@bundled-es-modules/glob"
]
}
}