-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.47 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.47 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
50
51
52
53
54
55
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@ankr.com/ankr.js": "^0.1.12",
"@heroicons/react": "^2.0.12",
"@next/font": "^13.1.1",
"@rainbow-me/rainbowkit": "^0.8.1",
"@tanstack/react-query": "^4.32.6",
"@thirdweb-dev/react": "^3.14.27",
"@thirdweb-dev/sdk": "^3.10.46",
"audio-react-recorder": "^1.0.4",
"axios": "^1.2.2",
"buffer": "^6.0.3",
"ethers": "^5",
"firebase": "^9.15.0",
"framer-motion": "^8.1.4",
"multer": "^1.4.5-lts.1",
"next": "latest",
"next-connect": "^1.0.0",
"react": "18.2.0",
"react-confetti": "^6.1.0",
"react-countdown": "^2.3.3",
"react-countup": "^6.4.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.41.3",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.7.1",
"react-responsive-carousel": "^3.2.23",
"react-use": "^17.4.0",
"uuid": "^9.0.0",
"wagmi": "^0.10.1",
"web3.storage": "^4.4.0",
"zustand": "^4.4.0"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.2",
"@types/multer": "^1.4.7",
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/react-mic": "^12.4.3",
"@types/uuid": "^9.0.0",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"react-social-icons": "^5.15.0",
"tailwind-scrollbar": "^2.1.0",
"tailwindcss": "^3.2.1",
"typescript": "4.8.4"
}
}