-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 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
{
"name": "@mercurial-finance/vault-sdk-demo",
"author": "dicksonpys",
"version": "0.1.0",
"license": "MIT",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "7.18.6",
"@babel/runtime": "7.18.6",
"@heroicons/react": "^1.0.6",
"@mercurial-finance/vault-sdk": "0.2.27",
"@project-serum/anchor": "0.24.0",
"@saberhq/anchor-contrib": "1.13.31",
"@saberhq/solana-contrib": "1.13.6",
"@saberhq/token-utils": "1.13.6",
"@solana/spl-token": "0.1.8",
"@solana/spl-token-registry": "^0.2.4574",
"@solana/wallet-adapter-base": "^0.9.7",
"@solana/wallet-adapter-react": "^0.15.6",
"@solana/wallet-adapter-react-ui": "^0.9.8",
"@solana/wallet-adapter-wallets": "^0.15.5",
"@solana/web3.js": "^1.47.3",
"@tailwindcss/typography": "^0.5.2",
"bn.js": "5.2.1",
"daisyui": "^1.25.4",
"immer": "^9.0.15",
"jsbi": "4.3.0",
"next": "12.0.8",
"next-compose-plugins": "^2.2.1",
"next-transpile-modules": "^9.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"zustand": "^3.7.2"
},
"devDependencies": {
"@types/node": "17.0.10",
"@types/react": "17.0.38",
"autoprefixer": "^10.4.7",
"eslint": "8.7.0",
"eslint-config-next": "12.0.8",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.4",
"typescript": "4.5.4"
}
}