mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-02-03 02:24:47 +08:00
* [resumes][feat] add padding and hide scrollbar for comments * [resumes][feat] add findUserTopUpvotedCommentCount query
15 lines
358 B
JSON
15 lines
358 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|