srx.astro.nix/package.json

49 lines
1.2 KiB
JSON

{
"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",
"@fontsource-variable/literata": "^5.0.20",
"@fontsource-variable/manrope": "^5.0.19",
"@fontsource-variable/martian-mono": "^5.0.12",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"astro": "^4.4.9",
"lucide-react": "^0.344.0",
"lucide-static": "^0.344.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"devDependencies": {
"vite-plugin-svgr": "^4.2.0"
}
}