astro_avtourist/frontend/package.json
Web-serfer 0f7a83c9e9 chore: cleanup project
- Remove nodemailer (unused dependency)
- Remove .opencode folder (skills moved to Hermes)
- Remove .genkit folder (cache, not needed)
- Remove AGENTS.md (info moved to skills)
- Remove YANDEX_MAIL_SETUP.md (outdated)
- Add typecheck script to package.json
- Update bun.lockb
2026-05-11 22:56:51 +05:00

35 lines
No EOL
728 B
JSON

{
"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",
"typecheck": "astro check"
},
"dependencies": {
"@astrojs/mdx": "5.0.4",
"@astrojs/node": "10.0.6",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/solid-js": "^6.0.1",
"@tailwindcss/vite": "^4.2.2",
"astro": "6.2.1",
"astro-icon": "^1.1.5",
"marked": "^18.0.0",
"pocketbase": "^0.21.0",
"solid-js": "^1.9.12",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"@astrojs/check": "0.9.9",
"terser": "^5.46.1",
"typescript": "^6.0.2"
}
}