{ "name": "@polyfrost/website", "type": "module", "private": true, "scripts": { "dev": "astro dev", "start": "astro start", "build": "astro build", "preview": "astro preview", "astro": "astro", "test": "vitest" }, "dependencies": { "@astrojs/mdx": "^2.0.2", "@astrojs/rss": "^4.0.1", "@astrojs/sitemap": "^3.0.3", "@astrojs/tailwind": "^5.0.4", "astro": "^4.0.7", "fullpage.js": "^4.0.20", "sass": "^1.69.5", "tailwindcss": "^3.4.0", "vitest": "^1.1.0" }, "devDependencies": { "@polyfrost/config": "workspace:*", "@types/node": "~20.10.5", "node-html-parser": "^6.1.12", "typescript": "^5.3.3" } }