-
-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
59 lines (59 loc) · 1.8 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
57
58
59
{
"name": "monitorizare-vot",
"version": "0.0.0",
"license": "MIT",
"angular-cli": {},
"scripts": {
"start": "ng serve",
"start-qa": "ng serve --configuration=qa",
"start-prod": "ng serve --configuration=production",
"start-local": "ng serve --configuration=local",
"build": "ng build",
"build-prod": "ng build --configuration=production",
"build-qa": "ng build --configuration=qa",
"build-local": "ng build --configuration=local",
"lint": "tslint \"src/**/*.ts\""
},
"private": true,
"dependencies": {
"@angular/animations": "^9.1.12",
"@angular/cdk": "^9.1.12",
"@angular/common": "^9.1.12",
"@angular/compiler": "^9.1.12",
"@angular/core": "^9.1.12",
"@angular/forms": "^9.1.12",
"@angular/localize": "^9.1.12",
"@angular/platform-browser": "^9.1.12",
"@angular/platform-browser-dynamic": "^9.1.12",
"@angular/platform-server": "^9.1.12",
"@angular/router": "^9.1.12",
"@auth0/angular-jwt": "^4.2.0",
"@ng-bootstrap/ng-bootstrap": "^7.0.0",
"@ngrx/effects": "^9.1.2",
"@ngrx/store": "^9.1.2",
"@ngrx/store-devtools": "^9.1.2",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"bootstrap": "^4.5.2",
"file-saver": "^2.0.2",
"font-awesome": "^4.7.0",
"lodash": "^4.17.19",
"ng-multiselect-dropdown": "^0.2.6",
"ngx-toastr": "^12.1.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.901.8",
"@angular/cli": "^9.1.12",
"@angular/compiler-cli": "^9.1.12",
"@types/file-saver": "^2.0.1",
"@types/lodash": "^4.14.136",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.1",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": ">=3.0.0 <3.9.0"
}
}