mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-17 20:09:53 -06:00
* only add packages once to their main package and remove them from other packages to avoid version conflicts * update package versions * update package versions, clean packages * remove old vscode settings * exclude formbricks-com from pnpm dev * narrow down tsconfig includes, pnpm-lock update * add pnpm test to github action
14 lines
258 B
JSON
14 lines
258 B
JSON
{
|
|
"name": "@formbricks/prettier-config",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"clean": "rimraf node_modules"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-tailwindcss": "^0.3.0"
|
|
}
|
|
}
|