chore: tailwind as dep
This commit is contained in:
parent
78b9ae07cf
commit
af4c6e3253
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,6 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astro-reactive/eslint-config-custom": "*",
|
"@astro-reactive/eslint-config-custom": "*",
|
||||||
"@astrojs/tailwind": "^5.0.0",
|
|
||||||
"@types/eslint": "^8.44.3",
|
"@types/eslint": "^8.44.3",
|
||||||
"@types/micromodal": "^0.3.3",
|
"@types/micromodal": "^0.3.3",
|
||||||
"@types/prettier": "^3.0.0",
|
"@types/prettier": "^3.0.0",
|
||||||
|
@ -31,6 +30,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astro-reactive/tsconfig": "*",
|
"@astro-reactive/tsconfig": "*",
|
||||||
"@astrojs/netlify": "^3.0.1",
|
"@astrojs/netlify": "^3.0.1",
|
||||||
|
"@astrojs/tailwind": "^5.0.0",
|
||||||
"astro-iconify": "^1.2.0",
|
"astro-iconify": "^1.2.0",
|
||||||
"micromodal": "^0.4.10",
|
"micromodal": "^0.4.10",
|
||||||
"tailwindcss": "^3.3.3"
|
"tailwindcss": "^3.3.3"
|
||||||
|
|
Loading…
Reference in a new issue