mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Darius Cepulis <dcepulis@mux.com>
81 lines
2.4 KiB
JSON
81 lines
2.4 KiB
JSON
{
|
|
"name": "site",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"api-docs": "tsx scripts/api-docs-builder/src/index.ts",
|
|
"ejected-skins": "tsx scripts/build-ejected-skins.ts",
|
|
"predev": "pnpm api-docs && pnpm ejected-skins",
|
|
"dev": "NETLIFY_DEV=1 astro dev",
|
|
"prebuild": "pnpm api-docs && pnpm ejected-skins",
|
|
"build": "astro build",
|
|
"astro": "astro",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test:ui": "vitest --ui",
|
|
"test:coverage": "vitest --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^4.3.7",
|
|
"@astrojs/netlify": "^6.6.4",
|
|
"@astrojs/react": "^4.4.0",
|
|
"@astrojs/rss": "^4.0.12",
|
|
"@astrojs/sitemap": "^3.6.0",
|
|
"@base-ui/react": "^1.2.0",
|
|
"@mux/mux-node": "^12.8.1",
|
|
"@mux/mux-uploader-react": "^1.4.1",
|
|
"@nanostores/react": "^1.0.0",
|
|
"@pagefind/default-ui": "^1.4.0",
|
|
"@sentry/astro": "^10.32.1",
|
|
"@tailwindcss/vite": "^4.2.1",
|
|
"@videojs/html": "workspace:*",
|
|
"@videojs/react": "workspace:*",
|
|
"astro": "^5.14.4",
|
|
"clsx": "^2.1.1",
|
|
"es-toolkit": "^1.32.0",
|
|
"github-slugger": "^2.0.0",
|
|
"iron-session": "^8.0.4",
|
|
"jose": "^6.1.3",
|
|
"just-debounce-it": "^3.2.0",
|
|
"just-throttle": "^4.2.0",
|
|
"lucide-react": "^0.546.0",
|
|
"marked": "^17.0.1",
|
|
"mdast-util-to-string": "^4.0.0",
|
|
"nanostores": "^1.0.1",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.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.5.0",
|
|
"tailwindcss": "^4.2.1",
|
|
"unist-util-visit": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.6",
|
|
"@netlify/edge-functions": "^3.0.3",
|
|
"@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.1.4",
|
|
"@vitest/coverage-v8": "^3.2.4",
|
|
"@vitest/ui": "^3.2.4",
|
|
"babel-plugin-react-compiler": "1.0.0",
|
|
"jsdom": "^27.0.0",
|
|
"prettier": "^3.8.1",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"sirv": "^3.0.2",
|
|
"tsx": "^4.20.3",
|
|
"turndown": "^7.2.2",
|
|
"typescript": "^5.9.3",
|
|
"typescript-api-extractor": "^1.0.0-alpha.13",
|
|
"vite-plugin-svgr": "^4.5.0",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|