forked from OpenSats/website
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
125 lines (125 loc) · 3.6 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
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
{
"name": "monerofund",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"watch": "npm-watch"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@hookform/resolvers": "^3.6.0",
"@keycloak/keycloak-admin-client": "^24.0.5",
"@marsidev/react-turnstile": "^1.1.0",
"@prisma/client": "^5.15.1",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.1.5",
"@stripe/react-stripe-js": "^2.7.1",
"@stripe/stripe-js": "^3.4.1",
"@t3-oss/env-nextjs": "^0.10.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/react-query": "^5.40.1",
"@trpc/client": "^11.0.0-rc.390",
"@trpc/next": "^11.0.0-rc.390",
"@trpc/react-query": "^11.0.0-rc.390",
"@trpc/server": "^11.0.0-rc.390",
"@types/escape-html": "^1.0.4",
"axios": "^1.7.4",
"base-64": "^1.0.0",
"bullmq": "^5.25.6",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"dayjs": "^1.11.11",
"dotenv": "^16.4.5",
"embla-carousel-react": "^8.5.1",
"escape-html": "^1.0.3",
"exclude": "^1.0.0",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"ioredis": "^5.4.1",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.390.0",
"micro": "^10.0.1",
"micro-cors": "^0.1.1",
"next": "^14.2.3",
"next-auth": "^4.24.7",
"next-themes": "^0.3.0",
"nodemailer": "^6.9.13",
"raw-body": "^2.5.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.5",
"react-modal": "^3.16.1",
"react-social-icons": "^6.18.0",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"remark-rehype": "^11.1.1",
"sanitize-filename": "^1.6.3",
"sharp": "^0.33.4",
"stripe": "^15.9.0",
"superjson": "^2.2.1",
"swr": "^2.2.5",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"typed.js": "^2.1.0",
"watch": "^0.13.0",
"wicg-inert": "^3.1.2",
"xss": "^1.0.15",
"zod": "^3.23.8"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.13",
"@types/base-64": "^1.0.2",
"@types/jsonwebtoken": "^9.0.6",
"@types/memory-cache": "^0.2.6",
"@types/node": "20.14.0",
"@types/nodemailer": "^6.4.15",
"@types/react": "18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-modal": "^3.16.3",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"eslint-config-next": "^14.2.3",
"npm-watch": "^0.13.0",
"postcss": "^8.4.38",
"prettier": "^3.3.3",
"prisma": "^5.15.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.7.2"
},
"watch": {
"build": {
"patterns": [
"components",
"pages",
"public",
"styles"
],
"extensions": "js,jsx,tsx,ts,css,scss,md"
}
}
}