-
-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.99 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.99 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "typegpu-docs",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"transform-overloads": "find ./src/examples -type f \\( -name '*.tsnotover.ts' -o -name '*.tsnotover.tsx' \\) -delete && node scripts/transform-overloads.ts",
"dev": "pnpm run transform-overloads && astro dev",
"build": "pnpm run transform-overloads && astro check && astro build",
"test:types": "astro check",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.7",
"@astrojs/react": "^5.0.0",
"@astrojs/sitemap": "^3.7.1",
"@astrojs/starlight": "^0.38.1",
"@astrojs/starlight-tailwind": "^5.0.0",
"@babel/standalone": "^7.28.6",
"@dimforge/rapier2d-compat": "^0.19.3",
"@loaders.gl/core": "^4.3.4",
"@loaders.gl/obj": "^4.3.4",
"@monaco-editor/react": "^4.7.0",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slider": "^1.3.5",
"@rolldown/browser": "1.0.0-rc.10",
"@stackblitz/sdk": "^1.11.0",
"@tailwindcss/vite": "^4.1.18",
"@typegpu/color": "workspace:*",
"@typegpu/geometry": "workspace:*",
"@typegpu/noise": "workspace:*",
"@typegpu/sdf": "workspace:*",
"@typegpu/sort": "workspace:*",
"@typegpu/three": "workspace:*",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"arktype": "catalog:",
"astro": "^6.0.8",
"classnames": "^2.5.1",
"expressive-code-twoslash": "^0.5.3",
"fuse.js": "catalog:frontend",
"jotai": "^2.15.0",
"jotai-location": "^0.6.2",
"lodash": "^4.18.1",
"lucide-react": "^0.536.0",
"lz-string": "^1.5.0",
"morphcharts": "^1.3.2",
"motion": "^12.23.24",
"onnxruntime-web": "1.23.0-dev.20250917-21fbad8a65",
"pathe": "^2.0.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"rehype-mathjax": "^7.1.0",
"remark-math": "^6.0.0",
"remeda": "^2.21.2",
"sharp": "^0.34.2",
"starlight-blog": "^0.26.1",
"starlight-typedoc": "^0.21.5",
"three": "catalog:example",
"tinybench": "^3.1.0",
"tsover-monaco-editor": "^0.55.1",
"typedoc": "^0.28.17",
"typedoc-plugin-markdown": "4.10.0",
"typegpu": "workspace:*",
"typescript": "catalog:types",
"unplugin-typegpu": "workspace:*",
"wgpu-matrix": "catalog:example",
"wgsl-wasm-transpiler-bundler": "^0.0.1"
},
"devDependencies": {
"@observablehq/plot": "^0.6.17",
"@types/babel__standalone": "^7.1.9",
"@types/babel__template": "^7.4.4",
"@types/babel__traverse": "^7.20.7",
"@types/node": "catalog:types",
"@types/three": "catalog:types",
"@vitejs/plugin-basic-ssl": "^2.1.0",
"@vitest/browser-preview": "^4.1.2",
"@webgpu/types": "catalog:types",
"astro-vtbot": "^2.1.10",
"autoprefixer": "^10.4.21",
"magic-string": "^0.30.21",
"tailwindcss": "^4.1.11",
"tailwindcss-motion": "^1.1.1",
"typegpu-testing-utility": "workspace:*",
"vite-imagetools": "catalog:frontend",
"vite-plugin-wasm": "^3.5.0",
"yaml": "^2.8.3"
}
}