-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 717 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 717 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
{
"name": "@chronoclast/site",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/mdx": "^4.3.12",
"@astrojs/preact": "^4.1.3",
"@astrojs/rss": "^4.0.14",
"astro": "^5.16.0",
"astro-icon": "^1.1.5",
"react-bootstrap": "^2.10.10",
"sass": "^1.94.2",
"typescript": "^5.9.3"
},
"dependencies": {
"@babylonjs/core": "^8.38.0",
"@babylonjs/gui": "^8.38.0",
"@fortawesome/fontawesome-free": "^7.1.0",
"bootstrap": "^5.3.8",
"excalibur": "^0.31.0",
"melonjs": "^17.4.0",
"fractal-noise": "^2.1.0",
"simplex-noise": "4.0.3"
}
}