Feat/migrate to daisy (#10)

* feat: init daisyui!

* feat: change theme and colors

* change dark theme and add colors
This commit is contained in:
Julien Calixte
2024-12-21 20:05:37 +01:00
committed by GitHub
parent c8e066e6f6
commit 9571752f26
23 changed files with 801 additions and 194 deletions

View File

@@ -47,6 +47,7 @@
"devDependencies": {
"@babel/core": "^7.26.0",
"@rushstack/eslint-patch": "^1.10.4",
"@tailwindcss/typography": "^0.5.15",
"@types/fontfaceobserver": "^2.1.3",
"@types/markdown-it": "^13.0.9",
"@types/node": "^20.17.8",
@@ -58,6 +59,8 @@
"@vue/compiler-sfc": "^3.5.13",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.22",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier-vue": "^5.0.0",
@@ -66,6 +69,7 @@
"eslint-plugin-vue": "^9.31.0",
"prettier": "^3.4.1",
"sass": "^1.81.0",
"tailwindcss": "^3.4.17",
"typescript": "~5.7.2",
"vite": "^6.0.0",
"vite-plugin-pwa": "^0.21.0",