-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
41 lines (41 loc) · 1.1 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
{
"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": "~17.3.7",
"@angular/common": "~17.3.7",
"@angular/compiler": "~17.3.7",
"@angular/core": "~17.3.7",
"@angular/forms": "~17.3.7",
"@angular/platform-browser": "~17.3.7",
"@angular/platform-browser-dynamic": "~17.3.7",
"@angular/router": "~17.3.7",
"bootstrap": "~5.3.3",
"rxjs": "~7.8.0",
"three": "^0.164.1",
"tslib": "^2.4.0",
"zone.js": "~0.14.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "~17.3.6",
"@angular/cli": "~17.3.6",
"@angular/compiler-cli": "~17.3.7",
"@angular/language-service": "~17.3.7",
"@types/node": "^20.12.8",
"@types/three": "^0.155.0",
"@types/webgl2": "0.0.7",
"typescript": "~5.4.5"
}
}