Added tailwindcss, the main pages to create the Website and routes

This commit is contained in:
2025-11-13 22:31:20 +00:00
parent 98a2ca4611
commit 4ac9487605
17 changed files with 4919 additions and 74 deletions
+10
View File
@@ -14,7 +14,13 @@
"format": "prettier --write src/"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.17",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.553.0",
"pinia": "^3.0.3",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.5.22",
"vue-router": "^4.6.3"
},
@@ -22,10 +28,14 @@
"@eslint/js": "^9.37.0",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/eslint-config-prettier": "^10.2.0",
"autoprefixer": "^10.4.22",
"eslint": "^9.37.0",
"eslint-plugin-vue": "~10.5.0",
"globals": "^16.4.0",
"postcss": "^8.5.6",
"prettier": "3.6.2",
"shadcn-vue": "^2.3.2",
"tailwindcss": "^4.1.17",
"vite": "^7.1.11",
"vite-plugin-vue-devtools": "^8.0.3"
}