diff options
Diffstat (limited to 'apps/website/package.json')
-rw-r--r-- | apps/website/package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/website/package.json b/apps/website/package.json index 556cae9..214a306 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -1,7 +1,7 @@ { "name": "@polyfrost/website", "type": "module", - "private": true, + "private": true, "scripts": { "dev": "astro dev", "start": "astro start", @@ -14,6 +14,8 @@ "tailwindcss": "^3.3.3" }, "devDependencies": { + "@polyfrost/config": "workspace:*", + "@types/node": "~18.17.19", "typescript": "^5.2.2" } } |