-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.79 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
55
56
57
58
59
60
61
62
63
{
"name": "docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@analogjs/astro-angular": "^1.12.2",
"@angular-devkit/build-angular": "^19.1.4",
"@angular/animations": "^19.1.3",
"@angular/common": "^19.1.3",
"@angular/compiler": "^19.1.3",
"@angular/compiler-cli": "^19.1.3",
"@angular/core": "^19.1.3",
"@angular/language-service": "^19.1.3",
"@angular/platform-browser": "^19.1.3",
"@angular/platform-browser-dynamic": "^19.1.3",
"@angular/platform-server": "^19.1.3",
"@angular/router": "^19.1.3",
"@astrojs/starlight": "^0.31.1",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^5.1.5",
"@dimforge/rapier3d-compat": "^0.14.0",
"@monogrid/gainmap-js": "^3.1.0",
"@pmndrs/vanilla": "^1.20.2",
"angular-three": "next",
"angular-three-cannon": "next",
"angular-three-postprocessing": "next",
"angular-three-rapier": "next",
"angular-three-soba": "^4.0.0-next.3",
"astro": "^5.1.9",
"camera-controls": "^2.9.0",
"maath": "^0.10.8",
"ngxtension": "^4.2.1",
"postprocessing": "^6.36.6",
"rxjs": "^7.8.1",
"sharp": "^0.32.5",
"starlight-blog": "^0.16.1",
"starlight-sidebar-topics": "^0.3.0",
"stats-gl": "^3.6.0",
"tailwindcss": "^3.4.4",
"three": "^0.172.0",
"three-mesh-bvh": "^0.9.0",
"three-stdlib": "^2.35.12",
"troika-three-text": "^0.52.3",
"tslib": "^2.8.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@expressive-code/plugin-line-numbers": "^0.40.1",
"@types/three": "^0.172.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"typescript": "^5.7.3"
}
}