-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
56 lines (56 loc) · 1.38 KB
/
pnpm-workspace.yaml
File metadata and controls
56 lines (56 loc) · 1.38 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
45
46
47
48
49
50
51
52
53
54
55
56
packages:
- "core/*"
- "cloud/3rd-party"
- "cloud/todo-app"
- "cloud/base"
- "cloud/backend/*"
- "cli"
- "core/types/*"
- "core/types/protocols/*"
- "core/gateways/*"
- "core/protocols/*"
- "core/svc/*"
- "use-fireproof/base"
- "use-fireproof/pkg"
- "use-fireproof/tests"
- "dashboard/frontend"
- "dashboard/backend"
- "vendor"
- "examples/react-router"
#catalog:
# adviserCement: ^0.4.20
#
#overrides:
# "@types/node": "^24.0.10"
# "@adviser/cement": "^0.4.20"
# "wrangler": "^4.24.0"
# "@cloudflare/workers-types": "^4.20250705.0"
# "@clerk/backend": "^2.3.1"
# "@libsql/client": "^0.15.9"
# "@fireproof/vendor": "^3.0.0"
# "ws": "^8.18.3"
# "@clerk/clerk-react": "^5.32.3"
# "@ipld/car": "^5.4.1"
# "@ipld/dag-cbor": "^9.2.4"
# "@ipld/dag-json": "^10.2.4"
# "@tailwindcss/container-queries": "^0.1.1"
# "@tanstack/react-query": "^5.81.5"
# "@web3-storage/pail": "^0.6.2"
# "cborg": "^4.2.12"
# "charwise": "^3.0.1"
# "dompurify": "^3.2.6"
# "drizzle-orm": "^0.44.2"
# "esbuild-plugin-replace": "^1.4.0"
# "highlight.js": "^11.11.1"
# "idb": "^8.0.3"
# "jose": "^6.0.11"
# "multiformats": "^13.3.7"
# "p-map": "^7.0.3"
# "p-retry": "^6.2.1"
# "prolly-trees": "^1.0.4"
# "randombytes": "^2.1.0"
# "react": "^19.1.0"
# "react-hook-form": "^7.59.0"
# "react-router-dom": "^7.6.3"
# "react-simple-code-editor": "^0.14.1"
# "tailwindcss": "^3.4.17"