-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.33 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
{
"name": "vgu-2",
"type": "module",
"version": "0.0.1",
"scripts": {
"start": "astro dev --host",
"build": "npm i && astro check && astro build --config astro.config-server.mjs",
"preview": "astro preview",
"astro": "astro",
"ehhh": "set NODE_OPTIONS=--max-old-space-size=4096"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^4.1.0",
"@astrojs/tailwind": "^5.1.3",
"@astrojs/vercel": "^8.0.1",
"@fontsource-variable/roboto-slab": "^5.1.0",
"@fontsource/creepster": "^5.1.0",
"@fontsource/eagle-lake": "^5.1.0",
"@openai/realtime-api-beta": "github:openai/openai-realtime-api-beta",
"@stripe/stripe-js": "^4.5.0",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.1.0",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"aframe": "^1.6.0",
"aframe-extras": "^7.5.1",
"aframe-physics-system": "^4.0.2",
"ammo.js": "github:mozillareality/ammo.js#hubs/master",
"astro": "^5.0.5",
"phaser": "^3.87.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.13",
"three": "^0.169.0",
"typescript": "^5.6.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"daisyui": "^4.12.10",
"vite-plugin-wasm": "^3.3.0"
}
}