site/package.json
Ax333l 355e2a5bf2
All checks were successful
ci/woodpecker/push/web Pipeline was successful
feat: initial release
2023-03-05 18:45:56 +01:00

32 lines
753 B
JSON

{
"name": "ax333l-site",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/image": "^0.12.1",
"@astrojs/mdx": "^0.11.6",
"@astrojs/rss": "^1.0.3",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/svelte": "^1.0.2",
"@astrojs/tailwind": "^2.1.3",
"@swup/a11y-plugin": "^2.1.0",
"@swup/head-plugin": "^1.2.1",
"@swup/preload-plugin": "^1.0.6",
"@swup/slide-theme": "^1.0.5",
"astro": "^1.8.0",
"svelte": "^3.53.1",
"swup": "^2.0.19",
"tailwindcss": "^3.2.4"
},
"devDependencies": {
"sass": "^1.56.1"
}
}