update readme

recreate web
- now using tailwind instead of unocss
- created theme/design system
- created first components
- add first sections/content
This commit is contained in:
2023-06-25 13:31:24 +02:00
parent 5791b61a48
commit 518b819fe8
34 changed files with 1643 additions and 2091 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "creator",
"name": "web",
"type": "module",
"version": "0.0.1",
"scripts": {
@@ -10,21 +10,17 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^2.1.1",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@astrojs/tailwind": "^3.1.3",
"@unom/style": "^0.2.14",
"astro": "^2.3.0",
"motion": "^10.15.5",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@jasikpark/astro-svg-loader": "^0.1.0",
"@unocss/postcss": "^0.51.4",
"@unocss/preset-mini": "^0.51.4",
"@unocss/reset": "^0.51.4",
"postcss-preset-env": "^8.3.1",
"unocss": "^0.51.4"
"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"
}
}