astro_avtourist/frontend/package.json

32 lines
701 B
JSON
Raw Normal View History

2026-03-31 22:53:39 +05:00
{
"name": "frontend",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^5.0.3",
2026-04-15 22:13:55 +05:00
"nodemailer": "^6.9.14",
"@astrojs/node": "^10.0.4",
"@astrojs/sitemap": "^3.7.2",
2026-03-31 22:53:39 +05:00
"@tailwindcss/vite": "^4.2.2",
"astro": "^6.0.8",
2026-04-11 21:38:18 +05:00
"astro-icon": "^1.1.5",
"marked": "^18.0.0",
"pocketbase": "^0.21.0",
2026-03-31 22:53:39 +05:00
"tailwindcss": "^4.2.2"
2026-04-06 21:44:47 +05:00
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
2026-04-15 22:13:55 +05:00
"@types/nodemailer": "^6.4.16",
2026-04-15 23:23:23 +05:00
"terser": "^5.46.1",
2026-04-06 21:44:47 +05:00
"typescript": "^6.0.2"
2026-03-31 22:53:39 +05:00
}
}