{ "name": "site", "type": "module", "version": "0.0.1", "scripts": { "dev": " astro dev", "build": "astro build", "preview": "echo 'Preview server is not supported on with the Vercel adapter.'", "astro": "astro", "test": "vitest run", "test:watch": "vitest", "test:ui": "vitest --ui", "test:coverage": "vitest --coverage" }, "dependencies": { "@astrojs/mdx": "^4.3.7", "@astrojs/react": "^4.4.0", "@astrojs/rss": "^4.0.12", "@astrojs/sitemap": "^3.6.0", "@astrojs/vercel": "^8.2.9", "@base-ui-components/react": "1.0.0-beta.4", "@nanostores/react": "^1.0.0", "@pagefind/default-ui": "^1.4.0", "@tailwindcss/vite": "^4.1.17", "@videojs/html-preview": "workspace:*", "@videojs/react-preview": "workspace:*", "astro": "^5.14.4", "clsx": "^2.1.1", "github-slugger": "^2.0.0", "just-debounce-it": "^3.2.0", "just-throttle": "^4.2.0", "lucide-react": "^0.546.0", "mdast-util-to-string": "^4.0.0", "nanostores": "^1.0.1", "react": "^18.0.0", "react-dom": "^18.0.0", "reading-time": "^1.5.0", "schema-dts": "^1.1.5", "sharp": "^0.34.3", "shiki": "^3.13.0", "simple-git": "^3.28.0", "tailwind-merge": "^3.3.1", "tailwindcss": "^4.1.17", "unist-util-visit": "^5.0.0" }, "devDependencies": { "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/react": "^19.2.2", "@types/react-dom": "^19.2.1", "@types/turndown": "^5.0.6", "@vitejs/plugin-react": "^5.0.3", "@vitest/coverage-v8": "^3.2.4", "@vitest/ui": "^3.2.4", "babel-plugin-react-compiler": "1.0.0", "jsdom": "^27.0.0", "sirv": "^3.0.2", "turndown": "^7.2.2", "vitest": "^3.2.4" } }