-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.3 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.3 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
{
"name": "docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"update-ngt": "npm update angular-three angular-three-cannon angular-three-postprocessing angular-three-rapier angular-three-soba angular-three-tweakpane angular-three-plugin"
},
"dependencies": {
"@analogjs/astro-angular": "^2.2.0",
"@angular-devkit/build-angular": "^21.0.0",
"@angular/animations": "^21.0.0",
"@angular/common": "^21.0.0",
"@angular/compiler": "^21.0.0",
"@angular/compiler-cli": "^21.0.0",
"@angular/core": "^21.0.0",
"@angular/language-service": "^21.0.0",
"@angular/platform-browser": "^21.0.0",
"@angular/platform-browser-dynamic": "^21.0.0",
"@angular/platform-server": "^21.0.0",
"@angular/router": "^21.0.0",
"@astrojs/starlight": "^0.37.0",
"@astrojs/starlight-tailwind": "^3.0.1",
"@astrojs/tailwind": "^6.0.1",
"@dimforge/rapier3d-compat": "^0.19.0",
"@monogrid/gainmap-js": "^3.4.0",
"@pmndrs/vanilla": "^1.25.0",
"@tweakpane/core": "^2.0.5",
"angular-three": "4.0.7",
"angular-three-cannon": "4.0.7",
"angular-three-postprocessing": "4.0.7",
"angular-three-rapier": "4.0.7",
"angular-three-soba": "4.0.7",
"angular-three-tweakpane": "4.0.7",
"angular-three-theatre": "4.0.7",
"@theatre/core": "^0.7.2",
"@theatre/studio": "^0.7.2",
"astro": "^5.16.0",
"camera-controls": "^2.10.0",
"maath": "^0.10.8",
"n8ao": "^1.10.1",
"ngxtension": "^7.0.0",
"postprocessing": "^6.38.0",
"rxjs": "^7.8.2",
"sharp": "^0.32.5",
"starlight-blog": "^0.23.0",
"starlight-sidebar-topics": "^0.6.0",
"stats-gl": "^3.8.0",
"tailwindcss": "^3.4.4",
"three": "^0.182.0",
"three-custom-shader-material": "^6.4.0",
"three-mesh-bvh": "^0.9.4",
"three-stdlib": "^2.36.0",
"troika-three-text": "^0.52.4",
"tslib": "^2.8.1",
"tweakpane": "^4.0.5",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@expressive-code/plugin-line-numbers": "^0.41.0",
"@types/three": "^0.182.0",
"angular-three-plugin": "4.0.7",
"fast-glob": "^3.3.3",
"prettier": "^3.7.0",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"typescript": "~5.9.0"
},
"packageManager": "pnpm@10.27.0"
}