-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
62 lines (62 loc) · 1.72 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
{
"name": "hello-near",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=18"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@near-js/client": "^0.0.2",
"@near-js/providers": "^1.0.0",
"@near-wallet-selector/bitte-wallet": "^8.9.13",
"@near-wallet-selector/core": "^8.9.13",
"@near-wallet-selector/ethereum-wallets": "^8.9.13",
"@near-wallet-selector/here-wallet": "^8.9.13",
"@near-wallet-selector/ledger": "^8.9.13",
"@near-wallet-selector/meteor-wallet": "^8.9.13",
"@near-wallet-selector/modal-ui": "^8.9.13",
"@near-wallet-selector/my-near-wallet": "^8.9.13",
"@near-wallet-selector/sender": "^8.9.13",
"@web3modal/wagmi": "^5.1.10",
"big.js": "^6.2.2",
"bootstrap": "^5",
"bootstrap-icons": "^1.11.3",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.469.0",
"near-api-js": "^4.0.3",
"next": "14.2.13",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.54.2",
"react-hot-toast": "^2.5.1",
"react-icons": "^5.4.0",
"react-lazy-load-image-component": "^1.6.3",
"react-select": "^5.9.0",
"react-twitter-embed": "^4.0.4",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"wagmi": "^2.12.16"
},
"overrides": {
"@near-wallet-selector/ethereum-wallets": {
"near-api-js": "4.0.3"
}
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"encoding": "^0.1.13",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"pino-pretty": "^11.2.2",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17"
}
}