-
-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
51 lines (46 loc) · 921 Bytes
/
Copy pathpnpm-workspace.yaml
File metadata and controls
51 lines (46 loc) · 921 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
40
41
42
43
44
45
46
47
48
49
50
51
packages:
- packages/*
- apps/*
allowBuilds:
'@rolldown/browser': true
bun: true
canvas: true
esbuild: true
msw: true
protobufjs: false
sharp: true
catalog:
'@babel/types': ^7.29.0
bun: 1.3.10
arktype: ^2.1.22
react: ^19.2.6
react-dom: ^19.2.6
catalogs:
build:
jiti: ^2.6.0
rollup: ^4.60.0
tsdown: 0.15.12
unbuild: ^3.5.0
example:
three: ^0.181.0
wgpu-matrix: ^3.4.0
frontend:
fuse.js: ^7.1.0
vite-imagetools: ^9.0.0
test:
vitest: ^4.1.2
types:
'@types/node': ^24.10.0
'@types/three': ^0.181.0
'@webgpu/types': ^0.1.66
typescript: npm:tsover@^5.9.11
overrides:
rollup: catalog:build
vite: 8.0.5
'@babel/types': 'catalog:'
'@types/node': 'catalog:types'
typescript: 'catalog:types'
three: 'catalog:example'
'@typescript-eslint/utils': ^8.57.2
patchedDependencies:
comptime@0.1.0: 'patches/comptime@0.1.0.patch'