diff options
Diffstat (limited to 'apps/website/package.json')
-rw-r--r-- | apps/website/package.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/apps/website/package.json b/apps/website/package.json new file mode 100644 index 0000000..eab7226 --- /dev/null +++ b/apps/website/package.json @@ -0,0 +1,16 @@ +{ + "name": "@polyfrost/website", + "private": true, + "scripts": { + "dev": "astro dev", + "start": "astro start", + "build": "astro build", + "preview": "astro preview" + }, + "dependencies": { + "astro": "^2.10.12" + }, + "devDependencies": { + "typescript": "^5.1.6" + } +} |