eleboog-astro/package.json
Kebo d3f56052a0
Some checks failed
ci / builder (push) Failing after 18s
package update & move to docker for web service
2025-01-24 11:26:09 -06:00

56 lines
1.6 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",
"@fontsource/libre-baskerville": "^5.1.1",
"@fontsource/nunito": "^5.1.1",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"astro": "^5.1.8",
"astro-icon": "^1.1.5",
"astro-m2dx": "^0.7.16",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"feed": "^4.2.2",
"github-slugger": "^2.0.0",
"linkedom": "^0.18.6",
"node-html-parser": "^6.1.13",
"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",
"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",
"typescript": "^5.7.3",
"@types/lodash": "^4.17.14",
"astro-auto-import": "^0.4.4",
"astro-mdx-code-blocks": "^0.0.6",
"lodash": "^4.17.21"
},
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c",
"devDependencies": {
}
}