-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 911 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 911 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
32
33
34
35
{
"name": "web-twain-angular-advanced",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build"
},
"private": true,
"dependencies": {
"@angular/common": "19.2.20",
"@angular/compiler": "19.2.20",
"@angular/core": "19.2.20",
"@angular/forms": "19.2.20",
"@angular/platform-browser": "19.2.20",
"@angular/router": "19.2.20",
"@angular/elements": "19.2.20",
"@angular/build": "19.2.20",
"@angular-devkit/build-angular": "19.2.20",
"@ng-bootstrap/ng-bootstrap": "18.0.0",
"@angular/localize": "19.2.20",
"@angular/animations": "19.2.20",
"dwt": "19.3.2",
"rxjs": "7.8.1",
"tslib": "2.5.2",
"bootstrap": "5.3.3"
},
"devDependencies": {
"@angular/cli": "19.2.20",
"@angular/compiler-cli": "19.2.20",
"@types/node": "22.13.10",
"ts-node": "10.9.2",
"typescript": "5.8.2"
}
}