Files
Daniel Krähenbühl 4f304b8ed4
Deploy to Azure Static Web Apps / build_and_deploy (push) Waiting to run
Deploy to Azure Static Web Apps / close_pull_request (push) Waiting to run
First Release v1.0.0
2026-06-16 21:52:55 +02:00

94 lines
2.4 KiB
JSON

{
"name": "astro-rocket",
"version": "1.0.0",
"description": "Astro Rocket — A production-ready Astro 6 theme built on Tailwind CSS v4",
"type": "module",
"author": "Hans Martens",
"license": "MIT",
"keywords": [
"astro",
"astro-theme",
"theme",
"tailwind",
"tailwindcss",
"typescript",
"blog",
"starter",
"boilerplate",
"seo"
],
"repository": {
"type": "git",
"url": "https://github.com/hansmartens68/astro-rocket"
},
"homepage": "https://github.com/hansmartens68/astro-rocket#readme",
"bugs": {
"url": "https://github.com/hansmartens68/astro-rocket/issues"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"validate": "pnpm lint && pnpm check && pnpm build",
"test": "vitest",
"test:e2e": "playwright test"
},
"dependencies": {
"@astrojs/mdx": "5.0.0",
"@astrojs/react": "5.0.0",
"@astrojs/sitemap": "^3.7.1",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@fontsource-variable/manrope": "^5.2.8",
"@fontsource-variable/outfit": "^5.2.8",
"@iconify-json/lucide": "^1.2.98",
"@iconify-json/simple-icons": "^1.2.74",
"@iconify/react": "^6.0.2",
"astro": "6.0.0",
"astro-icon": "^1.1.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.563.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"resend": "^6.9.3",
"schema-dts": "^1.1.2",
"tailwind-merge": "^2.6.0"
},
"devDependencies": {
"@astrojs/check": "0.9.7",
"@eslint/js": "^9.17.0",
"@pagefind/default-ui": "^1.3.0",
"@playwright/test": "^1.49.0",
"@tailwindcss/vite": "^4.0.0",
"@types/node": "^22.10.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint": "^9.17.0",
"eslint-plugin-astro": "^1.3.0",
"globals": "^15.14.0",
"pagefind": "^1.3.0",
"prettier": "^3.4.0",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.0",
"typescript-eslint": "^8.18.0",
"vitest": "^3.2.0",
"zod": "^4.0.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"sharp"
]
},
"engines": {
"node": ">=22.12.0"
}
}