creator/web/package.json
enricobuehler 74f7274a7e add icons
improve styling
improve landing bg
add astro-icon dep
2023-06-25 21:27:37 +02:00

28 lines
635 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",
"@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",
"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"
}
}