-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.95 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.95 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
{
"name": "discussions-monolith",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite dev",
"start": "react-router-serve ./build/server/index.js",
"preview": "vite preview",
"lint": "eslint . --fix",
"email:dev": "email dev -d app/core/integrations/emails",
"db:generate": "drizzle-kit generate",
"db:migrate": "wrangler d1 migrations apply discussions",
"typegen": "react-router typegen && wrangler types",
"typecheck": "pnpm typegen && tsc --build --noEmit",
"postinstall": "pnpm typegen"
},
"dependencies": {
"@fontsource-variable/inter": "^5.2.6",
"@hookform/resolvers": "^5.2.1",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.15",
"@react-email/components": "^0.0.31",
"@remix-run/file-storage": "^0.10.0",
"arctic": "^3.7.0",
"bcryptjs": "^3.0.3",
"drizzle-orm": "^0.38.4",
"isbot": "^5.1.30",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-hook-form": "^7.62.0",
"react-router": "7.12.0",
"resend": "^6.0.2",
"sonner": "^1.7.4",
"zod": "4.1.5"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.12.1",
"@eslint/js": "^9.34.0",
"@faker-js/faker": "^9.9.0",
"@react-router/dev": "7.11.0",
"@types/node": "^20.19.11",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"autoprefixer": "^10.4.21",
"dotenv": "^16.6.1",
"drizzle-kit": "^0.30.6",
"eslint": "^9.34.0",
"eslint-plugin-perfectionist": "^4.15.0",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^15.15.0",
"postcss": "^8.5.6",
"react-email": "^4.2.8",
"tailwindcss": "^3.4.17",
"tsx": "^4.20.5",
"typescript": "^5.9.2",
"typescript-eslint": "^8.41.0",
"vite": "^7.2.2",
"vite-plugin-devtools-json": "^1.0.0",
"wrangler": "^4.33.1"
}
}