-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
53 lines (53 loc) · 1.42 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
{
"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": {
"@headlessui/react": "^1.6.5",
"@heroicons/react": "^2.0.12",
"@metaplex/js": "^4.12.0",
"@project-serum/serum": "^0.13.65",
"@solana/spl-token-2": "npm:@solana/[email protected]",
"@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",
"@solana/web3.js": "^1.41.4",
"axios": "^0.27.2",
"bn.js": "^5.2.1",
"bs58": "^5.0.0",
"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-toastify": "^9.0.1",
"react-tooltip": "^4.4.3",
"swr": "^1.3.0",
"zustand": "^4.1.1"
},
"devDependencies": {
"@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"
}
}