65 lines
1.9 KiB
JSON
65 lines
1.9 KiB
JSON
{
|
|
"name": "wrath",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev --host 0.0.0.0",
|
|
"build": "astro check && astro build",
|
|
"check": "astro check",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"format": "prettier --write .",
|
|
"start": "bun run ./dist/server/entry.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.5",
|
|
"@astrojs/mdx": "^4.3.11",
|
|
"@astrojs/react": "^4.4.2",
|
|
"@astrojs/rss": "^4.0.13",
|
|
"@astrojs/sitemap": "^3.6.0",
|
|
"@expressive-code/plugin-collapsible-sections": "^0.40.2",
|
|
"@expressive-code/plugin-line-numbers": "^0.41.3",
|
|
"@fontsource-variable/jetbrains-mono": "^5.2.8",
|
|
"@hedystia/astro-bun": "^0.3.2",
|
|
"@tailwindcss/vite": "^4.1.17",
|
|
"@types/react": "^19.2.6",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vercel/og": "^0.8.5",
|
|
"astro": "^5.15.9",
|
|
"astro-expressive-code": "^0.40.2",
|
|
"astro-og": "^0.3.0",
|
|
"astro-og-canvas": "^0.7.2",
|
|
"astro-robots-txt": "^1.0.0",
|
|
"canvaskit-wasm": "^0.40.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lefthook": "^1.13.6",
|
|
"lucide-react": "^0.553.0",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"rehype-class-names": "^2.0.0",
|
|
"remark-rehype": "^11.1.2",
|
|
"satori": "^0.18.3",
|
|
"satori-html": "^0.3.2",
|
|
"sharp": "^0.34.5",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tailwindcss": "^4.1.17",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@types/dom-view-transitions": "^1.0.6",
|
|
"@types/node": "^22.19.1",
|
|
"@types/sanitize-html": "^2.16.0",
|
|
"@typescript-eslint/parser": "^8.47.0",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-astro": "^1.5.0",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
"sass": "^1.94.1"
|
|
}
|
|
}
|