49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "altbin.dev",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@lordicon/react": "^1.11.0",
|
|
"@monaco-editor/react": "^4.7.0",
|
|
"@prisma/client": "^6.14.0",
|
|
"@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",
|
|
"prisma": "^6.14.0",
|
|
"prismjs": "^1.30.0",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-hot-toast": "^2.6.0",
|
|
"react-icons": "^5.5.0",
|
|
"shiki": "^3.9.2",
|
|
"tailwindcss": "^4.1.11"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@types/node": "^20",
|
|
"@types/prismjs": "^1.26.5",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.4.6",
|
|
"typescript": "^5"
|
|
}
|
|
}
|