-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.02 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.02 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
{
"name": "@docubook/monorepo",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "turbo build",
"dev:web": "turbo dev --filter=@docubook/web",
"lint": "turbo lint",
"clean": "turbo clean",
"typecheck": "turbo typecheck",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.29.7",
"@typescript-eslint/eslint-plugin": "^8.57.2",
"@typescript-eslint/parser": "^8.57.2",
"eslint": "^9.39.4",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.6.14",
"turbo": "^2.9.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.57.2",
"npm": "^10.9.8"
},
"dependencies": {
"next": "^16.2.1"
},
"engines": {
"node": ">=20.0.0"
},
"packageManager": "pnpm@10.33.0",
"pnpm": {
"overrides": {
"flatted": ">=3.4.2"
},
"ignoredBuiltDependencies": [
"sharp",
"unrs-resolver"
]
}
}