mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-02-10 14:06:04 +08:00
14 lines
317 B
JSON
14 lines
317 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",
|
|
"tailwindcss": "^3.1.8"
|
|
}
|
|
}
|