-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1006 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
37
38
39
40
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.16",
"@popperjs/core": "^2.11.6",
"@tailwindcss/forms": "^0.5.3",
"@tanstack/react-query": "^4.29.3",
"@visx/axis": "^2.0.0",
"@visx/brush": "^2.18.0",
"@visx/group": "^2.0.0",
"@visx/responsive": "^2.0.0",
"@visx/scale": "^2.0.0",
"@visx/shape": "^2.18.0",
"@visx/tooltip": "^2.17.0",
"3dmol": "^2.0.2",
"jotai": "^2.0.1",
"jotai-devtools": "^0.3.1",
"jquery": "^3.6.4",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-popper": "^2.3.0"
},
"devDependencies": {
"@types/jquery": "^3.5.16",
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
}
}