forked from aptos-labs/developer-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 883 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 883 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
37
{
"name": "developer-docs",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"fmt": "turbo run fmt",
"spellcheck": "turbo run spellcheck",
"artifactregistry-login": "pnpm dlx google-artifactregistry-auth"
},
"dependencies": {
"turbo": "2.5.0"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"prettier": "^3.5.3"
},
"packageManager": "pnpm@9.15.1",
"engines": {
"node": ">=22"
},
"pnpm": {
"overrides": {
"brace-expansion": "^2.0.2",
"katex": ">=0.16.21",
"dompurify": ">=3.2.4",
"esbuild": ">=0.25.0",
"@babel/runtime": ">=7.26.10",
"@babel/helpers": ">=7.26.10",
"estree-util-value-to-estree": ">=3.3.3",
"glob": "^11.0.1",
"vite": "^6.2.6"
}
}
}