mirror of
https://github.com/go-vikunja/website.git
synced 2026-02-25 06:23:51 +00:00
b36c68da2e
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
{
|
|
"name": "website-next",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"lint": "astro check --root ./src",
|
|
"serve-dist": "node ./dist/server/entry.mjs",
|
|
"deploy-cf": "pnpm run build && wrangler pages deploy dist"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.5",
|
|
"@astrojs/cloudflare": "^12.6.10",
|
|
"@astrojs/markdoc": "^0.15.2",
|
|
"@astrojs/node": "^9.4.6",
|
|
"@astrojs/rss": "^4.0.13",
|
|
"@astrojs/sitemap": "^3.4.2",
|
|
"@fontsource/open-sans": "^5.2.5",
|
|
"@fontsource/quicksand": "^5.2.9",
|
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
"@tailwindcss/forms": "^0.5.10",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@tailwindcss/vite": "^4.1.16",
|
|
"astro": "^5.15.6",
|
|
"minisearch": "^7.2.0",
|
|
"rehype-autolink-headings": "^7.1.0",
|
|
"rehype-slug": "^6.0.0",
|
|
"tailwindcss": "^4.1.6",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"@anthropic-ai/sdk": "^0.71.0",
|
|
"@types/unist": "^3.0.3",
|
|
"esbuild": "^0.27.0",
|
|
"gray-matter": "^4.0.3",
|
|
"hast-util-to-text": "^4.0.2",
|
|
"marked": "^17.0.0",
|
|
"mdast-util-to-string": "^4.0.0",
|
|
"remark-parse": "^11.0.0",
|
|
"remark-rehype": "^11.1.2",
|
|
"sharp": "^0.34.4",
|
|
"unified": "^11.0.5",
|
|
"unist-util-visit": "^5.0.0"
|
|
},
|
|
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264"
|
|
}
|