srx.astro.nix/package.json

49 lines
1.3 KiB
JSON
Raw Normal View History

2022-12-22 23:31:21 +01:00
{
2024-03-03 13:45:20 +01:00
"name": "srx-digital",
2024-02-29 17:00:09 +01:00
"description": "Static website build with Astro and Nix",
2024-03-03 13:45:20 +01:00
"type": "module",
2024-05-17 15:12:57 +02:00
"version": "0.2.1",
"private": true,
"author": "Sebastian Wendel",
"license": "MIT",
2024-02-29 17:00:09 +01:00
"keywords": [
"astro",
"reactjs",
"tailwindcss"
],
"repository": {
2024-04-23 18:56:38 +02:00
"url": "forgejo@code.srx.digital:srx/srx.astro.nix.git",
2024-02-29 17:00:09 +01:00
"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",
2024-03-03 13:45:20 +01:00
"build": "astro check && astro build",
"preview": "astro preview",
2024-03-03 13:45:20 +01:00
"astro": "astro"
2024-02-29 17:00:09 +01:00
},
"dependencies": {
2024-04-23 18:46:19 +02:00
"@astrojs/check": "^0.5.10",
"@astrojs/react": "^3.3.0",
2024-02-29 17:00:09 +01:00
"@astrojs/tailwind": "^5.1.0",
2024-04-23 18:46:19 +02:00
"@fontsource-variable/literata": "^5.0.21",
"@fontsource-variable/manrope": "^5.0.20",
"@fontsource-variable/martian-mono": "^5.0.13",
"@tailwindcss/forms": "^0.5.7",
2024-04-23 18:46:19 +02:00
"@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",
2024-03-10 12:32:52 +01:00
"react-dom": "^18.2.0",
2024-04-23 18:46:19 +02:00
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.10",
2024-03-04 18:00:44 +01:00
"vite-plugin-svgr": "^4.2.0"
}
2024-04-23 18:56:38 +02:00
}