-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1010 Bytes
/
package.json
File metadata and controls
50 lines (50 loc) · 1010 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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"version": "0.10.5",
"name": "letterspace",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"check-types": "turbo check-types",
"format": "prettier --write .",
"knip": "knip"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
"@types/node": "^24.0.3",
"bun-types": "^1.2.17",
"knip": "^5.77.1",
"prettier": "^3.4.2",
"turbo": "^2.3.4",
"typescript": "5.7.3"
},
"packageManager": "pnpm@10.26.2",
"engines": {
"node": ">=22"
},
"pnpm": {
"onlyBuiltDependencies": [
"@prisma/client",
"@prisma/engines",
"@scarf/scarf",
"@swc/core",
"core-js-pure",
"esbuild",
"prisma",
"sharp"
]
},
"resolutions": {
"@types/react": "^19",
"@types/react-dom": "^19"
},
"overrides": {
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
},
"workspaces": [
"apps/*",
"packages/*"
]
}