2023-06-09 18:21:18 +10:00
|
|
|
{
|
|
|
|
|
"name": "@documenso/prettier-config",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"main": "./index.cjs",
|
|
|
|
|
"license": "MIT",
|
2023-09-21 21:34:24 +10:00
|
|
|
"scripts": {
|
|
|
|
|
"clean": "rimraf node_modules"
|
|
|
|
|
},
|
2023-06-09 18:21:18 +10:00
|
|
|
"dependencies": {
|
2024-11-26 11:47:28 +11:00
|
|
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
|
|
|
"prettier": "^3.3.3",
|
|
|
|
|
"prettier-plugin-tailwindcss": "^0.6.9"
|
2023-06-09 18:21:18 +10:00
|
|
|
},
|
|
|
|
|
"devDependencies": {}
|
2024-11-26 11:47:28 +11:00
|
|
|
}
|