forked from uber-archive/vis-academy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1015 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "vis-academy",
"description": "A set of Uber Visualization tutorials",
"repository": {
"type": "git",
"url": "https://github.com/uber-common/vis-academy.git"
},
"version": "0.1.0",
"main": "index.js",
"scripts": {
"start": "ocular start",
"clean": "rm -rf docs/*{.js,.css,index.html,appcache,fonts,images}",
"build": "ocular build",
"lint": "ocular lint",
"publish-docs": "npm run clean && npm run build && mv dist/* docs"
},
"dependencies": {
"@turf/turf": "^4.7.3",
"autobind-decorator": "^2.1.0",
"babel-preset-env": "^1.6.1",
"d3-force": "^1.0.6",
"kepler.gl": "^0.0.19",
"ocular": "^0.6.2",
"react-virtualized": "^9.19.1",
"tape": "^4.8.0",
"tape-catch": "^1.0.6",
"deck.gl": "^6.2.4",
"luma.gl": "^6.2.0",
"react": "^16.6.1",
"react-dom": "^16.6.1",
"react-map-gl": "^4.0.0",
"react-vis": "^1.11.4"
},
"license": "MIT",
"private": true,
"devDependencies": {
"hoek": "^5.0.3"
}
}