-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
192 changed files
with
744 additions
and
203 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,53 @@ | ||
{ | ||
"name": "gridviz", | ||
"version": "2.0.0", | ||
"description": "Visualization tool for gridded statistics", | ||
"name": "GridVizC", | ||
"version": "0.0.1", | ||
"description": "", | ||
"keywords": [ | ||
"statistics", | ||
"grid", | ||
"gridded", | ||
"grids", | ||
"gridded statistics", | ||
"dataviz", | ||
"csv", | ||
"GIS", | ||
"WebGL", | ||
"d3", | ||
"threejs" | ||
"javascript" | ||
], | ||
"main": "build/gridviz.min.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "npm run build-dev", | ||
"build": "npm run build-prod", | ||
"docs": "./node_modules/.bin/jsdoc src/js/core src/js/core/layers src/js/core/legend src/js/core/placenames src/js/core/tooltip -d docs", | ||
"build-dev": "webpack --config webpack.config.dev.js", | ||
"build-prod": "webpack --config webpack.config.prod.js" | ||
"homepage": "https://github.com/eurostat/gridviz", | ||
"author": "Julien Gaffuri", | ||
"license": "EUPL-1.2", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/eurostat/gridviz.git" | ||
}, | ||
"main": "build/gridvizc.min.js", | ||
"files": [ | ||
"build/gridviz.min.js" | ||
"build/gridvizc.min.js" | ||
], | ||
"author": "Joseph Davies, Julien Gaffuri", | ||
"license": "EUPL", | ||
"homepage": "https://github.com/eurostat/gridviz#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/eurostat/gridviz" | ||
"scripts": { | ||
"start": "webpack --config webpack.config.dev.js", | ||
"server": "webpack-dev-server --open --watch", | ||
"build-prod": "webpack --config webpack.config.prod.js", | ||
"docs": "./node_modules/.bin/jsdoc src/js/gridvizc -d=docs", | ||
"test": "jest" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/eurostat/gridviz/issues", | ||
"email": "[email protected]" | ||
"dependencies": { | ||
"@babel/runtime": "^7.12.1", | ||
"d3-color": "^3.1.0", | ||
"d3-fetch": "^3.0.1", | ||
"d3-format": "^3.1.0", | ||
"d3-random": "^3.0.1", | ||
"d3-scale-chromatic": "^3.0.0", | ||
"d3-selection": "^3.0.0", | ||
"d3-zoom": "^3.0.0", | ||
"geotiff": "^2.0.5", | ||
"publish": "^0.6.0", | ||
"puppeteer": "^1.13.0", | ||
"rbush": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"css-loader": "^3.4.2", | ||
"file-loader": "^6.2.0", | ||
"jsdoc": "^3.6.3", | ||
"style-loader": "^1.1.3", | ||
"url-loader": "^4.1.1", | ||
"@babel/core": "^7.9.0", | ||
"@babel/plugin-transform-runtime": "^7.12.1", | ||
"@babel/preset-env": "^7.9.0", | ||
"babel-loader": "^8.1.0", | ||
"jest": "^26.6.1", | ||
"jshint": "^2.12.0", | ||
"webpack": "^4.41.2", | ||
"webpack-cli": "^3.3.10", | ||
"webpack-livereload-plugin": "^2.2.0" | ||
}, | ||
"dependencies": { | ||
"d3-array": "2.9.0", | ||
"d3-axis": "2.0.0", | ||
"d3-fetch": "2.0.0", | ||
"d3-format": "1.3.2", | ||
"d3-interpolate": "2.0.1", | ||
"d3-scale": "3.2.3", | ||
"d3-scale-chromatic": "2.0.0", | ||
"d3-selection": "2.0.0", | ||
"d3-svg-legend": "2.25.6", | ||
"d3-zoom": "2.0.0", | ||
"three": "0.125.0", | ||
"topojson": "3.0.2" | ||
"webpack-dev-server": "^3.9.0", | ||
"webpack-livereload-plugin": "^2.3.0" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.