geopack
Version:
This is a npm package for the geoglows package
43 lines (42 loc) • 1.07 kB
JSON
{
"name": "geopack",
"version": "1.0.0",
"description": "This is a npm package for the geoglows package",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --progress --mode=production",
"watch": "webpack --progress --watch",
"server": "webpack-dev-server --open --watch"
},
"keywords": [
"Geoglows",
"Geoglows Toolbox",
"BYU",
"hydrology",
"floods"
],
"author": "Giovanni Romero",
"license": "MIT",
"dependencies": {
"arcgis-js-api": "^4.15.2",
"d3": "^5.16.0",
"esri-leaflet": "^2.4.0",
"geoglows": "^2.0.1",
"jquery": "^3.5.1",
"jquery-tabs": "^0.5.3",
"jquery-ui": "^1.12.1",
"leaflet-timedimension": "^1.1.1",
"mathjs": "^6.6.5",
"plotly.js-dist": "^1.54.1",
"randomcolor": "^0.5.4"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"babel-loader": "^8.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}