forked from fallenangel2305/NFT-Minter-Dapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.27 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
{
"name": "nft-minter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@metaplex-foundation/js-plugin-nft-storage": "^0.1.1",
"@metaplex-foundation/mpl-auction-house": "^2.1.1",
"@metaplex-foundation/mpl-core": "^0.6.1",
"@solana/spl-token": "^0.2.0",
"@solana/wallet-adapter-base": "^0.9.5",
"@solana/wallet-adapter-react": "^0.15.5",
"@solana/wallet-adapter-react-ui": "^0.9.7",
"@solana/wallet-adapter-wallets": "^0.16.1",
"@solana/web3.js": "^1.50.1",
"@types/jquery": "^3.5.14",
"antd": "^4.21.3",
"big-number": "^2.0.0",
"bip39": "^3.0.4",
"cors": "^2.8.5",
"ed25519-hd-key": "^1.3.0",
"ipfs-http-client": "^57.0.1",
"nacl": "^0.1.3",
"next": "12.1.6",
"next-connect": "^0.13.0",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "18.2.0",
"react-photo-gallery": "^8.0.0",
"react-tag-input": "^6.8.0"
},
"devDependencies": {
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"typescript": "4.7.4"
}
}