-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.3 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
{
"name": "hyperviz",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/icons-material": "^6.4.6",
"@mui/material": "^6.4.6",
"@mui/x-charts": "^7.27.1",
"@react-three/drei": "^10.0.6",
"@react-three/fiber": "^9.1.2",
"chart.js": "^4.4.8",
"d3": "^7.9.0",
"d3-graphviz": "^5.6.0",
"lucide-react": "^0.476.0",
"ml-pca": "^4.1.1",
"next": "^15.2.0",
"papaparse": "^5.5.2",
"plotly.js": "^3.0.1",
"react": "^19.0.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.1.0",
"react-plotly.js": "^2.6.0",
"remark-breaks": "^4.0.0",
"three": "^0.175.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/papaparse": "^5.3.15",
"@types/plotly.js": "^2.35.5",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-plotly.js": "^2.6.3",
"tailwindcss": "^4",
"typescript": "^5"
}
}