forked from usgs/earthquake-gps
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 2.17 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
{
"name": "earthquake-gps",
"version": "1.0.0",
"description": "USGS GPS Stations and Data",
"keywords": [
"usgs",
"earthquake",
"gps"
],
"author": "Scott Haefner",
"license": "CC0-1.0",
"main": "src/htdocs/js/index.js",
"scripts": {
"build": "grunt build",
"dist": "grunt dist",
"watch": "grunt",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/usgs/earthquake-gps.git"
},
"engines": {
"node": ">=10"
},
"dependencies": {
"SimplBox": "shaefner-usgs/SimplBox",
"c3": "^0.4.18",
"d3": "^3.5.12",
"dygraphs": "^2.1.0",
"leaflet": "^1.9.3",
"leaflet-ajax": "^2.0.0",
"leaflet-fullscreen": "github:shaefner-usgs/Leaflet.fullscreen",
"leaflet-geojson-dateline": "github:shaefner-usgs/Leaflet.geoJSON.dateLine",
"leaflet-groupedlayercontrol": "github:ismyrnow/Leaflet.groupedlayercontrol",
"leaflet-mouse-position": "github:shaefner-usgs/Leaflet.MousePosition",
"leaflet-mouseover-layer": "github:shaefner-usgs/Leaflet.mouseOverLayer",
"leaflet-restore-map": "github:shaefner-usgs/Leaflet.restoreMap",
"leaflet.utfgrid": "github:danzel/Leaflet.utfgrid",
"moment": "^2.13.0",
"tablesort": "github:shaefner-usgs/tablesort"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@lodder/grunt-postcss": "^3.1.1",
"autoprefixer": "^10.4.2",
"babelify": "^10.0.0",
"cssnano": "^5.1.1",
"gateway": "^1.0.0",
"grunt": "^1.4.1",
"grunt-browserify": "^6.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^24.0.0",
"grunt-sass": "^3.1.0",
"hazdev-tablist": "^0.1.1",
"hazdev-template": "github:shaefner-usgs/hazdev-template",
"hazdev-webutils": "0.2.0",
"http-proxy-middleware": "^2.0.3",
"http-rewrite-middleware": "^0.1.6",
"ini": "^2.0.0",
"load-grunt-tasks": "^5.1.0",
"postcss": "^8.4.8",
"sass": "^1.49.9"
}
}