-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 893 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 893 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
33
34
35
36
{
"name": "pigo",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"type": "module",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"typecheck": "turbo run typecheck",
"check": "turbo run check && ultracite check",
"fix": "turbo run fix && ultracite fix",
"changeset": "changeset",
"changeset:version": "changeset version",
"changeset:publish": "turbo run build && changeset publish",
"doctor": "react-doctor",
"prepare": "husky"
},
"devDependencies": {
"@changesets/cli": "^2.31.0",
"@typescript/native-preview": "^7.0.0-dev.20260702.3",
"husky": "^9.1.7",
"oxfmt": "^0.57.0",
"oxlint": "^1.72.0",
"react-doctor": "^0.6.0",
"turbo": "^2.10.2",
"typescript": "^6",
"ultracite": "7.8.3"
},
"engines": {
"node": ">=18"
},
"packageManager": "bun@1.3.14"
}