Skip to content

Commit

Permalink
swap
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaffuri committed Sep 6, 2022
1 parent a6ce0b0 commit 00f291d
Show file tree
Hide file tree
Showing 192 changed files with 744 additions and 203 deletions.
File renamed without changes.
File renamed without changes.
90 changes: 39 additions & 51 deletions package.json
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.
53 changes: 0 additions & 53 deletions test_canvas/package.json

This file was deleted.

22 changes: 0 additions & 22 deletions test_canvas/webpack.config.dev.js

This file was deleted.

36 changes: 0 additions & 36 deletions test_canvas/webpack.config.prod.js

This file was deleted.

Loading

0 comments on commit 00f291d

Please sign in to comment.