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