Files
chronus/package.json
Atridad Lahiji 76d3e0cd41
All checks were successful
Docker Deploy / build-and-push (push) Successful in 6m9s
Deps + Bun
2026-03-03 13:30:43 -07:00

42 lines
1.0 KiB
JSON

{
"name": "chronus",
"type": "module",
"version": "2.5.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"migrate": "node scripts/migrate.js"
},
"dependencies": {
"@astrojs/check": "0.9.6",
"@astrojs/node": "9.5.4",
"@astrojs/vue": "5.1.4",
"@ceereals/vue-pdf": "^0.2.1",
"@libsql/client": "^0.17.0",
"@simplewebauthn/browser": "^13.2.2",
"@simplewebauthn/server": "^13.2.3",
"@tailwindcss/vite": "^4.2.1",
"astro": "5.18.0",
"bcryptjs": "^3.0.3",
"chart.js": "^4.5.1",
"daisyui": "^5.5.19",
"dotenv": "^17.3.1",
"drizzle-orm": "0.45.1",
"jsonwebtoken": "^9.0.3",
"nanoid": "^5.1.6",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3",
"vue": "^3.5.29",
"vue-chartjs": "^5.3.3"
},
"devDependencies": {
"@react-pdf/types": "^2.9.2",
"@types/jsonwebtoken": "^9.0.10",
"drizzle-kit": "0.31.9"
}
}