40 lines
976 B
JSON
40 lines
976 B
JSON
{
|
|
"name": "astro",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/preact": "^5.1.2",
|
|
"@directus/sdk": "^21.2.0",
|
|
"@immich/justified-layout-wasm": "^0.4.3",
|
|
"@playform/compress": "^0.2.3",
|
|
"@rollup/plugin-graphql": "^2.0.5",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@tailwindcss/vite": "^4.2.4",
|
|
"astro": "^6.1.9",
|
|
"highlight.js": "^11.11.1",
|
|
"markdown-it": "^14.1.1",
|
|
"markdown-it-highlightjs": "^4.3.0",
|
|
"md5": "^2.3.0",
|
|
"mdast-util-to-string": "^4.0.0",
|
|
"minify-xml": "^4.5.2",
|
|
"preact": "^10.28.4",
|
|
"react-responsive-masonry": "^2.7.2",
|
|
"reading-time": "^1.5.0",
|
|
"tailwindcss": "^4.2.4",
|
|
"tslib": "^2.8.1"
|
|
},
|
|
"overrides": {
|
|
"vite": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@types/md5": "^2.3.6"
|
|
}
|
|
}
|