diff options
Diffstat (limited to 'apps/website/package.json')
-rw-r--r-- | apps/website/package.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/website/package.json b/apps/website/package.json index 730f5a5..e8c71c7 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -17,12 +17,15 @@ "@astrojs/tailwind": "^5.1.0", "astro": "^4.1.1", "sass": "^1.69.7", + "smartypants": "^0.2.2", "tailwindcss": "^3.4.1", - "vitest": "^1.1.3" + "vitest": "^1.1.3", + "zod": "^3.22.4", + "zod-form-data": "^2.0.2" }, "devDependencies": { "@polyfrost/config": "workspace:*", - "@types/node": "~20.10.7", + "@types/node": "~20.10.8", "node-html-parser": "^6.1.12", "typescript": "^5.3.3" } |