-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.22 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
46
47
48
49
{
"name": "cpi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@gsap/react": "^2.1.1",
"@react-three/drei": "^9.107.0",
"@react-three/fiber": "^8.16.8",
"@studio-freight/react-lenis": "^0.0.47",
"animejs": "^3.2.2",
"chart.js": "^4.4.4",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-plugin-annotation": "^3.0.1",
"class-variance-authority": "^0.7.0",
"csv-parser": "^3.0.0",
"date-fns": "^3.6.0",
"ethers": "^6.13.2",
"gsap": "^3.12.5",
"katex": "^0.16.11",
"mongodb": "^6.8.1",
"next": "14.2.7",
"raw-loader": "^4.0.2",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-loading-skeleton": "^3.4.0",
"react-tooltip": "^5.28.0",
"swr": "^2.2.5",
"three": "^0.165.0",
"three-custom-shader-material": "^5.4.0",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"@types/katex": "^0.16.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}