forked from keplergl/kepler.gl-tableau
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.09 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "kepler.gl-tableau",
"authors": [
"Chris DeMartini <chris@datablick.com>",
"Shan He <heshan0131@uber.com>"
],
"version": "1.0.0",
"description": "kepler.gl is a webgl based application to visualize large scale location data in the browser",
"homepage": "https://keplergl-tableau.netlify.com",
"license": "MIT",
"main": "dist/index.js",
"engines": {
"node": ">=8.15.0",
"npm": ">=6.1.0",
"yarn": ">=1.6.0"
},
"keywords": [
"babel",
"es6",
"react",
"webgl",
"visualization",
"kepler.gl"
],
"repository": {
"type": "git",
"url": "https://github.com/keplergl/kepler.gl-tableau"
},
"dependencies": {
"@atlaskit/css-reset": "^3.0.2",
"@material-ui/core": "^1.0.0",
"@material-ui/icons": "^1.0.0",
"@tableau/tableau-ui": "^2.1.0",
"core-js": "^2.6.0",
"gh-pages": "^2.0.1",
"kepler.gl": "2.1.0-alpha.3",
"lodash.throttle": "^4.1.1",
"react": "^16.8.4",
"react-beautiful-dnd": "^9.0.2",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.8.4",
"react-palm": "^3.1.2",
"react-redux": "^7.1.3",
"react-router": "3.2.5",
"react-router-redux": "^4.0.8",
"react-scripts": "^2.1.3",
"react-spinkit": "^3.0.0",
"redux-actions": "^2.2.1",
"styled-components": "^4.1.3",
"typeface-roboto": "^0.0.54",
"url-parse": "^1.4.3"
},
"devDependencies": {
"babel-plugin-search-and-replace": "^1.0.0",
"customize-cra": "^0.9.1",
"eslint-config-prettier": "^3.6.0",
"eslint-config-uber-es2015": "^3.1.2",
"eslint-config-uber-jsx": "^3.3.3",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "~7.12.4",
"react-app-rewired": "^2.1.5"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-app-rewired start",
"build": "react-app-rewired --max_old_space_size=4096 build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}