-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.81 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
{
"homepage": "http://flyatmidnight.github.io/testflight",
"name": "testflight",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"predeploy": "npm run build",
"deploy": "npm run start"
},
"dependencies": {
"@near-wallet-selector/bitte-wallet": "^8.10.0",
"@near-wallet-selector/coin98-wallet": "^8.10.0",
"@near-wallet-selector/core": "^8.10.0",
"@near-wallet-selector/ethereum-wallets": "^8.10.0",
"@near-wallet-selector/here-wallet": "^8.10.0",
"@near-wallet-selector/ledger": "^8.10.0",
"@near-wallet-selector/meteor-wallet": "^8.10.0",
"@near-wallet-selector/mintbase-wallet": "^8.10.0",
"@near-wallet-selector/modal-ui": "^8.10.0",
"@near-wallet-selector/my-near-wallet": "^8.10.0",
"@near-wallet-selector/near-mobile-wallet": "^8.10.0",
"@near-wallet-selector/nearfi": "^8.10.0",
"@near-wallet-selector/neth": "^8.10.0",
"@reach/combobox": "^0.18.0",
"@reown/appkit": "^1.6.9",
"@reown/appkit-adapter-wagmi": "^1.6.9",
"@wagmi/connectors": "^5.7.8",
"big.js": "^6.2.2",
"borsh": "^2.0.0",
"lodash": "^4.17.21",
"near-api-js": "^5.0.1",
"next": "14.2.5",
"next-runtime-env": "1.x",
"next-themes": "^0.3.0",
"next-translate": "^2.6.2",
"nextjs-toploader": "^3.7.15",
"react": "^18",
"react-dom": "^18",
"react-toastify": "^11.0.5"
},
"devDependencies": {
"@types/big.js": "^6.2.2",
"@types/gh-pages": "^6",
"@types/node": "^22.13.7",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"autoprefixer": "~10.4",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"gh-pages": "^6.3.0",
"postcss": "~8.4",
"tailwindcss": "~3.3",
"typescript": "~5.2"
}
}