-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.1 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.1 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
{
"name": "brewsite-monorepo",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@10.30.3",
"scripts": {
"build": "turbo build",
"build:docs": "turbo build --filter=@brewsite/apps",
"build:lib": "turbo build:lib",
"typecheck": "turbo typecheck",
"test": "turbo test",
"coverage": "turbo coverage",
"dev": "turbo dev --filter=@brewsite/apps",
"dev:docs": "turbo dev --filter=@brewsite/apps",
"dev:server": "turbo dev:server --filter=@brewsite/lucid-server",
"gen:scene-dsl": "turbo gen:scene-dsl --filter=@brewsite/apps",
"sync:icons": "node scripts/sync-icons.mjs",
"sync:icons:force": "node scripts/sync-icons.mjs --force",
"publish:all": "node scripts/publish-all.mjs"
},
"devDependencies": {
"@anthropic-ai/sdk": "^0.78.0",
"@babel/parser": "^7.28.4",
"@gltf-transform/core": "^4.2.1",
"@gltf-transform/extensions": "^4.2.1",
"@jetbrains/mcp-proxy": "^1.8.0",
"adm-zip": "^0.5.16",
"heroicons": "^2.2.0",
"hjson": "^3.2.2",
"simple-icons": "^16.9.0",
"turbo": "^2.3.0",
"typescript": "^5.9.3"
}
}