-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.47 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
{
"name": "the-witcher-encyclopedia",
"private": true,
"type": "module",
"engines": {
"node": ">=24"
},
"scripts": {
"build": "prisma generate && react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@base-ui/react": "^1.6.0",
"@fontsource-variable/noto-sans": "^5.2.10",
"@fontsource-variable/playfair-display": "^5.2.8",
"@prisma/adapter-libsql": "^7.8.0",
"@prisma/adapter-neon": "^7.9.0",
"@prisma/client": "^7.9.0",
"@react-router/node": "8.0.0",
"@react-router/serve": "8.0.0",
"bcryptjs": "^3.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"isbot": "^5.1.36",
"lucide-react": "^1.24.0",
"next-themes": "^0.4.6",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-router": "8.0.0",
"shadcn": "^4.13.0",
"sonner": "^2.0.7",
"superstruct": "^2.0.2",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.47.0",
"@react-router/dev": "8.0.0",
"@tailwindcss/vite": "^4.2.2",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^22",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"dotenv": "^17.4.2",
"prisma": "^7.9.0",
"tailwindcss": "^4.2.2",
"tsx": "^4.23.1",
"typescript": "^5.9.3",
"vite": "^8.0.3",
"wrangler": "^4.114.0"
}
}