generated from angular-threejs/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.66 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.66 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
{
"name": "ngt-template",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development"
},
"private": true,
"dependencies": {
"@angular/animations": "^21.0.6",
"@angular/common": "^21.0.6",
"@angular/compiler": "^21.0.6",
"@angular/core": "^21.0.6",
"@angular/forms": "^21.0.6",
"@angular/platform-browser": "^21.0.6",
"@angular/platform-browser-dynamic": "^21.0.6",
"@angular/router": "^21.0.6",
"@monogrid/gainmap-js": "^3.4.0",
"@pmndrs/vanilla": "^1.25.0",
"angular-three": "4.0.0-next.123",
"angular-three-soba": "4.0.0-next.123",
"camera-controls": "^2.10.1",
"maath": "^0.10.8",
"ngxtension": "^5.0.0",
"rxjs": "~7.8.1",
"stats-gl": "^3.8.0",
"three": "^0.182.0",
"three-custom-shader-material": "^6.4.0",
"three-mesh-bvh": "^0.9.4",
"three-stdlib": "^2.36.1",
"troika-three-text": "^0.52.4",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular/build": "^21.0.4",
"@angular/cli": "^21.0.4",
"@angular/compiler-cli": "^21.0.6",
"@tailwindcss/postcss": "^4.0.5",
"@types/three": "^0.173.0",
"postcss": "^8.5.3",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.0.5",
"typescript": "~5.9.3"
},
"prettier": {
"printWidth": 120,
"singleQuote": true,
"trailingComma": "all",
"htmlWhitespaceSensitivity": "ignore",
"plugins": [
"prettier-plugin-organize-imports",
"prettier-plugin-tailwindcss"
]
}
}