-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.16 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": "https://www.camelina-hub.org",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource/roboto": "^5.0.8",
"@jbrowse/react-circular-genome-view": "^2.10.2",
"@jbrowse/react-linear-genome-view": "^2.8.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/icons-material": "^5.11.11",
"@mui/lab": "^5.0.0-alpha.139",
"@mui/material": "^5.14.4",
"@mui/styled-engine-sc": "^5.11.11",
"axios": "^1.5.0",
"d3": "^7.8.5",
"file-saver": "^2.0.5",
"i": "^0.3.7",
"ideogram": "^1.45.1",
"js-cookie": "^3.0.5",
"leaflet": "^1.9.4",
"mdb-react-ui-kit": "^6.1.0",
"mdbreact": "^5.2.0",
"next": "^14.0.0",
"npm": "^10.5.0",
"papaparse": "^5.4.1",
"plotly.js": "^1.47.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1",
"react-plotly.js": "^2.4.0",
"styled-components": "^5.3.8"
}
}