{ "name": "exozine", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.4.1", "@astrojs/mdx": "^2.0.4", "@astrojs/tailwind": "^5.1.0", "astro": "^4.1.2", "autoprefixer": "^10.4.16", "daisyui": "^4.6.0", "date-fns": "^3.2.0", "gray-matter": "^4.0.3", "rss": "^1.2.2", "tailwindcss": "^3.4.1", "typescript": "^5.3.3" }, "devDependencies": { "@types/node": "^20.11.2", "prettier": "^3.2.2" } }