-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.49 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "CodeChallenge",
"version": "0.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "7.2.7",
"@angular/cdk": "^7.3.3",
"@angular/common": "7.2.7",
"@angular/compiler": "7.2.7",
"@angular/core": "7.2.7",
"@angular/forms": "7.2.7",
"@angular/http": "^7.2.7",
"@angular/platform-browser": "7.2.7",
"@angular/platform-browser-dynamic": "7.2.7",
"@angular/platform-server": "7.2.7",
"@angular/router": "7.2.7",
"ajv": "6.9.2",
"angular-chart.js": "1.1.1",
"angular2-text-mask": "^9.0.0",
"axios": "^0.18.0",
"babel-core": "6.26.3",
"babel-preset-env": "1.7.0",
"bootstrap": "4.3.1",
"core-js": "2.6.5",
"d3": "^5.9.1",
"font-awesome": "4.7.0",
"gulp": "4.0.0",
"gulp-babel": "8.0.0",
"gulp-concat": "2.6.1",
"gulp-sass": "^4.0.1",
"gulp-typescript": "5.0.0",
"gulp-uglify": "3.0.2",
"intl": "1.2.5",
"jquery": "3.3.1",
"ng-circle-progress": "1.4.0",
"ng2-charts": "^1.6.0",
"ngx-mask": "^7.3.6",
"parallax-js": "^3.1.0",
"popper.js": "^1.14.7",
"reflect-metadata": "0.1.13",
"rxjs": "6.4.0",
"rxjs-compat": "6.4.0",
"sass": "^1.17.2",
"ts-helpers": "1.1.2",
"web-animations-js": "2.3.1",
"zone.js": "0.8.29"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.13.4",
"@angular/cli": "7.3.4",
"@angular/compiler-cli": "7.2.7",
"@angular/language-service": "7.2.7",
"@types/express": "4.16.1",
"@types/jasmine": "3.3.9",
"@types/jasminewd2": "2.0.6",
"@types/jsonwebtoken": "8.3.0",
"@types/node": "11.10.4",
"babel-core": "6.26.3",
"babel-preset-env": "1.7.0",
"bootstrap": "4.3.1",
"codelyzer": "4.5.0",
"gulp": "4.0.0",
"gulp-babel": "8.0.0",
"gulp-concat": "2.6.1",
"gulp-sass": "^4.0.1",
"gulp-typescript": "5.0.0",
"gulp-uglify": "3.0.2",
"gulp-uglifycss": "^1.0.9",
"jasmine-core": "3.3.0",
"jasmine-spec-reporter": "4.2.1",
"json-server": "0.14.2",
"jsonwebtoken": "8.5.0",
"karma": "4.0.1",
"karma-chrome-launcher": "2.2.0",
"karma-coverage-istanbul-reporter": "2.0.5",
"karma-jasmine": "2.0.1",
"karma-jasmine-html-reporter": "1.4.0",
"protractor": "5.4.2",
"ts-node": "8.0.2",
"tslint": "5.13.1",
"typescript": "^3.2.4",
"webdriver-manager": "12.1.1"
}
}