{ "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": "astro dev", "start": "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", "@types/react": "^18.2.61", "@types/react-dom": "^18.2.19", "astro": "^4.4.9", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwindcss": "^3.4.1", "typescript": "^5.3.3" } }