eleboog-astro/package.json

54 lines
1.6 KiB
JSON

{
"name": "eleboog-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro start -p 8080",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.9",
"@astrojs/node": "^8.3.4",
"@astrojs/prism": "^3.1.0",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.9",
"@astrojs/tailwind": "^5.1.2",
"@fontsource/libre-baskerville": "^5.1.0",
"@fontsource/nunito": "^5.1.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"astro": "^4.16.10",
"astro-icon": "^1.1.1",
"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.5",
"prism": "^4.1.2",
"prism-react-renderer": "^2.4.0",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-code-block": "^1.0.0",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"rehype-mdx-code-props": "^3.0.1",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.2"
},
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c",
"devDependencies": {
"@types/lodash": "^4.17.13",
"astro-auto-import": "^0.4.4",
"astro-mdx-code-blocks": "^0.0.6",
"lodash": "^4.17.21",
"node-html-parser": "^6.1.13"
}
}