-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.34 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
{
"name": "shard-dog-tga-poc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"browser": {
"fs": false,
"path": false,
"os": false,
"net": false,
"tls": false
},
"dependencies": {
"@near-wallet-selector/core": "^8.5.3",
"@near-wallet-selector/here-wallet": "^8.5.3",
"@near-wallet-selector/math-wallet": "^8.5.3",
"@near-wallet-selector/meteor-wallet": "^8.5.3",
"@near-wallet-selector/modal-ui": "^8.5.3",
"@near-wallet-selector/my-near-wallet": "^8.5.3",
"@near-wallet-selector/near-wallet": "^8.5.3",
"@near-wallet-selector/nearfi": "^8.5.3",
"@near-wallet-selector/nightly": "^8.5.3",
"@near-wallet-selector/sender": "^8.5.3",
"@types/busboy": "^1.5.1",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/uuid": "^9.0.4",
"arseeding-js": "^0.0.23",
"autoprefixer": "10.4.15",
"axios": "^1.5.0",
"busboy": "^1.6.0",
"eth-crypto": "^2.6.0",
"near-api-js": "^2.1.4",
"next": "13.4.19",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"uuid": "^9.0.1",
"viem": "^1.12.2"
}
}