-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.12 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
{
"name": "cicada-temp",
"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.108.3",
"@react-three/fiber": "^8.16.8",
"@tanstack/react-query": "^5.51.1",
"@types/jsonwebtoken": "^9.0.6",
"@web3modal/wagmi": "^5.0.6",
"axios": "^1.7.2",
"dotenv": "^16.4.5",
"encoding": "^0.1.13",
"gsap": "^3.12.5",
"jsonwebtoken": "8.5.1",
"moment-timezone": "^0.5.45",
"next": "14.2.4",
"pino-pretty": "^11.2.1",
"react": "^18",
"react-countdown": "^2.3.5",
"react-dom": "^18",
"vercel": "^34.3.0",
"viem": "^2.17.3",
"wagmi": "^2.10.10",
"web3modal": "^1.9.12"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"glslify": "^7.1.1",
"glslify-loader": "^2.0.0",
"postcss": "^8",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}