-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.27 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
{
"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/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",
"@octokit/rest": "^21.0.2",
"@web3modal/wagmi": "^5.1.10",
"bootstrap": "^5",
"bootstrap-icons": "^1.11.3",
"install": "^0.13.0",
"lodash": "^4.17.21",
"marked": "^14.1.2",
"near-api-js": "^5.0.1",
"next": "14.2.13",
"octokit": "^4.0.2",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"wagmi": "^2.12.16"
},
"devDependencies": {
"@types/node": "^22.7.4",
"encoding": "^0.1.13",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.13",
"pino-pretty": "^11.2.2"
}
}