Skip to content

Commit

Permalink
Migrate to ocular
Browse files Browse the repository at this point in the history
  • Loading branch information
Balthazar Gronon committed Sep 1, 2017
1 parent ef826d1 commit 7a14c79
Show file tree
Hide file tree
Showing 145 changed files with 2,770 additions and 4,664 deletions.
17 changes: 0 additions & 17 deletions .babelrc

This file was deleted.

18 changes: 0 additions & 18 deletions .eslintrc

This file was deleted.

13 changes: 4 additions & 9 deletions .gitignore
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
3 changes: 2 additions & 1 deletion README.md
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.
11 changes: 0 additions & 11 deletions docs/demos/introduction.md

This file was deleted.

73 changes: 0 additions & 73 deletions docs/demos/linking-it-all.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/demos/live-code.md

This file was deleted.

10 changes: 10 additions & 0 deletions html.config.js
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.',
}],

};
75 changes: 13 additions & 62 deletions package.json
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
}
28 changes: 0 additions & 28 deletions src/actions/app-actions.js

This file was deleted.

10 changes: 0 additions & 10 deletions src/components/Demos/index.js

This file was deleted.

21 changes: 0 additions & 21 deletions src/components/app.js

This file was deleted.

27 changes: 0 additions & 27 deletions src/components/gallery.js

This file was deleted.

35 changes: 0 additions & 35 deletions src/components/header.js

This file was deleted.

Loading

0 comments on commit 7a14c79

Please sign in to comment.