-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 953 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 953 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
{
"name": "sketchi",
"private": true,
"workspaces": {
"packages": [
"apps/*",
"packages/*",
"tests/*"
],
"catalog": {
"dotenv": "^17.4.2",
"zod": "^4.1.13",
"typescript": "^5",
"convex": "^1.31.7"
}
},
"type": "module",
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"check-types": "turbo check-types",
"dev:native": "turbo -F native dev",
"dev:web": "turbo -F web dev",
"dev:server": "turbo -F @sketchi/backend dev",
"dev:setup": "turbo -F @sketchi/backend dev:setup",
"seed:palantir-icons": "bun --cwd packages/backend run seed:palantir-icons"
},
"devDependencies": {
"@biomejs/biome": "2.4.12",
"@sketchi/config": "workspace:*",
"@types/bun": "^1.3.12",
"@types/node": "^25.6.0",
"turbo": "^2.9.6",
"typescript": "^5.9.3",
"ultracite": "7.2.3"
},
"packageManager": "bun@1.3.5",
"version": "0.7.47"
}