forked from uber-archive/vis-academy
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Balthazar Gronon
committed
Sep 1, 2017
1 parent
ef826d1
commit 7a14c79
Showing
145 changed files
with
2,770 additions
and
4,664 deletions.
There are no files selected for viewing
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,9 +1,4 @@ | ||
/.sass-cache | ||
/coverage | ||
node_modules | ||
/**/*/node_modules | ||
/npm-debug.log* | ||
.idea | ||
*.DS_Store | ||
/dist | ||
/**/*/yarn.lock | ||
node_modules/ | ||
|
||
npm-debug.log* | ||
.DS_Store |
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,2 +1,3 @@ | ||
# vis-tutorial | ||
A set of tutorials on how our frameworks (deck.gl, luma.gl, react-map-gl, react-vis) make effective data visualization applications. | ||
|
||
> A set of tutorials on how our frameworks (deck.gl, luma.gl, react-map-gl, react-vis) make effective data visualization applications. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
module.exports = { | ||
|
||
title: 'Visualization Tutorials', | ||
|
||
meta: [{ | ||
name: 'description', | ||
content: 'An introduction to visualization libraries.', | ||
}], | ||
|
||
}; |
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,74 +1,25 @@ | ||
{ | ||
"description": "Visualization Tutorial", | ||
"license": "MIT", | ||
"name": "vis-tutorials", | ||
"description": "A set of Uber Visualization tutorials", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/uber-common/vis-tutorial.git" | ||
}, | ||
"version": "0.1.0", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "webpack-dev-server --config webpack.dev.config --open", | ||
"build-clean": "rm -rf ./dist && mkdir dist", | ||
"build-script": "webpack -p --config webpack.prod.config", | ||
"build": "npm run build-clean && npm run build-script", | ||
"lint": "eslint src --ignore-pattern workers" | ||
"start": "ocular start", | ||
"build": "ocular build", | ||
"lint": "ocular lint" | ||
}, | ||
"dependencies": { | ||
"autobind-decorator": "^1.3.3", | ||
"babel-polyfill": "^6.1.19", | ||
"babel-register": "^6.22.0", | ||
"d3-color": "^1.0.1", | ||
"d3-request": "^1.0.2", | ||
"highlight.js": "^9.7.0", | ||
"immutable": "^3.8.1", | ||
"marked": "^0.3.6", | ||
"prop-types": "^15.5.8", | ||
"react": "^15.4.0", | ||
"react-dom": "^15.4.0", | ||
"autobind-decorator": "^2.1.0", | ||
"deck.gl": "^4.1.1", | ||
"luma.gl": "^4.0.1", | ||
"ocular": "^0.1.15", | ||
"react-map-gl": "^3.0.4", | ||
"react-redux": "^4.4.5", | ||
"react-router": "^2.8.1", | ||
"react-vis": "^1.5.0", | ||
"redux": "^3.6.0", | ||
"redux-actions": "^1.2.0", | ||
"redux-thunk": "^2.1.0", | ||
"tween.js": "tweenjs/tween.js" | ||
}, | ||
"devDependencies": { | ||
"autoprefixer-loader": "^3.2.0", | ||
"babel-cli": "^6.3.15", | ||
"babel-core": "^6.7.7", | ||
"babel-eslint": "^7.0.0", | ||
"babel-loader": "^6.2.10", | ||
"babel-plugin-transform-decorators-legacy": "^1.3.4", | ||
"babel-preset-es2015": "^6.3.13", | ||
"babel-preset-react": "^6.3.13", | ||
"babel-preset-stage-0": "^6.3.13", | ||
"brfs-babel": "^1.0.0", | ||
"copy-webpack-plugin": "^4.0.1", | ||
"css-loader": "^0.26.1", | ||
"csv-loader": "^2.1.1", | ||
"deck.gl": "^4.0.0", | ||
"eslint": "^3.0.0", | ||
"eslint-config-uber-es2015": "^3.0.0", | ||
"eslint-config-uber-jsx": "^3.0.0", | ||
"eslint-plugin-react": "^6.0.0", | ||
"file-loader": "^0.9.0", | ||
"luma.gl": "^3.0.0", | ||
"node-sass": "^4.3.0", | ||
"raw-loader": "^0.5.1", | ||
"react-hot-loader": "next", | ||
"sass-loader": "^4.1.1", | ||
"style-loader": "^0.13.1", | ||
"transform-loader": "^0.2.3", | ||
"url-loader": "^0.5.7", | ||
"webpack": "^2.2.0", | ||
"webpack-dev-server": "^1.16.2", | ||
"webpack-hot-middleware": "^2.17.0", | ||
"webworkify-webpack-dropin": "^1.1.9" | ||
"react-vis": "^1.7.2" | ||
}, | ||
"engines": { | ||
"node": "6.9.4", | ||
"npm": "4.0.5" | ||
} | ||
"license": "MIT", | ||
"private": true | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.