-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.62 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.62 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
{
"name": "gamblecodez-platform",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "node ./server/index.js"
},
"dependencies": {
"express": "^4.21.2",
"express-session": "^1.18.1",
"connect-pg-simple": "^10.0.0",
"@neondatabase/serverless": "^0.10.4",
"drizzle-orm": "^0.39.1",
"drizzle-zod": "^0.7.0",
"zod": "^3.24.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.6.0",
"clsx": "^2.1.1",
"lucide-react": "^0.453.0",
"framer-motion": "^11.13.1",
"@tanstack/react-query": "^5.60.5",
"@hookform/resolvers": "^3.10.0",
"react-hook-form": "^7.55.0",
"react-icons": "^5.4.0",
"react-day-picker": "^8.10.1",
"react-resizable-panels": "^2.1.7",
"recharts": "^2.15.2",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"openid-client": "^6.6.1",
"bcrypt": "^6.0.0",
"memoizee": "^0.4.17",
"memorystore": "^1.6.7",
"wouter": "^3.3.5",
"ws": "^8.18.0"
},
"devDependencies": {
"vite": "^5.4.19",
"@vitejs/plugin-react": "^4.3.2",
"typescript": "^5.6.3",
"tailwindcss": "^3.4.17",
"postcss": "^8.4.47",
"autoprefixer": "^10.4.20",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20.16.11",
"@types/express": "^4.17.21",
"@types/express-session": "^1.18.0",
"@types/passport": "^1.0.16",
"@types/passport-local": "^1.0.38",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/ws": "^8.5.13",
"tsx": "^4.19.1",
"drizzle-kit": "^0.30.4"
},
"license": "MIT"
}