mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
17 lines
378 B
JSON
17 lines
378 B
JSON
{
|
|
"name": "@documenso/prettier-config",
|
|
"version": "0.0.0",
|
|
"main": "./index.cjs",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"clean": "rimraf node_modules"
|
|
},
|
|
"dependencies": {
|
|
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-sql": "^0.14.0",
|
|
"prettier-plugin-tailwindcss": "^0.2.8"
|
|
},
|
|
"devDependencies": {}
|
|
}
|