mirror of
https://github.com/formbricks/formbricks.git
synced 2026-03-13 12:39:25 -05:00
15 lines
317 B
JSON
15 lines
317 B
JSON
{
|
|
"name": "@formbricks/config-prettier",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"clean": "rimraf node_modules .turbo"
|
|
},
|
|
"devDependencies": {
|
|
"@trivago/prettier-plugin-sort-imports": "4.3.0",
|
|
"prettier": "3.3.3",
|
|
"prettier-plugin-tailwindcss": "0.6.6"
|
|
}
|
|
}
|