-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
76 lines (76 loc) · 2.02 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
{
"name": "playground",
"version": "0.1.0",
"private": true,
"homepage": "http://localhost:5000/vizier-db/api/v1/web-ui/",
"dependencies": {
"axios": "^0.20.0",
"codemirror": "^5.38.0",
"config": "^1.28.1",
"d3-color": "^1.0.3",
"d3-scale": "^2.0.0",
"d3-shape": "^1.2.0",
"font-awesome": "^4.7.0",
"html2canvas": "^1.0.0-alpha.12",
"jquery": "^3.3.1",
"jspdf": "^1.4.1",
"material-ui": "^0.20.0",
"moment-timezone": "^0.5.14",
"path": "^0.12.7",
"query-string": "^6.0.0",
"react": "^17.0.1",
"react-bootstrap": "^0.32.1",
"react-codemirror2": "^5.0.2",
"highlight.js": "^9.12.0",
"react-highlight": "^0.12.0",
"react-d3-components": "^0.9.0",
"react-dom": "^17.0.1",
"react-drag-and-drop": "^3.0.0",
"react-dropzone": "^4.2.3",
"react-fontawesome": "^1.6.1",
"react-hotkeys": "^1.1.4",
"react-markdown": "^4.0.6",
"remark-gfm": "^1.0.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"react-syntax-highlighter": "^10.1.3",
"react-tap-event-plugin": "^3.0.2",
"react-vega": "^7.4.1",
"recharts": "^1.4.1",
"redux": "^3.7.2",
"redux-devtools": "^3.4.1",
"redux-devtools-extension": "^2.13.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.88.2",
"styled-components": "^5.0.1",
"toastr": "^2.1.4",
"vega": "^5.17.0",
"vega-lite": "^4.17.0",
"webpack": "^4.29.2",
"webpack-dev-server": "^3.11.0"
},
"devDependencies": {
"react-scripts": "^4.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}