eleboog-astro/package.json

68 lines
2 KiB
JSON

{
"name": "eleboog-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "node ./dist/server/entry.mjs",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.7",
"@astrojs/node": "^9.0.1",
"@astrojs/prism": "^3.2.0",
"@astrojs/react": "^4.1.6",
"@astrojs/rss": "^4.0.11",
"@astrojs/tailwind": "^5.1.5",
"@electric-sql/pglite": "^0.3.0",
"@fontsource/libre-baskerville": "^5.1.1",
"@fontsource/nunito": "^5.1.1",
"@prisma/client": "6.7.0",
"@types/lodash": "^4.17.14",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"astro": "^5.1.8",
"astro-auto-import": "^0.4.4",
"astro-icon": "^1.1.5",
"astro-m2dx": "^0.7.16",
"astro-mdx-code-blocks": "^0.0.6",
"better-auth": "^1.2.7",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"dotenv": "^16.5.0",
"drizzle-orm": "^0.43.1",
"feed": "^4.2.2",
"github-slugger": "^2.0.0",
"linkedom": "^0.18.6",
"lodash": "^4.17.21",
"node-html-parser": "^6.1.13",
"pg": "^8.15.6",
"postgres": "^3.4.5",
"prism": "^4.1.2",
"prism-react-renderer": "^2.4.1",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-code-block": "^1.1.1",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"react-qr-code": "^2.0.15",
"rehype-mdx-code-props": "^3.0.1",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7"
},
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c",
"devDependencies": {
"@types/node": "^22.15.15",
"@types/pg": "^8.15.0",
"drizzle-kit": "^0.31.1",
"prisma": "^6.7.0",
"tsx": "^4.19.4",
"typescript": "^5.7.3"
}
}