-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 767 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 767 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
{
"name": "rnkd",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write .",
"format:check": "prettier --check .",
"check-types": "turbo run check-types"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"turbo": "^2.8.15",
"typescript": "5.9.3"
},
"packageManager": "pnpm@10.33.0",
"engines": {
"node": ">=18"
},
"pnpm": {
"overrides": {
"@hono/node-server": "1.19.11",
"esbuild": "0.25.12",
"hono": "4.12.5",
"lodash": "4.17.23",
"typescript": "5.9.3",
"lightningcss": "1.30.1"
}
}
}