-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.23 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
{
"name": "getbitz-xp",
"version": "1.1.0",
"author": "Itheum",
"license": "MIT",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/epilogue": "5.0.13",
"@heroicons/react": "2.1.3",
"@metaplex-foundation/digital-asset-standard-api": "1.0.3",
"@metaplex-foundation/mpl-bubblegum": "3.1.2",
"@metaplex-foundation/mpl-token-metadata": "3.2.1",
"@metaplex-foundation/umi": "0.8.10",
"@metaplex-foundation/umi-bundle-defaults": "0.8.10",
"@metaplex-foundation/umi-web3js-adapters": "0.8.10",
"@next/third-parties": "14.2.3",
"@noble/ed25519": "1.7.3",
"@solana-mobile/wallet-adapter-mobile": "2.1.3",
"@solana/spl-account-compression": "0.2.1",
"@solana/spl-token": "0.4.6",
"@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.8",
"@tailwindcss/typography": "0.5.13",
"@tiplink/wallet-adapter": "^2.1.18",
"@tiplink/wallet-adapter-react-ui": "^1.0.0",
"@tsparticles/confetti": "3.3.0",
"@tsparticles/fireworks": "3.3.0",
"clsx": "2.1.0",
"daisyui": "4.11.1",
"date-fns": "3.6.0",
"framer-motion": "11.1.3",
"immer": "10.1.1",
"lucide-react": "0.371.0",
"moment": "2.30.1",
"moment-timezone": "0.5.45",
"next": "14.2.3",
"next-compose-plugins": "2.2.1",
"next-transpile-modules": "10.0.1",
"react": "18.2.0",
"react-countdown": "2.3.5",
"react-dom": "18.2.0",
"sharp": "0.33.4",
"tailwind-merge": "2.2.2",
"tailwindcss-animate": "1.0.7",
"zustand": "3.7.2"
},
"devDependencies": {
"@types/node": "18.19.33",
"@types/react": "18.3.2",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"postcss": "8.4.38",
"prettier": "3.2.5",
"tailwindcss": "3.4.3",
"typescript": "5.4.5"
},
"engines": {
"node": ">=18"
}
}