36 lines
841 B
JSON
36 lines
841 B
JSON
{
|
|
"name": "mythic-bastionland",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build --turbopack",
|
|
"start": "next start",
|
|
"lint": "biome check",
|
|
"format": "biome format --write",
|
|
"prepare": "next-ws patch"
|
|
},
|
|
"dependencies": {
|
|
"@auth/prisma-adapter": "^2.11.0",
|
|
"@prisma/client": "^6.17.0",
|
|
"bcryptjs": "^3.0.2",
|
|
"next": "^15.5.4",
|
|
"next-auth": "^4.24.11",
|
|
"next-ws": "^2.1.3",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"ws": "^8.18.3"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.2.0",
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"@types/ws": "^8.18.1",
|
|
"prisma": "^6.17.0",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|