-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.16 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
{
"name": "its-just-a-wallet",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@circle-fin/user-controlled-wallets": "^3.1.0",
"@circle-fin/w3s-pw-web-sdk": "^1.1.6",
"@headlessui/react": "^1.7.19",
"@interest-protocol/ui-kit": "0.2.26-alpha",
"@noble/hashes": "^1.5.0",
"@phosphor-icons/react": "^2.1.7",
"@react-oauth/google": "^0.12.1",
"@turbo-ing/edge-v0": "^0.2.1",
"@wormhole-foundation/wormhole-connect": "^1.0.0",
"jwt-decode": "^4.0.0",
"next": "14.2.3",
"react": "^18.3.1",
"react-auth-kit": "^3.1.3",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-toastify": "^10.0.5",
"ts-invariant": "^0.10.3",
"usehooks-ts": "^3.1.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/node": "^20.16.11",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3"
}
}