-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
77 lines (77 loc) · 2.19 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "zircon",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@coral-xyz/anchor": "^0.29.0",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.3",
"@joeymeere/dreamcast": "^1.1.0",
"@jup-ag/wallet-adapter": "^0.1.5",
"@monaco-editor/react": "^4.6.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-toast": "^1.1.5",
"@react-three/fiber": "^8.16.1",
"@solana/spl-token": "^0.1.8",
"@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.91.1",
"@sqds/multisig": "^2.1.1",
"@sqds/sdk": "^2.0.4",
"@tabler/icons-react": "^3.1.0",
"@tailwindcss/forms": "^0.5.7",
"@tsparticles/engine": "^3.3.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.3.0",
"@types/pako": "^2.0.3",
"axios": "^1.6.8",
"bs58": "^5.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"firebase": "^10.9.0",
"firebase-admin": "^12.0.0",
"framer-motion": "^11.0.18",
"highlight.js": "^11.9.0",
"marked": "^12.0.1",
"md5": "^2.3.0",
"mini-svg-data-uri": "^1.4.4",
"ms": "^2.1.3",
"next": "14.1.4",
"next-themes": "^0.3.0",
"nextjs-google-analytics": "^2.3.3",
"pako": "^2.1.0",
"react": "^18",
"react-confetti-explosion": "^2.1.2",
"react-dom": "^18",
"react-firebase-hooks": "^5.1.1",
"sonner": "^1.4.41",
"tailwind-merge": "^2.2.2",
"three": "^0.163.0",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1",
"unique-username-generator": "^1.3.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/md5": "^2.3.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/three": "^0.163.0",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"prettify-js": "^1.0.1",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}