-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.95 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
{
"name": "wouterds.com",
"private": true,
"type": "module",
"scripts": {
"start": "react-router-serve ./build/server/index.js",
"start:sentry": "NODE_OPTIONS='--import ./instrument.server.mjs' react-router-serve ./build/server/index.js",
"build": "react-router build",
"dev": "react-router dev",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"typecheck": "react-router typegen && tsc",
"test": "jest --coverage",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"codegen": "graphql-codegen"
},
"dependencies": {
"@hookform/resolvers": "^4.0.0",
"@icons-pack/react-simple-icons": "^11.2.0",
"@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-hover-card": "^1.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.8",
"@react-router/node": "^7.1.5",
"@react-router/serve": "^7.1.5",
"@redis/client": "^1.6.0",
"@sentry/node": "^9.0.0",
"@sentry/profiling-node": "^9.0.0",
"@sentry/react": "^9.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"country-code-lookup": "^0.1.3",
"date-fns": "^4.1.0",
"datocms-structured-text-to-html-string": "^4.0.2",
"datocms-structured-text-to-plain-text": "^4.0.2",
"datocms-structured-text-utils": "^4.0.1",
"dotenv": "^16.4.7",
"drizzle-orm": "^0.39.3",
"feed": "^4.2.2",
"graphql": "^16.10.0",
"http-status-codes": "^2.3.0",
"isbot": "^5.1.22",
"lucide-react": "^0.475.0",
"mysql2": "^3.12.0",
"picocolors": "^1.1.1",
"react": "^19.0.0",
"react-datocms": "^7.1.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-router": "^7.1.1",
"recharts": "^2.15.1",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.1"
},
"devDependencies": {
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@faker-js/faker": "^9.4.0",
"@graphql-codegen/cli": "^5.0.4",
"@react-router/dev": "^7.1.5",
"@sentry/vite-plugin": "^3.1.2",
"@tailwindcss/typography": "^0.5.16",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.12",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"autoprefixer": "^10.4.20",
"drizzle-kit": "^0.30.4",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"jest": "^29.7.0",
"lefthook": "^1.10.10",
"postcss": "^8.5.2",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2",
"vite": "^6.1.0",
"vite-tsconfig-paths": "^5.1.4"
}
}