tailwind css conversion in progress
Showing
... | ... | @@ -11,7 +11,9 @@ |
"build-storybook": "storybook build" | ||
}, | ||
"dependencies": { | ||
"@tailwindcss/line-clamp": "^0.4.4", | ||
"axios": "^1.10.0", | ||
"classnames": "^2.5.1", | ||
"next": "15.3.4", | ||
"react": "^19.0.0", | ||
"react-dom": "^19.0.0", | ||
... | ... | @@ -20,13 +22,16 @@ |
"devDependencies": { | ||
"@eslint/eslintrc": "^3", | ||
"@storybook/nextjs": "^9.0.12", | ||
"@tailwindcss/postcss": "^4.1.11", | ||
"@types/node": "^20", | ||
"@types/react": "^19", | ||
"@types/react-dom": "^19", | ||
"eslint": "^9", | ||
"eslint-config-next": "15.3.4", | ||
"eslint-plugin-storybook": "^9.0.12", | ||
"postcss": "^8.5.6", | ||
"storybook": "^9.0.12", | ||
"tailwindcss": "^4.1.11", | ||
"typescript": "^5" | ||
} | ||
} |
postcss.config.mjs
0 → 100644
tailwind.config.ts
0 → 100644
Please
register
or
sign in
to comment