-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.17 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.17 KB
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
{
"name": "blockstream",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next dev && next build",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.5",
"@metaplex/js": "^4.12.0",
"@project-serum/anchor": "^0.22.1",
"@solana/buffer-layout": "^4.0.0",
"@solana/spl-token": "^0.2.0",
"@solana/wallet-adapter-react": "^0.15.4",
"@solana/wallet-adapter-react-ui": "^0.9.6",
"@solana/wallet-adapter-wallets": "^0.15.5",
"@solana/web3.js": "^1.36.0",
"@walletconnect/web3-provider": "^1.7.1",
"@web3auth/web3auth": "^0.3.2",
"magic-sdk": "^8.0.1",
"moralis": "^1.3.1",
"next": "12.0.10",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-moralis": "^1.3.1",
"tailwind-scrollbar-hide": "^1.1.7",
"videojs-overlay": "^2.1.5"
},
"devDependencies": {
"@types/node": "^17.0.17",
"@types/react": "^17.0.39",
"autoprefixer": "^10.4.2",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.20",
"typescript": "^4.5.5",
"video.js": "^7.17.0"
}
}