This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
91 lines (91 loc) · 3 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
{
"name": "daudi",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start-home": "ng serve",
"start-omcportal": "ng serve --project='omcportal'",
"start-open": "ng serve --open",
"start-aot": "ng serve --aot",
"start-hmr": "ng serve --configuration hmr --source-map=false --hmr-warning=false",
"start-hmr-sourcemaps": "ng serve --configuration hmr --source-map=true --hmr-warning=false",
"build": "ng build ",
"build-stats-home": "ng build --dev --stats-json --project='home'",
"build-stats-omcportal": "ng build --dev --stats-json --project='omcportal'",
"build-prod-home": "ng build --prod --project='home'",
"build-prod-omcportal": "ng build --prod --project='omcportal'",
"build-prod-firebase-deploy": "ng build --prod && firebase deploy",
"build-prod-stats": "ng build --prod --stats-json",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"bundle-report": "webpack-bundle-analyzer ./build/stats.json "
},
"private": true,
"dependencies": {
"@agm/core": "^1.1.0",
"@agm/snazzy-info-window": "^1.1.0",
"@angular/animations": "^9.1.12",
"@angular/cdk": "^9.2.4",
"@angular/common": "^9.1.12",
"@angular/compiler": "^9.1.12",
"@angular/core": "^9.1.12",
"@angular/fire": "^5.4.2",
"@angular/flex-layout": "^9.0.0-beta.31",
"@angular/forms": "^9.1.12",
"@angular/material": "^9.2.4",
"@angular/platform-browser": "^9.1.12",
"@angular/platform-browser-dynamic": "^9.1.12",
"@angular/router": "^9.1.12",
"@types/jest": "^25.2.3",
"angular2-text-mask": "^9.0.0",
"echarts": "^4.8.0",
"file-saver": "^2.0.2",
"firebase": "^7.16.0",
"firebase-tools": "^7.16.2",
"font-awesome": "^4.7.0",
"hammerjs": "^2.0.8",
"howler": "^2.2.0",
"intro.js": "^2.9.3",
"jquery": "^3.5.1",
"jquery-slimscroll": "^1.3.8",
"lodash": "^4.17.19",
"moment": "^2.27.0",
"ng5-slider": "^1.2.4",
"ngx-echarts": "^4.2.2",
"ngx-strongly-typed-forms": "^8.0.1",
"rxjs": "^6.6.0",
"sass-loader": "^8.0.2",
"saturn-datepicker": "^8.0.5",
"stacktrace-js": "^2.0.2",
"style-loader": "^1.2.1",
"tslib": "^1.13.0",
"xlsx": "^0.15.6",
"zone.js": "^0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.901.11",
"@angular/cli": "~9.1.0",
"@angular/compiler-cli": "~9.1.0",
"@angular/language-service": "~9.1.0",
"@types/jasmine": "^3.5.11",
"@types/jasminewd2": "~2.0.3",
"@types/lodash": "^4.14.157",
"@types/node": "^12.12.50",
"bootstrap": "^4.5.0",
"codelyzer": "^5.2.2",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.1.0",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"node-sass": "^4.14.1",
"protractor": "^5.4.4",
"ts-node": "~8.3.0",
"tslint": "~5.18.0",
"typescript": "~3.7.5",
"webpack-bundle-analyzer": "^3.8.0"
}
}