tailwindcss 를 로컬에 포함

This commit is contained in:
backuppc
2026-01-21 11:22:48 +09:00
parent 5074f6dc0e
commit 2ce9bffb1d
7 changed files with 689 additions and 2 deletions

View File

@@ -22,10 +22,14 @@
"ws": "^8.19.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"autoprefixer": "^10.4.23",
"pkg": "^5.8.1",
"postcss": "^8.5.6",
"rimraf": "^6.1.2",
"tailwindcss": "^4.1.18",
"typescript": "~5.8.2",
"vite": "^6.2.0"
},
@@ -38,4 +42,4 @@
"node18-win-x64"
]
}
}
}