This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
76 lines (76 loc) · 2.24 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
{
"name": "climate-change-lab",
"version": "1.3.0",
"description": "A climate change modelling data and graphical visualization lab by Azavea",
"keywords": [
"climate change lab",
"climate change",
"lab",
"Azavea"
],
"license": "Apache-2.0",
"scripts": {
"ng": "ng",
"serve": "ng serve --host 0.0.0.0 --disable-host-check",
"serve:vm": "ng serve --host 0.0.0.0 --poll 1000",
"build": "ng build",
"build:prod": "ng build -prod --aot --extract-css",
"test": "ng test",
"lint": "ng lint --type-check",
"lint:ci": "ng lint --type-check --format checkstyle > jenkins/violations.xml",
"e2e": "ng e2e",
"postinstall": "npm rebuild node-sass"
},
"private": true,
"dependencies": {
"@agm/core": "1.0.0-beta.2",
"@angular/animations": "^4.4.7",
"@angular/common": "^4.4.7",
"@angular/compiler": "^4.4.7",
"@angular/core": "^4.4.7",
"@angular/forms": "^4.4.7",
"@angular/http": "^4.4.7",
"@angular/platform-browser": "^4.4.7",
"@angular/platform-browser-dynamic": "^4.4.7",
"@angular/router": "^4.4.7",
"@types/geojson": "^7946.0.5",
"bootstrap-sass": "^3.4.0",
"climate-change-components": "^0.4.0",
"core-js": "^2.6.4",
"d3": "^4.13.0",
"d3-tip": "^0.9.1",
"enhanced-resolve": "^3.4.1",
"jquery": "^3.3.1",
"lodash.clonedeep": "^4.5.0",
"moment": "^2.24.0",
"ng2-nouislider": "^1.6.2",
"ngx-bootstrap": "^2.0.5",
"ngx-clipboard": "^8.1.4",
"nouislider": "^10.1.0",
"rxjs": "^5.5.11",
"zone.js": "0.8.29"
},
"devDependencies": {
"@angular/cli": "1.3.2",
"@angular/compiler-cli": "^4.4.7",
"@angular/language-service": "^4.4.7",
"@types/googlemaps": "^3.30.16",
"@types/jasmine": "2.8.9",
"@types/jquery": "^3.3.29",
"@types/node": "~11.9.3",
"codelyzer": "~3.2.2",
"jasmine-core": "~2.9.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~1.7.1",
"karma-chrome-launcher": "~2.2.0",
"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.4.2",
"ts-node": "~3.3.0",
"tslint": "~5.7.0",
"typescript": "~2.6.1",
"webpack": "^3.12.0"
}
}