forked from voquill/voquill
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 697 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 697 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
{
"name": "voquill",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"check-types": "turbo run check-types",
"test": "turbo run test"
},
"devDependencies": {
"prettier": "^3.6.2",
"turbo": "^2.5.8",
"typescript": "5.9.2"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"@types/react": "19.2.10"
},
"onlyBuiltDependencies": [
"esbuild",
"sharp",
"bcrypt",
"protobufjs",
"chromedriver",
"@firebase/util",
"re2"
]
}
}