mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-02 20:01:07 -05:00
17 lines
362 B
JSON
17 lines
362 B
JSON
{
|
|
"name": "@formbricks/config-tailwind",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"clean": "rimraf node_modules .turbo"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@tailwindcss/typography": "^0.5.14",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.4.41",
|
|
"tailwindcss": "^3.4.10"
|
|
}
|
|
}
|