-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.41 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.41 KB
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
{
"name": "stencil_frontend",
"version": "1.0.0",
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/data-grid": "^0.1.67",
"@material-ui/icons": "^4.11.2",
"@nivo/bar": "^0.79.0",
"@nivo/chord": "^0.79.0",
"@nivo/core": "^0.79.0",
"@nivo/funnel": "^0.79.0",
"@nivo/heatmap": "^0.79.0",
"@nivo/line": "^0.79.0",
"@nivo/network": "^0.79.0",
"@nivo/radar": "^0.79.0",
"@nivo/scatterplot": "^0.79.0",
"@nivo/stream": "^0.79.0",
"@nivo/swarmplot": "^0.79.0",
"@nivo/treemap": "^0.79.0",
"axios": "^1.6.0",
"classnames": "^2.2.6",
"igv": "^2.13.2",
"mui-datatables": "^3.8.5",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^5.0.1",
"react-select": "^3.0.8",
"source-map-explorer": "^2.5.3",
"styled-components": "^5.2.3"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"dotenv": "^16.0.0"
}
}