{ "name": "srx-digital", "description": "Static website build with Astro and Nix", "type": "module", "version": "0.0.1", "author": "Sebastian Wendel", "license": "MIT", "keywords": [ "astro", "reactjs", "tailwindcss" ], "private": true, "repository": { "url": "gitea@https://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.6", "@astrojs/react": "^3.0.10", "@astrojs/tailwind": "^5.1.0", "@fontsource-variable/literata": "^5.0.20", "@fontsource-variable/manrope": "^5.0.19", "@fontsource-variable/martian-mono": "^5.0.12", "@tailwindcss/forms": "^0.5.7", "@tailwindcss/typography": "^0.5.10", "@types/react": "^18.2.64", "@types/react-dom": "^18.2.21", "astro": "^4.4.15", "lucide-react": "^0.354.0", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwindcss": "^3.4.1", "typescript": "^5.4.2", "vite": "^5.1.5", "vite-plugin-svgr": "^4.2.0" } }