-
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 981 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 981 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
{
"name": "uitripled-monorepo",
"private": true,
"scripts": {
"build": "turbo run build",
"vercel-build": "turbo run build --filter=uitripled-docs",
"dev": "turbo run dev",
"lint": "turbo run lint",
"type-check": "turbo run type-check",
"registry:generate": "pnpm dlx tsx packages/scripts/src/sync-registry.ts && pnpm dlx tsx packages/scripts/src/generate-registry-files.ts",
"registry:sync": "node apps/docs/scripts/sync-registry.js",
"registry:validate": "pnpm dlx tsx packages/scripts/src/validate-registry.ts",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "turbo run build --filter=@uitripled/* && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.0",
"turbo": "^2.0.0",
"typescript": "^5.3.0"
},
"packageManager": "pnpm@9.15.4",
"engines": {
"node": "^18.18.0 || ^20.0.0 || ^22.0.0"
},
"dependencies": {
"@openpanel/nextjs": "^1.1.3"
}
}