Files
travel-antarkota/package.json
T
2026-06-18 12:16:27 +07:00

35 lines
773 B
JSON

{
"name": "travel-antarkota",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@prisma/adapter-mariadb": "^7.8.0",
"@prisma/client": "^7.8.0",
"bcryptjs": "^3.0.3",
"jose": "^6.2.3",
"mariadb": "^3.5.3",
"next": "14.2.35",
"nodemailer": "^9.0.1",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.6.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20",
"@types/nodemailer": "^8.0.1",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.35",
"prisma": "^7.8.0",
"typescript": "^5"
}
}