Skip to content

Commit ab2bfd9

Browse files
committed
add daisyui
1 parent b54cf27 commit ab2bfd9

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

app/globals.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
@import "tailwindcss";
2+
@plugin "daisyui";

package-lock.json

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,20 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12+
"next": "15.4.5",
1213
"react": "19.1.0",
13-
"react-dom": "19.1.0",
14-
"next": "15.4.5"
14+
"react-dom": "19.1.0"
1515
},
1616
"devDependencies": {
17-
"typescript": "^5",
17+
"@eslint/eslintrc": "^3",
18+
"@tailwindcss/postcss": "^4",
1819
"@types/node": "^20",
1920
"@types/react": "^19",
2021
"@types/react-dom": "^19",
21-
"@tailwindcss/postcss": "^4",
22-
"tailwindcss": "^4",
22+
"daisyui": "^5.0.50",
2323
"eslint": "^9",
2424
"eslint-config-next": "15.4.5",
25-
"@eslint/eslintrc": "^3"
25+
"tailwindcss": "^4",
26+
"typescript": "^5"
2627
}
2728
}

0 commit comments

Comments
 (0)