-
Notifications
You must be signed in to change notification settings - Fork 107
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 949 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 949 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
{
"name": "next-sanity-monorepo",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "turbo build --filter=./packages/*",
"bump:canaries": "pnpm -r up @sanity/visual-editing@canary && pnpm dedupe",
"bump:latest": "pnpm -r up @sanity/visual-editing@latest && pnpm dedupe",
"dev": "turbo dev",
"docs:generate": "pnpm --filter next-sanity run docs:generate",
"format": "oxfmt && pnpm lint --fix",
"lint": "oxlint --type-check --type-aware --report-unused-disable-directives --deny-warnings",
"prestart": "turbo build",
"start": "turbo watch build start",
"test": "turbo test",
"release": "changeset publish",
"typegen": "turbo typegen"
},
"dependencies": {
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.31.0",
"oxfmt": "^0.47.0",
"oxlint": "^1.62.0",
"oxlint-tsgolint": "^0.22.1",
"turbo": "^2.9.6"
},
"packageManager": "pnpm@10.33.2"
}