mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-21 03:31:20 -05:00
afa192e5b9
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com>
16 lines
359 B
JSON
16 lines
359 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": "6.0.2",
|
|
"prettier": "3.8.1",
|
|
"prettier-plugin-tailwindcss": "0.7.2",
|
|
"prettier-plugin-sort-json": "4.2.0"
|
|
}
|
|
}
|