-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
140 lines (140 loc) · 4.2 KB
/
package.json
File metadata and controls
140 lines (140 loc) · 4.2 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
{
"name": "monerofund",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"watch": "npm-watch",
"sentry:sourcemaps": "npx @sentry/cli sourcemaps inject --org \"$SENTRY_ORG\" --project \"$SENTRY_PROJECT\" ./out && npx @sentry/cli sourcemaps upload --org \"$SENTRY_ORG\" --project \"$SENTRY_PROJECT\" ./out"
},
"dependencies": {
"@coinbase/cdp-sdk": "^1.45.0",
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-brands-svg-icons": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@fortawesome/react-fontawesome": "^3.2.0",
"@hookform/resolvers": "^5.2.2",
"@keycloak/keycloak-admin-client": "^26.5.5",
"@marsidev/react-turnstile": "^1.4.2",
"@noble/ed25519": "^3.0.1",
"@prisma/adapter-pg": "^7.6.0",
"@prisma/client": "^7.6.0",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "1.2.4",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-tooltip": "1.2.8",
"@sentry/cli": "^3.3.3",
"@sentry/nextjs": "^10.44.0",
"@stripe/react-stripe-js": "^5.6.1",
"@stripe/stripe-js": "^8.10.0",
"@t3-oss/env-nextjs": "^0.13.10",
"@tailwindcss/forms": "^0.5.11",
"@tanstack/react-query": "^5.90.21",
"@trpc/client": "^11.13.4",
"@trpc/next": "^11.13.4",
"@trpc/react-query": "^11.13.4",
"@trpc/server": "^11.13.4",
"@types/escape-html": "^1.0.4",
"axios": "^1.13.6",
"base-64": "^1.0.0",
"bullmq": "^5.71.0",
"class-variance-authority": "^0.7.1",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "4.1.0",
"dayjs": "^1.11.20",
"dotenv": "^17.3.1",
"embla-carousel-react": "^8.6.0",
"escape-html": "^1.0.3",
"exclude": "^1.0.0",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"ioredis": "^5.10.0",
"jsonwebtoken": "^9.0.3",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.577.0",
"micro": "^10.0.1",
"micro-cors": "^0.1.1",
"next": "^16.1.7",
"next-auth": "^4.24.13",
"next-themes": "^0.4.6",
"nodemailer": "^7.0.7",
"prisma": "^7.6.0",
"radix-ui": "1.4.3",
"raw-body": "^3.0.2",
"react": "^19.2.4",
"react-day-picker": "9.14.0",
"react-dom": "^19.2.4",
"react-hook-form": "^7.71.2",
"react-modal": "^3.16.3",
"react-social-icons": "^6.25.0",
"recharts": "3.8.1",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-html": "^16.0.1",
"remark-rehype": "^11.1.2",
"sanitize-filename": "^1.6.3",
"sharp": "^0.34.5",
"stripe": "^20.4.1",
"superjson": "^2.2.6",
"swr": "^2.4.1",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "1.4.0",
"typed.js": "^3.0.0",
"watch": "^0.13.0",
"wicg-inert": "^3.1.3",
"xss": "^1.0.15",
"zod": "^4.3.6"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tailwindcss/postcss": "^4.2.2",
"@tailwindcss/typography": "^0.5.19",
"@types/base-64": "^1.0.2",
"@types/jsonwebtoken": "^9.0.10",
"@types/memory-cache": "^0.2.6",
"@types/node": "24.12.0",
"@types/nodemailer": "^7.0.11",
"@types/react": "19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react-modal": "^3.16.3",
"autoprefixer": "^10.4.27",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.1",
"eslint-plugin-import": "^2.32.0",
"npm-watch": "^0.13.0",
"prettier": "^3.8.1",
"tailwindcss": "^4.2.2",
"typescript": "5.9.3"
},
"watch": {
"build": {
"patterns": [
"components",
"pages",
"public",
"styles"
],
"extensions": "js,jsx,tsx,ts,css,scss,md"
}
},
"overrides": {
"eslint-plugin-import": "$eslint-plugin-import"
}
}