-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
54 lines (54 loc) · 1.52 KB
/
package.json
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
{
"name": "typegpu-docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev:watch": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.8.2",
"@astrojs/react": "^3.6.1",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/starlight": "^0.25.2",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.0",
"@babel/standalone": "^7.24.7",
"@monaco-editor/react": "^4.6.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slider": "^1.2.0",
"@stackblitz/sdk": "^1.11.0",
"@types/dom-mediacapture-transform": "^0.1.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.10.2",
"classnames": "^2.5.1",
"jotai": "^2.8.4",
"jotai-location": "^0.5.5",
"lz-string": "^1.5.0",
"monaco-editor": "^0.50.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remeda": "^2.3.0",
"rollup-plugin-typegpu": "workspace:*",
"sharp": "^0.32.5",
"starlight-blog": "^0.12.0",
"starlight-typedoc": "^0.17.0",
"tailwindcss": "^3.4.6",
"typed-binary": "^4.0.0",
"typedoc": "^0.27.1",
"typedoc-plugin-markdown": "^4.3.0",
"typegpu": "workspace:*",
"typescript": "^5.5.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/babel__standalone": "^7.1.7",
"@types/babel__template": "^7.4.4",
"@types/babel__traverse": "^7.20.6",
"@webgpu/types": "^0.1.43",
"astro-vtbot": "^1.8.2"
}
}