-
Notifications
You must be signed in to change notification settings - Fork 88
Expand file tree
/
Copy pathpackage.json
More file actions
185 lines (185 loc) · 6.03 KB
/
package.json
File metadata and controls
185 lines (185 loc) · 6.03 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
{
"name": "Boundless Frontend v1",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:webpack": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"type-check": "tsc --noEmit",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint:fix": "eslint --fix .",
"prepare": "[ -z \"$CI\" ] && [ -z \"$VERCEL\" ] && husky || true",
"postinstall": "[ \"$VERCEL\" = \"1\" ] && npm rebuild lightningcss || true"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"*.{json,css,md,yml,yaml}": [
"prettier --write"
]
},
"dependencies": {
"@countrystatecity/countries": "^1.0.4",
"@didit-protocol/sdk-web": "^0.1.8",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@gsap/react": "^2.1.2",
"@hookform/resolvers": "^5.2.0",
"@lottiefiles/dotlottie-react": "^0.17.5",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-alert-dialog": "^1.1.14",
"@radix-ui/react-aspect-ratio": "^1.1.7",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.11",
"@radix-ui/react-context-menu": "^2.2.15",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-direction": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.14",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-menubar": "^1.1.15",
"@radix-ui/react-navigation-menu": "^1.2.13",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-radio-group": "^1.3.7",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-three/drei": "^10.7.6",
"@react-three/fiber": "^9.3.0",
"@sentry/nextjs": "^10.42.0",
"@stellar/freighter-api": "^4.1.0",
"@stellar/stellar-sdk": "^13.3.0",
"@tabler/icons-react": "^3.36.1",
"@tailwindcss/postcss": "^4",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "^5.90.21",
"@tanstack/react-query-devtools": "^5.91.3",
"@tanstack/react-table": "^8.21.3",
"@tiptap/core": "^3.7.2",
"@tiptap/extension-blockquote": "^3.7.2",
"@tiptap/extension-bold": "^3.7.2",
"@tiptap/extension-bullet-list": "^3.7.2",
"@tiptap/extension-code": "^3.7.2",
"@tiptap/extension-code-block": "^3.7.2",
"@tiptap/extension-document": "^3.7.2",
"@tiptap/extension-dropcursor": "^3.7.2",
"@tiptap/extension-gapcursor": "^3.7.2",
"@tiptap/extension-hard-break": "^3.7.2",
"@tiptap/extension-heading": "^3.7.2",
"@tiptap/extension-history": "^3.7.2",
"@tiptap/extension-horizontal-rule": "^3.7.2",
"@tiptap/extension-italic": "^3.7.2",
"@tiptap/extension-list-item": "^3.7.2",
"@tiptap/extension-ordered-list": "^3.7.2",
"@tiptap/extension-paragraph": "^3.7.2",
"@tiptap/extension-strike": "^3.7.2",
"@tiptap/extension-text": "^3.7.2",
"@tiptap/extension-underline": "^3.7.2",
"@tiptap/pm": "^3.7.2",
"@tiptap/react": "^3.7.2",
"@tiptap/starter-kit": "^3.7.2",
"@trustless-work/escrow": "^3.0.2",
"@types/js-cookie": "^3.0.6",
"@types/lodash.debounce": "^4.0.9",
"@types/marked": "^5.0.2",
"@types/react-dropzone": "^4.2.2",
"@uiw/react-md-editor": "^4.0.8",
"@vercel/analytics": "^1.5.0",
"axios": "^1.12.0",
"better-auth": "^1.3.34",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"dompurify": "^3.3.0",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"gray-matter": "^4.0.3",
"gsap": "^3.13.0",
"input-otp": "^1.4.2",
"js-cookie": "^3.0.5",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.525.0",
"marked": "^16.3.0",
"media-chrome": "^4.17.2",
"mermaid": "^11.12.3",
"motion": "^12.35.2",
"next": "^16.1.1",
"next-auth": "^5.0.0-beta.29",
"next-mdx-remote": "^6.0.0",
"next-themes": "^0.4.6",
"nextjs-toploader": "^3.9.17",
"p-limit": "^7.3.0",
"qrcode.react": "^4.2.0",
"radix-ui": "^1.4.3",
"react": "19.2.1",
"react-day-picker": "^9.11.1",
"react-dom": "19.2.1",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.62.0",
"react-notification-core": "^1.0.5",
"react-resizable-panels": "^3.0.3",
"recharts": "^2.15.4",
"rehype-prism-plus": "^2.0.2",
"remark-gfm": "^4.0.1",
"socket.io-client": "^4.8.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"three": "^0.180.0",
"turndown": "^7.2.2",
"tw-animate-css": "^1.3.6",
"uuid": "^13.0.0",
"vaul": "^1.1.2",
"zod": "^4.3.5",
"zustand": "^5.0.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/p-limit": "^2.1.0",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@types/turndown": "^5.0.6",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.38.0",
"@typescript-eslint/parser": "^8.38.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"husky": "^9.1.7",
"lint-staged": "^16.1.2",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^4",
"typescript": "5.9.2"
},
"optionalDependencies": {
"usb": "*"
},
"overrides": {
"react": "19.2.1",
"react-dom": "19.2.1",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}