forked from utensil/forest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.31 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.31 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
{
"dependencies": {
"@hpcc-js/wasm": "^2.26.1",
"@mariohamann/activity-graph": "^1.0.5",
"@myriaddreamin/typst-ts-renderer": "^0.5.4",
"@myriaddreamin/typst-ts-web-compiler": "^0.5.4",
"@myriaddreamin/typst.ts": "^0.5.4",
"@penrose/core": "^3.2.0",
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"@use-gpu/webgpu": "^0.11.3",
"cubing": "^0.56.0",
"d3-graphviz": "^5.6.0",
"ginac-wasm": "^0.5.0",
"markdown-it": "^14.1.0",
"markmap-lib": "^0.18.12",
"markmap-render": "^0.18.12",
"markmap-view": "^0.18.12",
"mathpix-markdown-it": "^2.0.23",
"mermaid": "^11.11.0",
"pikchr-wasm": "^2.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"saxon-js": "^2.7.0",
"shiki": "^3.12.2",
"three": "^0.167.1",
"uwal": "^0.0.8",
"xslt3": "^2.7.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.2",
"@elysiajs/static": "^1.3.0",
"@penrose/roger": "^3.2.0",
"@types/bun": "^1.2.21",
"autoprefixer": "^10.4.21",
"elysia": "^1.3.21",
"lightningcss-cli": "^1.30.1",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"postcss-import": "^16.1.1",
"postcss-nested": "^6.2.0",
"tailwindcss": "^3.4.17",
"wasm-pack": "^0.13.1"
},
"trustedDependencies": [
"@biomejs/biome"
]
}