forked from Monad-Blitz-Ankara/PULSE
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.24 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.24 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
{
"name": "monad-tok",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"compile": "hardhat compile",
"deploy": "hardhat run scripts/deploy.ts --network monadTestnet",
"deploy:local": "hardhat run scripts/deploy.ts --network hardhat"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.9",
"@metamask/sdk": "^0.34.0",
"@rainbow-me/rainbowkit": "^2.2.10",
"@supabase/supabase-js": "^2.93.3",
"@tanstack/react-query": "^5.90.20",
"clsx": "^2.1.1",
"encoding": "^0.1.13",
"framer-motion": "^12.29.2",
"lucide-react": "^0.563.0",
"next": "16.1.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"swiper": "^12.1.0",
"tailwind-merge": "^3.4.0",
"viem": "^2.45.1",
"wagmi": "^2.19.5"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@openzeppelin/contracts": "^5.0.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"dotenv": "^16.4.5",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"hardhat": "^2.22.0",
"tailwindcss": "^4",
"typescript": "^5"
}
}