diff options
author | Linnea Gräf <nea@nea.moe> | 2024-11-17 04:21:10 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-11-17 04:27:36 +0100 |
commit | 9f7cb2c0265d1c3adcf58652a43355dbc7f73378 (patch) | |
tree | 036429d1d1111f125d77e8fb152b13f54c6e46a0 /web/package.json | |
parent | 430ef35386e79386f84665f6bd8d54c31e45e018 (diff) | |
download | Firmament-9f7cb2c0265d1c3adcf58652a43355dbc7f73378.tar.gz Firmament-9f7cb2c0265d1c3adcf58652a43355dbc7f73378.tar.bz2 Firmament-9f7cb2c0265d1c3adcf58652a43355dbc7f73378.zip |
chore: Add website auto build using github pages
Diffstat (limited to 'web/package.json')
-rw-r--r-- | web/package.json | 36 |
1 files changed, 19 insertions, 17 deletions
diff --git a/web/package.json b/web/package.json index bcad1c7..0cf9347 100644 --- a/web/package.json +++ b/web/package.json @@ -1,19 +1,21 @@ { - "name": "", - "type": "module", - "version": "0.0.1", - "scripts": { - "dev": "astro dev", - "start": "astro dev", - "build": "astro check && astro build", - "preview": "astro preview", - "astro": "astro" - }, - "dependencies": { - "@astrojs/check": "^0.9.4", - "@astrojs/tailwind": "^5.1.2", - "astro": "^4.16.13", - "tailwindcss": "^3.4.15", - "typescript": "^5.6.3" - } + "packageManager": "pnpm@9.3.0", + "name": "", + "type": "module", + "version": "0.0.1", + "scripts": { + "dev": "astro dev", + "start": "astro dev", + "build": "astro check && astro build", + "preview": "astro preview", + "astro": "astro" + }, + "dependencies": { + "@astrojs/check": "^0.9.4", + "@astrojs/tailwind": "^5.1.2", + "astro": "^4.16.13", + "sharp": "^0.33.5", + "tailwindcss": "^3.4.15", + "typescript": "^5.6.3" + } } |