This commit is contained in:
NotII
2025-03-10 17:39:37 +00:00
parent c08df8919d
commit 20d5559832
69 changed files with 7676 additions and 78 deletions

View File

@@ -2,10 +2,16 @@
"name": "my-v0-project",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"dev:custom": "node server.js",
"dev:tor": "NODE_ENV=production node -r dotenv/config server.js dotenv_config_path=.env.tor",
"build": "next build",
"start": "next start",
"start:custom": "NODE_ENV=production node server.js",
"start:tor": "NODE_ENV=production node -r dotenv/config server.js dotenv_config_path=.env.tor",
"setup-backend": "node setup-backend.js",
"lint": "next lint"
},
"dependencies": {
@@ -39,17 +45,28 @@
"@radix-ui/react-tooltip": "^1.1.6",
"autoprefixer": "^10.4.20",
"axios": "^1.8.1",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.4",
"cors": "^2.8.5",
"date-fns": "4.1.0",
"dotenv": "^16.4.7",
"embla-carousel-react": "8.5.1",
"express": "^4.21.2",
"form-data": "^4.0.2",
"input-otp": "1.4.1",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"ky": "^1.7.5",
"lucide-react": "^0.454.0",
"mongoose": "^8.9.6",
"mongoose-sequence": "^6.0.1",
"multer": "^1.4.5-lts.1",
"next": "14.2.16",
"next-themes": "latest",
"openpgp": "^6.1.0",
"react": "^18",
"react-day-picker": "8.10.1",
"react-dom": "^18",
@@ -57,9 +74,11 @@
"react-markdown": "^10.0.0",
"react-resizable-panels": "^2.1.7",
"recharts": "2.15.0",
"sharp": "^0.33.5",
"sonner": "^1.7.4",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.5",
"vaul": "^0.9.6",
"zod": "^3.24.1"
},