-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.03 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.03 KB
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
{
"name": "sketchi",
"private": true,
"workspaces": {
"packages": [
"apps/*",
"packages/*",
"tests/*"
],
"catalog": {
"dotenv": "^17.2.4",
"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"
},
"dependencies": {
"@sketchi/env": "workspace:*",
"dotenv": "^17.3.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.4.4",
"@sketchi/config": "workspace:*",
"@types/bun": "^1.3.9",
"@types/node": "^25.3.0",
"turbo": "^2.8.10",
"typescript": "^5.9.3",
"ultracite": "7.2.3"
},
"packageManager": "bun@1.3.5",
"version": "0.7.45"
}