Files
config-vault/package.json
T
2026-08-26 14:21:53 +03:00

35 lines
759 B
JSON

{
"name": "configvault",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"clsx": "^2.1.1",
"lucide-react": "^0.378.0",
"nanoid": "^5.0.7",
"next": "^16.3.3",
"next-auth": "^4.24.7",
"postgres": "^3.4.4",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"tailwind-merge": "^2.3.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.5",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}