mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 02:06:34 +02:00
16 lines
376 B
JSON
16 lines
376 B
JSON
{
|
|
"name": "@rallly/tailwind-config",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "tailwind.config.js",
|
|
"types": "tailwind.config.d.ts",
|
|
"dependencies": {
|
|
"tailwindcss": "^3.4.17"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.13",
|
|
"autoprefixer": "^10.4.13",
|
|
"tailwind-scrollbar": "^3.0.4",
|
|
"tailwindcss-animate": "^1.0.5"
|
|
}
|
|
}
|