-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 758 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 758 Bytes
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
{
"author": "Andres Traks",
"name": "web-visualizer",
"version": "0.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"devDependencies": {
"@angular/build": "^20.3.19",
"@angular/cli": "^20.3.19",
"typescript": "^5.9.3"
},
"dependencies": {
"@angular/animations": "^20.3.17",
"@angular/core": "^20.3.17",
"@angular/forms": "^20.3.17",
"@angular/platform-browser-dynamic": "^20.3.17",
"@angular/router": "^20.3.17",
"@ng-bootstrap/ng-bootstrap": "^19.0.1",
"angular-cli-ghpages": "^2.0.3",
"bootstrap": "^4.6.0",
"ngx-bootstrap": "^20.0.2",
"zone.js": "^0.15.1"
}
}