-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.11 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
{
"name": "welcome-near",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "env-cmd -e mainnet -r ./src/network-config.json next dev",
"dev-testnet": "env-cmd -e testnet -r ./src/network-config.json next dev",
"build": "env-cmd -e mainnet -r ./src/network-config.json next build",
"build-testnet": "env-cmd -e testnet -r ./src/network-config.json next build",
"start": "next start",
"lint": "next lint",
"lint-fix": "yarn lint --fix"
},
"dependencies": {
"@headlessui/react": "2.1.1",
"@heroicons/react": "2.1.3",
"@aurora-is-near/ethereum-wallets": "1.0.0-alpha.23",
"@near-wallet-selector/account-export": "8.9.14",
"@near-wallet-selector/core": "8.9.14",
"@near-wallet-selector/here-wallet": "8.9.14",
"@near-wallet-selector/meteor-wallet": "8.9.14",
"@near-wallet-selector/modal-ui": "8.9.14",
"@near-wallet-selector/my-near-wallet": "8.9.14",
"@near-wallet-selector/wallet-connect": "8.9.14",
"@near-wallet-selector/wallet-utils": "8.9.14",
"@ref-finance/ref-sdk": "1.4.5",
"@sentry/nextjs": "8.9.2",
"@supabase/supabase-js": "2.43.4",
"@tanstack/react-query": "5.24.8",
"@web3modal/wagmi": "5.0.6",
"clsx": "2.1.1",
"framer-motion": "11.2.10",
"near-api-js": "4.0.3",
"next": "14.2.3",
"next-nprogress-bar": "2.3.12",
"react": "18.2.0",
"react-copy-to-clipboard": "5.1.0",
"react-dom": "18.2.0",
"react-hook-form": "7.51.5",
"react-qr-code": "2.0.14",
"react-use-measure": "2.1.1",
"rxjs": "7.8.1",
"viem": "2.16.2",
"wagmi": "2.10.9",
"react-cookie": "7.1.4"
},
"devDependencies": {
"@svgr/webpack": "8.1.0",
"@tailwindcss/forms": "0.5.7",
"@types/node": "20",
"@types/react": "18",
"@types/react-copy-to-clipboard": "5.0.7",
"@types/react-dom": "18",
"env-cmd": "10.1.0",
"eslint": "8",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
"postcss": "8",
"prettier": "3.3.0",
"prettier-plugin-tailwindcss": "0.6.1",
"tailwindcss": "3.4.1",
"typescript": "5"
}
}