-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.04 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.04 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
{
"name": "app",
"private": true,
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"start": "node server.js",
"migrate": "drizzle-kit migrate --config drizzle.config.ts",
"build": "react-router build"
},
"dependencies": {
"@fontsource/lora": "^5.2.8",
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@react-router/express": "7.12.0",
"@react-router/node": "7.12.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"compression": "^1.8.1",
"cookie-parser": "^1.4.7",
"drizzle-kit": "~0.31.8",
"drizzle-orm": "~0.45.1",
"express": "^5.2.1",
"helmet": "^8.1.0",
"i18next": "^25.7.4",
"isbot": "^5.1.32",
"lucide-react": "^0.577.0",
"morgan": "^1.10.1",
"postgres": "^3.4.8",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-hook-form": "^7.71.2",
"react-i18next": "^16.5.3",
"react-router": "7.12.0",
"tailwind-merge": "^3.5.0",
"zod": "^4.3.5"
},
"devDependencies": {
"@playwright/test": "^1.57.0",
"@react-router/dev": "7.12.0",
"@storybook/react": "^10.1.11",
"@storybook/react-vite": "^10.1.11",
"@tailwindcss/vite": "^4.1.18",
"@types/compression": "^1.8.1",
"@types/cookie-parser": "^1.4.10",
"@types/dom-speech-recognition": "^0.0.7",
"@types/express": "^5.0.6",
"@types/express-serve-static-core": "^5.1.1",
"@types/morgan": "^1.9.10",
"@types/node": "^25.0.8",
"@types/pg": "^8.16.0",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@types/supertest": "^6.0.3",
"content-security-policy-parser": "^0.6.0",
"storybook": "^10.1.11",
"supertest": "^7.2.2",
"tailwindcss": "^4.1.18",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"typescript-language-server": "^5.1.3",
"vite": "^6.4.1",
"vite-tsconfig-paths": "^6.0.4",
"vitest": "^4.0.17"
},
"pnpm": {
"patchedDependencies": {
"@react-router/dev": "patches/@react-router__dev.patch"
}
}
}