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