19 lines
470 B
JSON
19 lines
470 B
JSON
{
|
|
"name": "@konobangu/tailwind-config",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"clean": "git clean -xdf .cache .turbo dist node_modules",
|
|
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"tailwind-merge": "^2.5.5",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@konobangu/typescript-config": "workspace:*",
|
|
"tailwindcss": "^3.4.16"
|
|
}
|
|
}
|