-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.56 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "web",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@coral-xyz/anchor": "^0.30.1",
"@prisma/client": "^5.16.0",
"@project-serum/anchor": "^0.26.0",
"@solana-mobile/wallet-adapter-mobile": "^2.1.3",
"@solana/wallet-adapter-base": "^0.9.23",
"@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.93.1",
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"bn.js": "^5.2.1",
"bs58": "^5.0.0",
"clsx": "^2.1.1",
"diamante-sdk-js": "^1.0.3",
"framer-motion": "^11.2.11",
"mini-svg-data-uri": "^1.4.4",
"next": "14.2.4",
"pg": "^8.12.0",
"pino-pretty": "^11.2.1",
"prop-types": "^15.8.1",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-router-dom": "^6.24.0",
"react-toastify": "^10.0.5",
"sha256": "^0.2.0",
"tailwind-merge": "^2.3.0",
"tweetnacl": "^1.0.3",
"uuid": "^10.0.0",
"ws": "^8.17.1"
},
"devDependencies": {
"@types/bn.js": "^5.1.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8.4.38",
"prisma": "^5.16.0",
"tailwindcss": "^3.4.4",
"typescript": "^5"
}
}