Files

53 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2025-08-13 17:09:12 +02:00
{
"name": "altbin.dev",
2025-08-20 19:46:15 +02:00
"description": "Easily share text and code snippets with AltBin. A sleek and secure pastebin for developers.",
2025-08-20 18:04:21 +02:00
"version": "1.0.0",
2025-08-20 19:46:15 +02:00
"author": "UltraLion <ultralionfr@gmail.com> (https://ultralion.xyz)",
2025-08-13 17:09:12 +02:00
"private": true,
2025-08-20 18:07:15 +02:00
"packageManager": "pnpm@10.8.1",
2025-08-13 17:09:12 +02:00
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2025-08-20 18:45:43 +02:00
"@auth/prisma-adapter": "^2.10.0",
2025-08-20 14:14:33 +02:00
"@lordicon/react": "^1.11.0",
"@monaco-editor/react": "^4.7.0",
2025-08-20 18:50:40 +02:00
"@prisma/client": "^5.15.0",
2025-08-20 14:14:33 +02:00
"@radix-ui/react-dialog": "^1.1.15",
"@tailwindcss/postcss": "^4.1.11",
"bcryptjs": "^3.0.2",
"date-fns": "^4.1.0",
"framer-motion": "^12.23.12",
"highlight.js": "^11.11.1",
"lottie-web": "^5.13.0",
"lucide-react": "^0.539.0",
"nanoid": "^5.1.5",
"next": "15.4.6",
"next-auth": "^4.24.11",
"next-themes": "^0.4.6",
"postcss": "^8.5.6",
"prism-react-renderer": "^2.4.1",
2025-08-20 18:50:40 +02:00
"prisma": "^5.15.0",
2025-08-20 14:14:33 +02:00
"prismjs": "^1.30.0",
2025-08-13 17:09:12 +02:00
"react": "19.1.0",
"react-dom": "19.1.0",
2025-08-20 14:14:33 +02:00
"react-hot-toast": "^2.6.0",
"react-icons": "^5.5.0",
"shiki": "^3.9.2",
"tailwindcss": "^4.1.11"
2025-08-13 17:09:12 +02:00
},
"devDependencies": {
2025-08-20 14:14:33 +02:00
"@eslint/eslintrc": "^3",
2025-08-13 17:09:12 +02:00
"@types/node": "^20",
2025-08-20 14:14:33 +02:00
"@types/prismjs": "^1.26.5",
2025-08-13 17:09:12 +02:00
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.4.6",
2025-08-20 14:14:33 +02:00
"typescript": "^5"
2025-08-13 17:09:12 +02:00
}
}