-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.43 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.43 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "rich-swap",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "patch-package"
},
"dependencies": {
"@dfinity/agent": "^2.2.0",
"@dfinity/candid": "^2.2.0",
"@dfinity/principal": "^2.2.0",
"@omnisat/lasereyes-core": "^0.0.84",
"@omnisat/lasereyes-react": "^0.0.79",
"@omnity/ree-client-ts-sdk": "^0.8.0",
"@radix-ui/react-accordion": "^1.2.10",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.5",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slider": "^1.2.2",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-spring/web": "^9.7.5",
"@reduxjs/toolkit": "^2.5.0",
"@scure/base": "^1.2.4",
"@scure/btc-signer": "^1.6.0",
"@tanstack/react-query": "^5.90.2",
"@vercel/analytics": "^1.5.0",
"@vercel/blob": "^0.27.1",
"@vercel/edge-config": "^1.4.0",
"axios": "^1.7.9",
"bitcoinjs-lib": "^7.0.0-rc.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"copy-to-clipboard": "^3.3.3",
"date-fns": "^4.1.0",
"decimal.js": "^10.4.3",
"ecpair": "^3.0.0-rc.0",
"fast-deep-equal": "^3.1.3",
"framer-motion": "^12.0.5",
"geist": "^1.3.1",
"graphql": "^16.10.0",
"graphql-request": "^7.1.2",
"isomorphic-fetch": "^3.0.0",
"jotai": "^2.11.0",
"jotai-tanstack-query": "^0.9.0",
"lucide-react": "^0.545.0",
"moment": "^2.30.1",
"ms": "^2.1.3",
"next": "^16.0.10",
"next-intl": "^4.1.0",
"p-limit": "^6.2.0",
"react": "^19.2.3",
"react-circle": "^1.1.1",
"react-day-picker": "^9.11.0",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0",
"recharts": "2.15.4",
"runelib": "^1.0.7",
"swr": "^2.3.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/isomorphic-fetch": "^0.0.39",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.16",
"patch-package": "^8.0.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}