-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.05 KB
/
package.json
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
{
"private": true,
"scripts": {
"build": "turbo build",
"clean": "turbo clean",
"dev": "turbo dev",
"doc": "node scripts/doc.js && typedoc",
"format": "prettier --write \"**/*.{ts,tsx,md,css,scss}\"",
"lint": "turbo lint",
"test": "turbo test",
"typecheck": "turbo typecheck",
"preinstall": "node scripts/update-pm.js"
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@repo/typescript-config": "workspace:*",
"plop": "^4.0.1",
"prettier": "^3.3.3",
"turbo": "^2.2.2",
"typedoc": "^0.26.10",
"typedoc-plugin-extras": "^3.1.0",
"typedoc-plugin-mdn-links": "^3.3.4",
"typedoc-plugin-missing-exports": "^3.0.0",
"typedoc-plugin-rename-defaults": "^0.7.1",
"typedoc-plugin-zod": "^1.2.1"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
},
"dependencies": {
"@types/node": "^22.7.7",
"enquirer": "^2.4.1"
},
"name": "turborepo-template",
"pnpm": {
"overrides": {
"eslint": "8.0.0"
}
},
"overrides": {
"eslint": "8.0.0"
}
}