creator/web/package.json
enricobuehler d78fe7b020
All checks were successful
continuous-integration/drone/push Build is passing
remove non navigateable footer links
add github to footer
add imprint
add marked
2023-06-26 01:02:57 +02:00

30 lines
690 B
JSON

{
"name": "web",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/tailwind": "^3.1.3",
"@types/marked": "^5.0.0",
"@unom/style": "^0.2.14",
"astro": "^2.5.0",
"astro-icon": "^0.8.1",
"autoprefixer": "^10.4.14",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"marked": "^5.1.0",
"motion": "^10.16.2",
"postcss": "^8.4.24",
"postcss-custom-media": "^9.1.5",
"postcss-import": "^15.1.0",
"tailwind-merge": "^1.13.2",
"tailwindcss": "^3.0.24"
}
}