forked from vikunja/website
34 lines
910 B
JSON
34 lines
910 B
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"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.7.0",
|
|
"@astrojs/cloudflare": "^11.0.1",
|
|
"@astrojs/markdoc": "^0.11.0",
|
|
"@astrojs/node": "^8.3.2",
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"@fontsource/open-sans": "^5.0.28",
|
|
"@fontsource/quicksand": "^5.0.18",
|
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@tailwindcss/typography": "^0.5.13",
|
|
"astro": "^4.10.3",
|
|
"rehype-autolink-headings": "^7.1.0",
|
|
"rehype-slug": "^6.0.0",
|
|
"tailwindcss": "^3.4.4",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"sharp": "^0.33.4"
|
|
}
|
|
} |