mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-05 21:32:02 -06:00
15 lines
321 B
JSON
15 lines
321 B
JSON
{
|
|
"name": "@formbricks/prettier-config",
|
|
"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.2.4",
|
|
"prettier-plugin-tailwindcss": "^0.5.11"
|
|
}
|
|
}
|