recreate web - now using tailwind instead of unocss - created theme/design system - created first components - add first sections/content
27 lines
607 B
JSON
27 lines
607 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",
|
|
"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"
|
|
}
|
|
}
|