-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.45 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "the-astro-project",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "node server.js",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"heroku-postbuild": "ng build --configuration=uat"
},
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "^0.901.7",
"@angular/animations": "^10.0.7",
"@angular/cli": "^10.0.4",
"@angular/common": "^10.0.7",
"@angular/compiler": "^10.0.7",
"@angular/core": "^10.0.7",
"@angular/forms": "^10.0.7",
"@angular/localize": "^9.1.12",
"@angular/platform-browser": "^10.0.7",
"@angular/platform-browser-dynamic": "^10.0.7",
"@angular/router": "^10.0.7",
"@auth0/angular-jwt": "^5.0.2",
"@ng-bootstrap/ng-bootstrap": "^9.1.0",
"angularx-social-login": "^3.5.4",
"bootstrap": "^4.5.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"font-awesome": "^4.7.0",
"jquery": "^3.5.1",
"lodash": "^4.17.21",
"ngx-cookie-service": "^10.1.1",
"ngx-toastr": "^13.0.0",
"popper.js": "^1.16.1",
"rxjs": "~6.5.5",
"tslib": "^1.13.0",
"typescript": "~4.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular/compiler-cli": "^11.2.12",
"@angular/language-service": "~9.1.9",
"@types/node": "~8.9.4",
"ts-node": "~7.0.0",
"tslint": "~5.15.0"
},
"resolutions": {
"graceful-fs": "4.2.4"
},
"engines": {
"node": "14.x"
}
}