-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 2.98 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
{
"name": "sync-web-app",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"appbuild": "ng build --prod --output-hashing=none && node ./mergelib.js",
"appprod": "npm run appbuild && cd dist && http-server -c-l"
},
"private": true,
"dependencies": {
"@agm/core": "^1.1.0",
"@angular-material-extensions/password-strength": "^6.0.0",
"@angular/animations": "~9.1.7",
"@angular/cdk": "^9.2.4",
"@angular/common": "~9.1.7",
"@angular/compiler": "~9.1.7",
"@angular/core": "~9.1.7",
"@angular/fire": "^6.0.2",
"@angular/forms": "~9.1.7",
"@angular/material": "^9.2.4",
"@angular/platform-browser": "~9.1.7",
"@angular/platform-browser-dynamic": "~9.1.7",
"@angular/pwa": "^0.1000.1",
"@angular/router": "~9.1.7",
"@angular/service-worker": "~9.1.7",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fullcalendar/angular": "^4.4.5-beta",
"@fullcalendar/core": "^4.4.0",
"@fullcalendar/daygrid": "^4.4.0",
"@fullcalendar/interaction": "^4.4.0",
"@fullcalendar/timegrid": "^4.4.0",
"@types/google-maps": "^3.2.2",
"@types/jest": "^24.0.21",
"@types/jquery": "^3.3.38",
"apexcharts": "^3.19.2",
"autosize": "^4.0.2",
"block-ui": "^2.70.1",
"bootstrap": "^4.5.0",
"bootstrap-touchspin": "^4.3.0",
"concat": "^1.0.3",
"core-util-is": "^1.0.2",
"dropzone": "^5.7.0",
"es6-promise-polyfill": "^1.2.0",
"firebase": "^7.22.0",
"http-proxy": "^1.18.1",
"jquery": "^3.5.1",
"moment": "^2.25.3",
"ng-apexcharts": "^1.3.0",
"ng-block-ui": "^3.0.2",
"ngx-owl-carousel": "^2.0.7",
"ngx-spinner": "^9.0.2",
"ngx-toastr": "^12.1.0",
"owl.carousel": "^2.3.4",
"perfect-scrollbar": "^1.5.0",
"popper.js": "^1.16.0",
"rxjs": "^6.5.5",
"rxjs-compat": "^6.5.5",
"socket.io-client": "^2.3.0",
"spherical-geometry-js": "^2.0.0",
"sticky-js": "^1.3.0",
"sweetalert2": "^9.10.13",
"toastr": "^2.1.4",
"ts-md5": "^1.2.7",
"tslib": "^1.10.0",
"typeahead.js": "^0.11.1",
"web-push": "^3.4.4",
"webpack-dev-server": "^3.11.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.901.7",
"@angular/cli": "~9.1.6",
"@angular/compiler-cli": "~9.1.7",
"@angular/language-service": "~9.1.7",
"@types/googlemaps": "^3.39.6",
"@types/jasmine": "~3.5.10",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"codelyzer": "^5.1.2",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.2",
"karma": "^5.0.5",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~3.1.1",
"karma-jasmine-html-reporter": "^1.4.0",
"protractor": "~7.0.0",
"ts-node": "~8.10.1",
"tslint": "~6.1.2",
"typescript": "^3.8.3"
}
}