-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.07 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
{
"name": "orchidex",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@mui/material": "6.3.0",
"@nivo/core": "0.88.0",
"@nivo/treemap": "0.88.0",
"@supabase/ssr": "0.5.2",
"@supabase/supabase-js": "2.47.10",
"@vercel/analytics": "1.4.1",
"classnames": "2.5.1",
"cytoscape": "3.30.4",
"cytoscape-dagre": "2.5.0",
"lodash": "4.17.21",
"next": "15.1.2",
"pg": "8.13.1",
"qrcode.react": "3.1.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"swr": "2.3.0",
"vega": "5.30.0",
"vega-embed": "6.29.0",
"vega-lite": "5.23.0"
},
"devDependencies": {
"@types/lodash": "4.17.13",
"@types/node": "22.10.2",
"@types/pg": "8.11.10",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"eslint": "9.17.0",
"eslint-config-react-app": "7.0.1",
"prop-types": "15.8.1",
"sass": "1.83.0",
"typescript": "5.7.2"
}
}