Files
2026-05-10 22:03:32 +07:00

40 lines
915 B
JSON

{
"name": "tmp_next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"better-sqlite3": "^12.9.0",
"clsx": "^2.1.1",
"lucide-react": "^1.14.0",
"next": "16.2.6",
"node-cron": "^4.2.1",
"nodemailer": "^8.0.7",
"pdfkit": "^0.18.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"tailwind-merge": "^3.5.0",
"zca-js": "^2.1.2",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^20",
"@types/node-cron": "^3.0.11",
"@types/nodemailer": "^8.0.0",
"@types/pdfkit": "^0.17.6",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"tailwindcss": "^4",
"typescript": "^5"
}
}