Files

39 lines
888 B
JSON
Raw Permalink Normal View History

2026-04-29 19:06:38 +08:00
{
"name": "nextapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
2026-05-06 17:22:50 +08:00
"lint": "next lint"
2026-04-29 19:06:38 +08:00
},
"dependencies": {
2026-05-06 17:22:50 +08:00
"@prisma/client": "^6.19.3",
"@tailwindcss/typography": "^0.5.19",
"@types/bcryptjs": "^2.4.6",
"bcryptjs": "^3.0.3",
"next": "15.2.4",
"next-auth": "^4.24.14",
"prisma": "^6.19.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1"
2026-04-29 19:06:38 +08:00
},
"prisma": {
"seed": "tsx prisma/seed.ts"
},
2026-04-29 19:06:38 +08:00
"devDependencies": {
2026-05-06 17:22:50 +08:00
"@tailwindcss/postcss": "^4.0.0",
"@types/node": "^22.13.1",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"eslint": "^9.20.0",
"eslint-config-next": "15.2.4",
"tailwindcss": "^4.0.0",
"tsx": "^4.21.0",
"typescript": "^5.8.2"
2026-04-29 19:06:38 +08:00
}
}