mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-18 01:00:40 -06:00
15 lines
320 B
JSON
15 lines
320 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.2",
|
|
"prettier-plugin-tailwindcss": "^0.6.5"
|
|
}
|
|
}
|