forked from cruewatene/sol-nft-tools
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
79 lines (79 loc) · 2.38 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
78
79
{
"name": "sol-nft-tools",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.54.1",
"@bundlr-network/client": "^0.7.14",
"@heroicons/react": "^1.0.6",
"@jup-ag/core": "^1.0.0-beta.24",
"@jup-ag/react-hook": "^1.0.0-beta.24",
"@metaplex-foundation/beet": "^0.2.0",
"@metaplex-foundation/beet-solana": "^0.1.1",
"@metaplex-foundation/mpl-auction-house": "^2.0.0",
"@metaplex-foundation/mpl-candy-machine": "^4.2.0",
"@metaplex-foundation/mpl-token-metadata": "^2.1.2",
"@next/bundle-analyzer": "^12.1.6",
"@shadow-drive/sdk": "^3.0.8",
"@solana/buffer-layout": "^4.0.0",
"@solana/spl-token": "0.1.8",
"@solana/spl-token-registry": "^0.2.4574",
"@solana/spl-token-v2": "npm:@solana/[email protected]",
"@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.43.1",
"abort-controller": "^3.0.0",
"bignumber.js": "^9.0.2",
"bn.js": "^5.2.0",
"borsh": "^0.6.0",
"bs58": "^4.0.1",
"buffer": "^6.0.3",
"cross-fetch": "^3.1.5",
"daisyui": "^2.15.3",
"debug": "^4.3.4",
"eventemitter3": "^4.0.7",
"js-base64": "^3.7.2",
"json-format": "^1.0.1",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0",
"mime": "^3.0.0",
"next": "^12.1.6",
"next-compose-plugins": "^2.2.1",
"next-transpile-modules": "^9.0.0",
"react": "^18.2.0",
"react-async-hook": "^4.0.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.20.2",
"react-toastify": "^9.0.5",
"react-use-pagination": "^2.0.1",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"rxjs": "^7.4.0",
"superstruct": "^0.16.0",
"toggle-selection": "^1.0.6",
"tweetnacl": "^1.0.3",
"uuid": "^8.3.2",
"web-file-polyfill": "^1.0.4"
},
"devDependencies": {
"@types/node": "^16.10.3",
"@types/react": "^17.0.27",
"autoprefixer": "^10.4.7",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"patch-package": "^6.4.7",
"postcss": "^8.4.14",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.4.1",
"tailwindcss": "^3.0.24",
"typescript": "^4.4.3"
}
}