-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
73 lines (73 loc) · 2.02 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "apex",
"version": "5.1.0",
"license": "",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "7.2.9",
"@angular/common": "7.2.9",
"@angular/compiler": "7.2.9",
"@angular/core": "7.2.9",
"@angular/forms": "7.2.9",
"@angular/http": "7.2.9",
"@angular/platform-browser": "7.2.9",
"@angular/platform-browser-dynamic": "7.2.9",
"@angular/platform-server": "7.2.9",
"@angular/router": "7.2.9",
"@ng-bootstrap/ng-bootstrap": "4.0.0",
"@ng-select/ng-select": "2.11.2",
"@ngrx/store": "6.1.0",
"@ngx-translate/core": "10.0.2",
"@ngx-translate/http-loader": "3.0.1",
"bootstrap": "4.3.1",
"classlist.js": "1.1.20150312",
"core-js": "2.5.7",
"date-fns": "1.29.0",
"gulp": "4.0.0",
"intl": "1.2.5",
"leaflet": "^1.6.0",
"ng2-validation": "4.2.0",
"ngx-chips": "^2.1.0",
"ngx-cookie-service": "^2.2.0",
"ngx-perfect-scrollbar": "5.3.5",
"node-sass": "4.9.4",
"prismjs": "1.15.0",
"resize-observer-polyfill": "1.5.0",
"rxjs": "6.4.0",
"screenfull": "3.3.3",
"sweetalert2": "^9.4.3",
"tslib": "1.9.0",
"web-animations-js": "2.2.5",
"zone.js": "0.8.29"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.13.0",
"@angular/cli": "7.3.6",
"@angular/compiler-cli": "7.2.6",
"@angular/language-service": "7.2.9",
"@types/jasmine": "2.8.6",
"@types/node": "9.4.7",
"codelyzer": "4.2.1",
"jasmine-core": "3.1.0",
"jasmine-spec-reporter": "4.2.1",
"karma": "4.0.0",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "1.4.2",
"karma-jasmine": "1.1.1",
"karma-jasmine-html-reporter": "1.0.0",
"protractor": "5.4.2",
"rxjs-compat": "6.2.0",
"ts-node": "5.0.1",
"tslint": "5.7.0",
"typescript": "3.2.4"
}
}