-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
110 lines (110 loc) · 3.69 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "dashboard",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --poll 2000",
"build": "ng build",
"build:prod": "ng build --prod",
"build:staging": "ng build -c staging",
"test": "ng test",
"lint": "ng lint",
"lint-fix": "ng lint --fix",
"e2e": "ng e2e",
"server": "node server/server.js"
},
"private": true,
"dependencies": {
"@agm/core": "^1.0.0-beta.5",
"@angular/animations": "~7.0.0",
"@angular/cdk": "^7.2.0",
"@angular/common": "~7.0.0",
"@angular/compiler": "~7.0.0",
"@angular/core": "~7.0.0",
"@angular/fire": "5.1.0",
"@angular/flex-layout": "^7.0.0-beta.22",
"@angular/forms": "~7.0.0",
"@angular/http": "~7.0.0",
"@angular/material": "~7.2.0",
"@angular/platform-browser": "~7.0.0",
"@angular/platform-browser-dynamic": "~7.0.0",
"@angular/router": "~7.0.0",
"@angular/service-worker": "^7.2.5",
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-pro": "^5.7.0",
"@fortawesome/fontawesome-pro-webfonts": "^1.0.9",
"@ng-select/ng-select": "^2.15.1",
"@ngrx/effects": "^6.1.1",
"@ngrx/router-store": "^6.1.1",
"@ngrx/schematics": "^6.1.1",
"@ngrx/store": "^6.1.1",
"@ngrx/store-devtools": "^6.1.1",
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^4.0.0",
"@swimlane/ngx-charts": "8.0.0",
"@swimlane/ngx-graph": "5.0.0",
"@uppy/core": "^0.29.1",
"@uppy/drag-drop": "^0.29.1",
"animate.css": "^3.7.0",
"babel-plugin-idx": "^2.4.0",
"bootstrap": "^4.1.3",
"brace": "^0.11.1",
"core-js": "^2.5.4",
"firebase": "^5.8.3",
"hammerjs": "^2.0.8",
"highlightjs": "^9.12.0",
"idx": "2.3.0",
"javascript-time-ago": "^2.0.1",
"moment": "^2.24.0",
"ngx-bootstrap": "^3.1.3",
"ngx-color-picker": "^7.5.0",
"ngx-gravatar": "^7.2.0",
"ngx-markdown": "^7.1.4",
"ngx-markdown-editor": "^1.2.0",
"ngx-mask": "^7.3.5",
"ngx-monaco-editor": "^7.0.0",
"ngx-quill": "^4.6.12",
"ngx-simple-modal": "^1.3.13",
"ngx-toastr": "^9.1.1",
"ngx-youtube-player": "^6.0.0",
"prism-theme-one-dark": "^1.0.0",
"prismjs": "^1.15.0",
"qrcode": "^1.3.3",
"quill": "^1.3.6",
"rxjs": "~6.3.3",
"socket.io-client": "^2.1.1",
"sweetalert": "^2.1.2",
"uuid": "^3.3.2",
"zone.js": "~0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.13.1",
"@angular/cli": "~7.0.3",
"@angular/compiler-cli": "^7.2.5",
"@angular/language-service": "~7.0.0",
"@types/d3": "^5.7.0",
"@types/googlemaps": "^3.30.16",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"@types/qrcode": "^1.3.2",
"@types/socket.io-client": "^1.4.32",
"codelyzer": "~4.5.0",
"compression": "^1.7.3",
"express": "^4.16.4",
"husky": "^1.1.2",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~3.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"prettier": "^1.14.3",
"pretty-quick": "^1.8.0",
"protractor": "~5.4.0",
"ts-node": "~7.0.0",
"tslint": "~5.11.0",
"typescript": "~3.1.1"
}
}