You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tech-interview-handbook/packages/tailwind-config/package.json

15 lines
358 B

{
"name": "@tih/tailwind-config",
"version": "0.0.0",
"private": true,
"main": "index.js",
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.7",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.1.8"
}
}