-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 946 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 946 Bytes
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
{
"name": "cinelink:-sinema-bağlantı-oyunu",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "tsx server.ts",
"build": "vite build && esbuild server.ts --bundle --platform=node --format=cjs --packages=external --sourcemap --outfile=dist/server.cjs",
"start": "node dist/server.cjs",
"lint": "tsc --noEmit"
},
"dependencies": {
"@google/genai": "^1.34.0",
"@tailwindcss/vite": "^4.3.1",
"express": "^5.2.1",
"firebase": "^12.15.0",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"@types/express": "^5.0.6",
"@types/jsdom": "^28.0.3",
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"esbuild": "^0.28.1",
"jsdom": "^29.1.1",
"tsx": "^4.22.4",
"typescript": "~5.8.2",
"vite": "^6.2.0"
},
"overrides": {
"protobufjs": ">=7.6.5",
"undici": ">=7.28.1",
"nanoid": ">=3.3.17"
}
}