-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 950 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 950 Bytes
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.13.4",
"@react-three/drei": "^9.74.12",
"@react-three/fiber": "^8.13.2",
"@types/three": "^0.152.1",
"chart.js": "^4.3.0",
"chrome-aws-lambda": "^6.0.0",
"clsx": "^1.2.1",
"maath": "^0.6.0",
"math-random": "^2.0.1",
"next": "12.3.0",
"puppeteer": "^20.5.0",
"puppeteer-core": "10.1.0",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.9.0",
"react-three-fiber": "^6.0.13",
"recharts": "^2.6.2",
"three": "^0.153.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/node": "^20.2.6",
"@types/react": "^18.2.10",
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
}
}