-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.24 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
{
"name": "bts-facebook-blockchain",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.6",
"@mui/lab": "^5.0.0-alpha.101",
"@mui/material": "^5.10.7",
"@project-serum/anchor": "^0.23.0",
"@project-serum/borsh": "^0.2.5",
"@project-serum/common": "^0.0.1-beta.3",
"@project-serum/serum": "^0.13.61",
"@saberhq/use-solana": "^1.14.8",
"@solana/spl-token": "^0.2.0",
"@solana/wallet-adapter-base": "^0.9.5",
"@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.37.0",
"bn.js": "^5.2.1",
"bootstrap": "^5.1.3",
"fs": "^0.0.1-security",
"fs-extra": "^10.1.0",
"next": "12.1.2",
"notistack": "^2.0.3",
"react": "17.0.2",
"react-bootstrap": "^2.2.2",
"react-dom": "17.0.2",
"react-transition-group": "^4.4.2"
},
"devDependencies": {
"eslint": "8.12.0",
"eslint-config-next": "12.1.2"
}
}