-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
52 lines (52 loc) · 1.51 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
{
"name": "kyodo-protocol",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@coral-xyz/anchor": "^0.28.1-beta.2",
"@coral-xyz/spl-token": "^0.28.1-beta.2",
"@project-serum/anchor": "^0.26.0",
"@solana/spl-token": "^0.3.8",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.34",
"@solana/wallet-adapter-sollet": "^0.11.17",
"@solana/wallet-adapter-wallets": "^0.19.22",
"@solana/web3.js": "^1.78.5",
"@web3inbox/core": "^0.0.22",
"@web3inbox/widget-react": "^0.6.25",
"@web3modal/wagmi": "^3.2.0",
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
"i18next": "^23.5.1",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-http-backend": "^2.2.2",
"next": "^13.4.19",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^13.2.2",
"react-icons": "^4.10.1",
"react-spinners": "^0.13.8",
"viem": "^1.18.1",
"wagmi": "^1.4.5",
"yup": "^1.3.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^13.5.0",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.4.1",
"jest-html-reporter": "^3.7.0",
"react-test-renderer": "^18.2.0",
"sass": "^1.66.1"
}
}