forked from solana-nft-programs/hydra-ui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "hydra-ui",
"version": "0.1.0",
"private": true,
"homepage": "https://hydra.metaplex.com",
"license": "Apache-2.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@coral-xyz/anchor": "0.27.0",
"@emotion/react": "^11.13.0",
"@emotion/styled": "11.8.1",
"@metaplex-foundation/mpl-hydra": "0.5",
"@saberhq/solana-contrib": "^3.0.0",
"@solana/wallet-adapter-base": "^0.9.5",
"@solana/wallet-adapter-react": "^0.15.32",
"@solana/wallet-adapter-react-ui": "0.9.31",
"@solana/wallet-adapter-wallets": "^0.19.16",
"@solana/web3.js": "^1.75.0",
"autoprefixer": "^10.4.7",
"bignumber.js": "^9.1.2",
"next": "12.1.6",
"polished": "^4.3.1",
"postcss": "^8.4.13",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.1",
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"@types/node": "17.0.32",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.3",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"typescript": "4.6.4"
},
"browser": {
"crypto": false,
"stream": false
}
}