-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.89 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
{
"name": "solana-dapp-next",
"version": "0.2.0",
"author": "Solana Maintainers <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"dev": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@coral-xyz/anchor": "^0.28.0",
"@heroicons/react": "^1.0.5",
"@metaplex-foundation/js": "^0.18.0",
"@metaplex-foundation/mpl-bubblegum": "^0.7.0",
"@metaplex-foundation/mpl-token-metadata": "^2.8.2",
"@noble/ed25519": "^1.7.1",
"@project-serum/anchor": "^0.26.0",
"@solana/spl-account-compression": "^0.1.8",
"@solana/spl-token": "^0.4.6",
"@solana/wallet-adapter-base": "^0.9.20",
"@solana/wallet-adapter-react": "^0.15.28",
"@solana/wallet-adapter-react-ui": "^0.9.27",
"@solana/wallet-adapter-wallets": "0.19.11",
"@solana/web3.js": "^1.73.0",
"@tailwindcss/typography": "^0.5.9",
"daisyui": "^1.24.3",
"date-fns": "^2.29.3",
"flowbite-react": "^0.9.0",
"form-data": "^4.0.0",
"formidable": "^2.1.1",
"fs": "^0.0.1-security",
"immer": "^9.0.12",
"ipfs-http-client": "^60.0.1",
"jszip": "^3.10.1",
"merkle-tools": "^1.4.1",
"next": "^13.1.5",
"next-compose-plugins": "^2.2.1",
"next-transpile-modules": "^10.0.0",
"node-blob": "^0.0.2",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dom": "^18.2.0",
"react-multi-carousel": "^2.8.5",
"zustand": "^3.6.9",
"react-toastify" : "^10.0.5"
},
"devDependencies": {
"@types/bs58": "^4.0.4",
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"autoprefixer": "^10.4.2",
"eslint": "8.7.0",
"eslint-config-next": "^13.1.5",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.2.4",
"typescript": "^5.4.5"
},
"engines": {
"node": ">=16"
}
}