-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 939 Bytes
/
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
{
"name": "single-gene-expression-dashboard",
"version": "0.4.13",
"private": true,
"scripts": {
"dev": "next dev",
"build:prisma": "prisma generate",
"build:next": "next build",
"build": "npm run build:prisma && npm run build:next",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.11.5",
"@mui/x-data-grid": "^5.17.20",
"@prisma/client": "^4.9.0",
"next": "12.2.3",
"next-swagger-doc": "^0.3.6",
"plotly.js": "^2.14.0",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-grid-layout": "^1.3.4",
"react-plotly.js": "^2.5.1",
"sharp": "^0.31.0",
"swagger-ui-react": "^4.15.5",
"swr": "^2.0.0"
},
"devDependencies": {
"eslint": "8.21.0",
"eslint-config-next": "12.2.3",
"prisma": "^4.2.1"
}
}