This repository has been archived by the owner on Feb 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.41 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
{
"name": "whispers",
"version": "2.18.1",
"description": "Wildlife Health Information Sharing Partnership event reporting system (WHISPers)",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"hmr": "ng serve --hmr",
"lint": "ng lint",
"e2e": "ng e2e",
"compodoc": "./node_modules/.bin/compodoc -p tsconfig.json -w -s"
},
"private": true,
"dependencies": {
"@angular/animations": "^7.2.15",
"@angular/cdk": "^7.3.7",
"@angular/common": "7.2.15",
"@angular/compiler": "^7.2.15",
"@angular/core": "7.2.15",
"@angular/flex-layout": "7.0.0-beta.24",
"@angular/forms": "7.2.15",
"@angular/http": "7.2.15",
"@angular/material": "^7.3.7",
"@angular/platform-browser": "7.2.15",
"@angular/platform-browser-dynamic": "7.2.15",
"@angular/router": "7.2.15",
"@types/geojson": "^7946.0.7",
"@types/leaflet": "^1.5.5",
"core-js": "2.5.7",
"dom-to-image": "^2.6.0",
"esri-leaflet": "^2.3.2",
"esri-leaflet-legend": "^2.0.1",
"file-saver": "^2.0.2",
"font-roboto": "0.0.2",
"hammerjs": "^2.0.8",
"jquery": "^3.6.0",
"leaflet": "^1.6.0",
"leaflet-draw": "^1.0.4",
"leaflet-gesture-handling": "^1.2.1",
"ng-recaptcha": "^5.0.0",
"ngx-mat-select-search": "^1.8.0",
"ngx-papaparse": "^3.0.4",
"papaparse": "^5.2.0",
"pdfmake": "0.1.62",
"rxjs": "6.5.3",
"sass": "^1.49.11",
"search_api": "https://github.com/usgs/search_api.git",
"usgs-search-api": "git+https://github.com/usgs/search_api.git",
"zone.js": "^0.8.29"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.10.3",
"@angular/cli": "^7.3.9",
"@angular/compiler": "^7.2.15",
"@angular/compiler-cli": "^7.2.15",
"@angular/language-service": "^7.2.15",
"@angularclass/hmr": "^2.1.3",
"@compodoc/compodoc": "^1.1.11",
"@types/jasmine": "^2.8.16",
"@types/jasminewd2": "^2.0.8",
"@types/jquery": "^3.3.31",
"@types/node": "^6.14.9",
"codelyzer": "^5.2.0",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"karma": "~6.3.16",
"karma-chrome-launcher": "~2.1.1",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.4.3",
"karma-jasmine": "^1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.1.2",
"ts-node": "~3.2.0",
"tslint": "5.20.1",
"typescript": "3.1.1"
}
}