-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
43 lines (43 loc) · 1.08 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
{
"name": "mondrian-rest-ui",
"version": "0.0.1",
"private": true,
"devDependencies": {
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.9.1",
"prettier": "^1.13.5",
"react-scripts": "^2.0.3",
"redux-logger": "^2.6.1"
},
"dependencies": {
"@react-bootstrap/pagination": "^1.0.0",
"lodash": "^4.14.1",
"mondrian-rest-client": "^1.0.3",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-bootstrap": "^0.32.1",
"react-clipboard.js": "^1.1.4",
"react-dom": "^16.2.0",
"react-helmet": "^5.1.3",
"react-redux": "^5.0.3",
"react-select": "^1.0.0-rc.10",
"react-syntax-highlighter": "^5.6.2",
"redux": "^3.7.2",
"redux-thunk": "^2.1.0",
"redux-undo": "^1.0.0-beta9-9",
"vega-embed": "^3.19.2",
"vega-lite": "^2.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"homepage" : "https://cubeserver.datawheel.us/ui/"
}