-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "ng-multi-module-starter",
"version": "0.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve"
},
"private": true,
"dependencies": {
"@angular/animations": "~12.1.3",
"@angular/cdk": "^12.1.3",
"@angular/common": "~12.1.3",
"@angular/compiler": "~12.1.3",
"@angular/core": "~12.1.3",
"@angular/forms": "~12.1.3",
"@angular/language-service": "^12.1.3",
"@angular/material": "^12.1.3",
"@angular/platform-browser": "~12.1.3",
"@angular/platform-browser-dynamic": "~12.1.3",
"@angular/router": "~12.1.3",
"@angular/service-worker": "^12.1.3",
"bootstrap": "^5.0.2",
"ngx-bootstrap": "^7.0.0",
"ngx-toastr": "^14.0.0",
"rxjs": "~7.2.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.1.3",
"@angular/cli": "~12.1.3",
"@angular/compiler-cli": "~12.1.3",
"@types/node": "^16.4.3",
"codelyzer": "^6.0.2",
"ts-node": "10.1.0",
"tslint": "6.1.3",
"typescript": "~4.3.5"
}
}