{ "name": "srx-digital", "description": "Static website build with Astro and Nix", "type": "module", "version": "0.2.1", "private": true, "author": "Sebastian Wendel", "license": "MIT", "keywords": [ "astro", "reactjs", "tailwindcss" ], "repository": { "url": "forgejo@code.srx.digital:srx/srx.astro.nix.git", "type": "git" }, "bugs": { "url": "https://code.srx.digital/srx/srx.astro.nix/issues" }, "scripts": { "dev": "TAILWIND_MODE=watch astro dev", "start": "TAILWIND_MODE=watch astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.5.10", "@astrojs/react": "^3.3.0", "@astrojs/tailwind": "^5.1.0", "@fontsource-variable/literata": "^5.0.21", "@fontsource-variable/manrope": "^5.0.20", "@fontsource-variable/martian-mono": "^5.0.13", "@tailwindcss/forms": "^0.5.7", "@tailwindcss/typography": "^0.5.12", "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25", "astro": "^4.6.3", "lucide-react": "^0.372.0", "lucide-static": "^0.372.0", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwindcss": "^3.4.3", "typescript": "^5.4.5", "vite": "^5.2.10", "vite-plugin-svgr": "^4.2.0" } }