astro_avtourist/frontend/package.json

35 lines
728 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",
"typecheck": "astro check"
2026-03-31 22:53:39 +05:00
},
"dependencies": {
"@astrojs/mdx": "5.0.4",
"@astrojs/node": "10.0.6",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/solid-js": "^6.0.1",
2026-03-31 22:53:39 +05:00
"@tailwindcss/vite": "^4.2.2",
"astro": "6.2.1",
2026-04-11 21:38:18 +05:00
"astro-icon": "^1.1.5",
"marked": "^18.0.0",
"pocketbase": "^0.21.0",
"solid-js": "^1.9.12",
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.9",
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
}
}