-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
81 lines (81 loc) · 2.4 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
{
"name": "client",
"version": "1.0.0",
"license": "MIT",
"angular-cli": {},
"scripts": {
"start": "ng serve",
"lint": "tslint \"src/**/*.ts\"",
"test": "ng test",
"pree2e": "webdriver-manager update",
"e2e": "protractor"
},
"private": true,
"dependencies": {
"@angular/animations": "7.2.1",
"@angular/cdk": "^5.0.3",
"@angular/common": "7.2.1",
"@angular/compiler": "7.2.1",
"@angular/core": "7.2.1",
"@angular/forms": "7.2.1",
"@angular/http": "7.2.1",
"@angular/material": "^5.0.3",
"@angular/platform-browser": "7.2.1",
"@angular/platform-browser-dynamic": "7.2.1",
"@angular/router": "7.2.1",
"@mapd/connector": "git://github.com/mapd/mapd-connector.git#v2.1.0",
"@mapd/crossfilter": "git://github.com/mapd/mapd-crossfilter.git#v1.2.1",
"@mapd/mapdc": "git://github.com/mapd/mapd-charting.git#v1.2.3",
"@swimlane/ngx-datatable": "^11.1.5",
"auth0-js": "9.6.1",
"classlist.js": "^1.1.20150312",
"core-js": "^2.4.1",
"d3": "^3.5.17",
"dc": "^2.1.8",
"esutils": "^2.0.2",
"file-saver": "^1.3.3",
"font-awesome": "^4.6.3",
"hammerjs": "^2.0.8",
"highcharts": "^6.0.2",
"js-worker-search": "^1.1.2",
"jwt-decode": "^2.2.0",
"mapbox-gl": "https://github.com/mapd/mapbox-gl-js/tarball/9c04de6949fe498c8c79f5c0627dfd6d6321f307",
"ngx-pagination": "3.0.1",
"papaparse": "^4.1.2",
"raven-js": "^3.20.1",
"rxjs": "^6.3.3",
"rxjs-compat": "^6.3.3",
"seedrandom": "^2.4.3",
"tnt.genome": "0.1.6",
"tnt.tooltip": "0.1.0",
"tslib": "^1.9.0",
"uuid": "^3.0.1",
"web-animations-js": "^2.2.2",
"zone.js": "^0.8.28"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.12.0",
"@angular/cli": "7.2.2",
"@angular/compiler-cli": "7.2.1",
"@angular/language-service": "7.2.1",
"@types/d3": "^3.5.36",
"@types/hammerjs": "^2.0.32",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "~2.0.2",
"@types/papaparse": "^4.1.27",
"@types/uuid": "^2.0.29",
"codelyzer": "~3.2.0",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"karma": "~1.7.0",
"karma-chrome-launcher": "~2.1.1",
"karma-cli": "~1.0.1",
"karma-jasmine": "~1.1.0",
"protractor": "^5.4.2",
"puppeteer": "^0.13.0",
"sass-loader": "^6.0.6",
"ts-node": "~3.2.0",
"tslint": "~5.7.0",
"typescript": "3.2.4"
}
}