-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
80 lines (80 loc) · 2.37 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
{
"name": "Rumpel",
"version": "3.9.1",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/Hub-of-all-Things/Rumpel.git"
},
"angular-cli": {},
"scripts": {
"ng": "ng",
"start": "ng serve --configuration=development --host=rumpel.hubofallthings.net",
"build": "ng lint && ng test --watch=false && ng build --configuration=sandbox",
"test": "ng test --sourceMap=false --watch=false",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": false,
"dependencies": {
"@angular/animations": "^8.2.5",
"@angular/cdk": "^8.1.4",
"@angular/common": "^8.2.5",
"@angular/compiler": "^8.2.5",
"@angular/core": "^8.2.5",
"@angular/forms": "^8.2.5",
"@angular/material": "^8.1.4",
"@angular/material-moment-adapter": "^7.3.3",
"@angular/platform-browser": "^8.2.5",
"@angular/platform-browser-dynamic": "^8.2.5",
"@angular/router": "^8.2.5",
"@auth0/angular-jwt": "^2.1.0",
"core-js": "^2.4.1",
"date-fns": "^1.29.0",
"hammerjs": "^2.0.8",
"leaflet": "1.3.1",
"leaflet.markercluster": "1.3.0",
"lodash": "^4.17.19",
"marked": "^0.8.1",
"moment": "^2.24.0",
"ngx-clipboard": "^11.1.9",
"ngx-cookie": "^4.1.2",
"ngx-cookie-service": "^3.0.2",
"ngx-daterangepicker-material": "2.1.0",
"ngx-infinite-scroll": "^7.1.0",
"pouchdb-browser": "^6.3.4",
"rxjs": "^6.5.3",
"zone.js": "^0.8.29"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.803.27",
"@angular/cli": "^8.3.29",
"@angular/compiler-cli": "^8.2.5",
"@angular/language-service": "^8.2.5",
"@types/jasmine": "~3.4.0",
"@types/jasminewd2": "~2.0.6",
"@types/leaflet": "1.2.6",
"@types/leaflet.markercluster": "1.0.3",
"@types/lodash": "^4.14.106",
"@types/marked": "0.0.28",
"@types/node": "~6.0.60",
"@types/pouchdb-browser": "^6.1.1",
"codelyzer": "^5.1.0",
"jasmine-core": "^3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-coverage-istanbul-reporter": "^2.1.0",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"minimist": ">=1.2.5",
"protractor": "^7.0.0",
"ts-node": "~4.1.0",
"tslint": "~5.9.1",
"typescript": "~3.5.3"
},
"peerDependencies": {
"handlebars": "^4.7.3"
}
}