-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 994 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 994 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
{
"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.30.0",
"@repo/typescript-config": "workspace:*",
"plop": "^4.0.5",
"prettier": "^3.8.1",
"turbo": "^2.8.20",
"typedoc": "^0.28.18",
"typedoc-plugin-extras": "^4.0.1",
"typedoc-plugin-inline-sources": "^1.3.0",
"typedoc-plugin-mdn-links": "^5.1.1",
"typedoc-plugin-missing-exports": "^4.1.2",
"typedoc-plugin-rename-defaults": "^0.7.3",
"typedoc-plugin-zod": "^1.4.3"
},
"packageManager": "pnpm@9.15.0",
"engines": {
"node": ">=18"
},
"dependencies": {
"@types/node": "^25.5.0"
},
"name": "esbuild-plugin-react18"
}