mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-06 11:20:56 -05:00
b3e6e8d5d0
Co-authored-by: Matthias Nannt <mail@matthiasnannt.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": "4.3.0",
|
|
"prettier": "3.3.3",
|
|
"prettier-plugin-tailwindcss": "0.6.6",
|
|
"prettier-plugin-sort-json": "4.0.0"
|
|
}
|
|
}
|