-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
147 lines (147 loc) · 4.4 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"private": true,
"sideEffects": false,
"type": "module",
"imports": {
"#app/*": "./app/*",
"#drizzle/*": "./drizzle/*"
},
"scripts": {
"dev": "node ./server.js",
"dev:email": "email dev --dir ./app/components/emails/",
"build": "run-s build:*",
"build:icons": "tsx ./other/build-icons.ts",
"build:router": "react-router build",
"start": "cross-env NODE_ENV=production node ./server.js",
"typecheck": "react-router typegen && tsc",
"lint": "eslint .",
"format": "prettier --write .",
"db:migrate": "tsx ./drizzle/migrate.ts",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@conform-to/react": "1.2.2",
"@conform-to/zod": "1.2.2",
"@epic-web/cachified": "5.2.0",
"@epic-web/config": "1.16.4",
"@epic-web/remember": "1.1.0",
"@libsql/client": "0.14.0",
"@nasa-gcn/remix-seo": "2.0.1",
"@nichtsam/remix-auth-discord": "3.0.0",
"@nichtsam/remix-auth-email-link": "3.0.0",
"@radix-ui/react-aspect-ratio": "1.1.1",
"@radix-ui/react-avatar": "1.1.2",
"@radix-ui/react-checkbox": "1.1.3",
"@radix-ui/react-dropdown-menu": "2.1.4",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/react-label": "2.1.1",
"@radix-ui/react-navigation-menu": "1.2.3",
"@radix-ui/react-progress": "1.1.1",
"@radix-ui/react-scroll-area": "1.2.2",
"@radix-ui/react-separator": "1.1.1",
"@radix-ui/react-slot": "1.1.1",
"@radix-ui/react-toast": "1.2.4",
"@radix-ui/react-tooltip": "1.1.6",
"@radix-ui/react-visually-hidden": "1.1.1",
"@react-email/components": "0.0.32",
"@react-email/render": "1.0.4",
"@react-router/express": "^7.0.0",
"@react-router/node": "^7.0.0",
"@react-router/remix-config-routes-adapter": "0.0.0-nightly-bf7ecb711-20240911",
"@react-router/remix-routes-option-adapter": "7.1.1",
"@react-router/serve": "^7.0.0",
"@sentry/node": "8.50.0",
"@sentry/profiling-node": "8.47.0",
"@sentry/react": "8.50.0",
"@sentry/remix": "8.47.0",
"@sentry/vite-plugin": "2.22.7",
"@testing-library/dom": "10.4.0",
"@tusbar/cache-control": "1.0.2",
"address": "2.0.3",
"chalk": "5.4.1",
"class-variance-authority": "0.7.1",
"close-with-grace": "2.1.0",
"cloudinary-build-url": "0.2.4",
"clsx": "2.1.1",
"compression": "1.7.5",
"cookie": "1.0.2",
"cross-env": "7.0.3",
"crypto-js": "4.2.0",
"dayjs": "1.11.13",
"dotenv": "16.4.7",
"drizzle-orm": "0.38.3",
"drizzle-zod": "0.6.1",
"express": "4.21.2",
"express-rate-limit": "7.5.0",
"get-port": "7.1.0",
"gray-matter": "4.0.3",
"helmet": "8.0.0",
"isbot": "5.1.19",
"lru-cache": "11.0.2",
"mdx-bundler": "10.0.3",
"morgan": "1.10.0",
"nanoid": "5.0.9",
"p-queue": "8.0.1",
"ramda": "0.30.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "7.1.1",
"reading-time": "1.5.0",
"remix-auth": "4.1.0",
"remix-auth-discord": "1.4.1",
"remix-auth-github": "3.0.2",
"remix-utils": "8.0.0",
"resend": "4.1.1",
"sonner": "1.7.1",
"source-map-support": "0.5.21",
"spin-delay": "2.0.1",
"tailwind-merge": "2.6.0",
"vaul": "1.1.2",
"zod": "3.24.1"
},
"devDependencies": {
"@cld-apis/types": "0.1.6",
"@faker-js/faker": "9.3.0",
"@react-router/dev": "^7.0.0",
"@sly-cli/sly": "1.14.0",
"@tailwindcss/typography": "0.5.15",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@types/compression": "1.7.5",
"@types/express": "5.0.0",
"@types/morgan": "1.9.9",
"@types/node": "22.10.2",
"@types/ramda": "0.30.2",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@types/source-map-support": "0.5.10",
"@vitest/coverage-v8": "2.1.8",
"autoprefixer": "10.4.20",
"drizzle-kit": "0.30.1",
"eslint": "9.17.0",
"jsdom": "25.0.1",
"node-html-parser": "7.0.1",
"npm-run-all": "4.1.5",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "0.6.9",
"react-email": "3.0.6",
"remix-flat-routes": "0.6.5",
"tailwindcss": "3.4.17",
"tailwindcss-animate": "1.0.7",
"tsx": "4.19.2",
"typescript": "5.7.2",
"vite": "5.4.11",
"vite-env-only": "3.0.3",
"vitest": "2.1.8"
},
"engines": {
"node": "20",
"pnpm": "9"
},
"pnpm": {
"patchedDependencies": {
"remix-utils": "patches/remix-utils.patch"
}
}
}