-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.02 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.02 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
{
"name": "yellow-network",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"setup-bot": "node --experimental-default-type module tools/setup-bot.js"
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"@prisma/client": "^6.4.0",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/wallet-adapter-wallets": "^0.19.32",
"@solana/web3.js": "^1.98.0",
"dotenv": "^16.4.7",
"framer-motion": "^12.4.1",
"grammy": "^1.35.0",
"mapbox-gl": "^3.9.4",
"next": "15.1.6",
"next-auth": "^4.24.11",
"next-images": "^1.8.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"react-map-gl": "^8.0.1",
"react-world-flags": "^1.6.0",
"telegraf-middleware-console-time": "^2.1.0"
},
"devDependencies": {
"postcss": "^8",
"prisma": "^6.4.0",
"tailwindcss": "^3.4.1"
}
}