-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
68 lines (68 loc) · 1.89 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
{
"name": "serum-explorer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"engines": {
"npm": ">=8.0.0",
"node": ">=16.0.0"
},
"dependencies": {
"@blockworks-foundation/mango-feeds": "0.1.7",
"@blockworks-foundation/mango-v4": "^0.19.28",
"@blockworks-foundation/mango-v4-settings": "0.2.10",
"@coral-xyz/anchor": "^0.28.0",
"@headlessui/react": "^1.6.5",
"@heroicons/react": "^2.0.12",
"@metaplex/js": "^4.12.0",
"@openbook-dex/openbook-v2": "^0.0.6",
"@project-serum/serum": "0.13.65",
"@solana/spl-token": "0.3.8",
"@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.16.0",
"axios": "^0.27.2",
"big.js": "^6.2.1",
"bn.js": "^5.2.1",
"bs58": "^5.0.0",
"decimal.js": "10.4.0",
"i18next": "23.2.11",
"lodash.debounce": "^4.0.8",
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hook-form": "^7.33.0",
"react-icons": "^4.11.0",
"react-toastify": "^9.0.1",
"react-tooltip": "^4.4.3",
"swr": "^1.3.0",
"zustand": "^4.1.1"
},
"devDependencies": {
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.86",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^17.0.31",
"@types/react": "18.0.8",
"@types/react-dom": "18.0.3",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"autoprefixer": "^10.4.7",
"eslint": "8.14.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.13",
"tailwindcss": "^3.0.24",
"typescript": "^4.8.2"
},
"peerDependencies": {
"@project-serum/anchor": "0.25.0",
"@project-serum/serum": "0.13.65",
"@solana/web3.js": ">=1.78.2"
}
}