mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 00:01:14 +00:00
site: theme tokens, layout/header/footer, home page
This commit is contained in:
+3
-10
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "astro-app",
|
||||
"name": "warmbly-site",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
@@ -9,18 +10,10 @@
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/react": "^4.3.0",
|
||||
"@astrojs/sitemap": "^3.4.1",
|
||||
"@fontsource/inter": "^5.2.6",
|
||||
"@fontsource/poppins": "^5.2.6",
|
||||
"@tailwindcss/vite": "^4.1.10",
|
||||
"astro": "^5.9.3",
|
||||
"react": "^19.1.0",
|
||||
"react-dom": "^19.1.0",
|
||||
"remixicon": "^4.6.0",
|
||||
"tailwindcss": "^4.1.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^19.1.8"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user