forked from kindfi-org/kindfi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 3.61 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 3.61 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
{
"dependencies": {
"@auth/supabase-adapter": "^1.10.0",
"@creit.tech/stellar-wallets-kit": "^1.9.5",
"@hookform/resolvers": "^3.9.1",
"@packages/lib": "workspace:*",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-form": "^0.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.3",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-progress": "^1.1.2",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.2.2",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.6",
"@radix-ui/react-tooltip": "^1.1.4",
"@react-email/components": "^0.5.1",
"@react-email/tailwind": "^1.2.2",
"@services/supabase": "workspace:*",
"@simplewebauthn/browser": "^13.1.0",
"@simplewebauthn/server": "^13.1.1",
"@stellar/stellar-sdk": "13.1.0",
"@supabase/ssr": "^0.7.0",
"@supabase/supabase-js": "^2.56.0",
"@tiptap/extension-image": "^3.0.9",
"@tiptap/extension-link": "^3.0.9",
"@tiptap/extension-placeholder": "^3.0.9",
"@tiptap/pm": "^3.0.9",
"@tiptap/react": "^3.0.9",
"@tiptap/starter-kit": "^3.0.9",
"@trustless-work/escrow": "^3.0.0",
"@types/web-push": "^3.6.4",
"@upstash/redis": "^1.34.4",
"base64url": "^3.0.1",
"bigint-conversion": "^2.4.3",
"cbor-x": "^1.6.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"embla-carousel-autoplay": "^8.5.2",
"embla-carousel-react": "^8.5.2",
"framer-motion": "^11.17.0",
"get-contrast": "^3.0.0",
"gray-matter": "^4.0.3",
"html-react-parser": "^5.2.6",
"input-otp": "^1.4.2",
"ioredis": "^5.4.2",
"ioredis-mock": "^8.9.0",
"isomorphic-dompurify": "^2.30.1",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"lucide-react": "^0.475.0",
"next": "15.4.6",
"next-auth": "^4.24.11",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.4.4",
"node-fetch": "^2.7.0",
"passkey-kit": "^0.11.3",
"pdfjs-dist": "^4.10.38",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.8",
"react-error-boundary": "^5.0.0",
"react-hook-form": "^7.54.0",
"react-icons": "^5.4.0",
"react-markdown": "^10.1.0",
"react-use": "^17.6.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.14.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"resend": "^6.0.1",
"shiki": "^1.22.0",
"simple-icons": "^14.1.0",
"sonner": "^1.7.1",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.1.0",
"web-push": "^3.6.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@types/bun": "latest",
"@types/jsonwebtoken": "^9.0.10",
"@types/lodash": "^4.17.17",
"@types/node": "^20",
"@types/node-fetch": "^2.6.12",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/uuid": "^10.0.0",
"eslint": "8.57.0",
"eslint-config-next": "15.0.4",
"postcss": "^8",
"shadcn-ui": "^0.9.4",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/eslint-plugin": "7.18.0"
},
"name": "web",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "biome check .",
"start": "next start",
"test": "bun test/**.test.{mjs,ts,js}"
},
"version": "0.1.0"
}