-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.09 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.09 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
{
"name": "ng-three-template",
"version": "16.2.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve -o",
"build": "ng build -c development",
"build:prod": "ng build -c production",
"build:both": "npm run build && npm run build:prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "~19.2.5",
"@angular/common": "~19.2.5",
"@angular/compiler": "~19.2.5",
"@angular/core": "~19.2.5",
"@angular/forms": "~19.2.5",
"@angular/platform-browser": "~19.2.5",
"@angular/platform-browser-dynamic": "~19.2.5",
"@angular/router": "~19.2.5",
"bootstrap": "~5.3.3",
"rxjs": "~7.8.0",
"three": "^0.175.0",
"tslib": "^2.4.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular/build": "^19.2.6",
"@angular/cli": "~19.2.6",
"@angular/compiler-cli": "~19.2.5",
"@angular/language-service": "~19.2.5",
"@types/node": "^20.12.8",
"@types/three": "^0.155.0",
"@types/webgl2": "0.0.7",
"typescript": "~5.8.3"
}
}