diff options
| author | Andrew Lee <[email protected]> | 2024-12-31 22:11:04 -0500 |
|---|---|---|
| committer | Andrew Lee <[email protected]> | 2024-12-31 22:11:04 -0500 |
| commit | 6736b26552b2fdc566fd5e154cd07f3ce909fddc (patch) | |
| tree | 4964fcec3ddc1d439d3ace24e935dbb64e5ed313 /package.json | |
| parent | 944b6dbb2d43a93f905788a05fcde5600270184d (diff) | |
| download | shiftos-archive-website-6736b26552b2fdc566fd5e154cd07f3ce909fddc.tar.gz shiftos-archive-website-6736b26552b2fdc566fd5e154cd07f3ce909fddc.tar.bz2 shiftos-archive-website-6736b26552b2fdc566fd5e154cd07f3ce909fddc.zip | |
Website now uses astro rather than plain html; Added a few more releases
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..ff548a2 --- /dev/null +++ b/package.json @@ -0,0 +1,14 @@ +{ + "name": "astro-latest", + "type": "module", + "version": "0.0.1", + "scripts": { + "dev": "astro dev", + "build": "astro build", + "preview": "astro preview", + "astro": "astro" + }, + "dependencies": { + "astro": "^5.1.1" + } +}
\ No newline at end of file |
