-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.34 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
{
"name": "com",
"version": "1.2.0",
"private": true,
"engines": {
"node": "16.13"
},
"scripts": {
"build": "ng build --configuration ${ENV_NAME}",
"start": "ng serve"
},
"dependencies": {
"@angular/animations": "^12.2.16",
"@angular/cdk": "^12.2.13",
"@angular/common": "^12.2.16",
"@angular/compiler": "^12.2.16",
"@angular/core": "^12.2.16",
"@angular/flex-layout": "^12.0.0-beta.35",
"@angular/forms": "^12.2.16",
"@angular/localize": "^12.2.16",
"@angular/material": "^12.2.13",
"@angular/platform-browser": "^12.2.16",
"@angular/platform-browser-dynamic": "^12.2.16",
"@angular/platform-server": "^12.2.16",
"@angular/router": "^12.2.16",
"@auth0/angular-jwt": "^3.0.1",
"@ng-select/ng-select": "^7.4.0",
"angular-gtag": "^1.0.4",
"core-js": "^3.8.1",
"crypto-js": "^4.2.0",
"hammerjs": "^2.0.8",
"ng-recaptcha": "^8.0.1",
"rxjs": "^6.6.3",
"tslib": "^2.0.0",
"zone.js": "~0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.2.18",
"@angular/cli": "~12.2.18",
"@angular/compiler-cli": "~12.2.16",
"@angular/language-service": "^12.2.16",
"@types/googlemaps": "3.39.12",
"codelyzer": "^6.0.0",
"sass": "^1.30.0",
"ts-node": "~8.5.4",
"tslint": "~6.1.0",
"typescript": "~4.3.5"
}
}