-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1019 Bytes
/
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
{
"name": "dgg",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"ngrok": "ngrok http 3000"
},
"dependencies": {
"@celo/contractkit": "3.2.0",
"@celo/rainbowkit-celo": "^1.0.2",
"@celo/react-celo": "5.0.4",
"@rainbow-me/rainbowkit": "1.0.7",
"flowbite": "^1.8.1",
"flowbite-react": "^0.5.0",
"framer-motion": "^10.12.18",
"next": "^13.4.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-player": "^2.12.0",
"react-toastify": "^9.1.3",
"viem": "~1.0.6",
"wagmi": "1.3.9"
},
"devDependencies": {
"@types/node": "^18.16.12",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.6",
"autoprefixer": "^10.4.14",
"eslint": "^8.15.0",
"eslint-config-next": "^13.4.3",
"ngrok": "^5.0.0-beta.2",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4"
}
}