cleanup: Remove old mock server-related files and Drizzle ORM configuration

This commit is contained in:
Yiannis Christodoulou
2025-06-04 15:25:09 +03:00
parent 039e593e8e
commit 11d57a1215
12 changed files with 423 additions and 1139 deletions

View File

@@ -4,20 +4,14 @@
"type": "module",
"license": "MIT",
"scripts": {
"dev": "tsx server/index.ts",
"dev:frontend": "vite",
"build": "vite build && esbuild server/index.ts --platform=node --packages=external --bundle --format=esm --outdir=dist",
"dev": "vite",
"start": "NODE_ENV=production node dist/index.js",
"check": "tsc",
"db:push": "drizzle-kit push",
"build:django": "vite build --config vite.video-editor.config.ts --outDir ../../../static/video_editor"
},
"dependencies": {
"@neondatabase/serverless": "^0.10.4",
"@tanstack/react-query": "^5.74.4",
"clsx": "^2.1.1",
"drizzle-orm": "^0.39.1",
"drizzle-zod": "^0.7.0",
"express": "^4.21.2",
"express-session": "^1.18.1",
"react": "^18.3.1",
@@ -39,7 +33,6 @@
"@types/ws": "^8.5.13",
"@vitejs/plugin-react": "^4.4.1",
"autoprefixer": "^10.4.20",
"drizzle-kit": "^0.30.6",
"esbuild": "^0.25.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.17",