mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
15 lines
339 B
JSON
15 lines
339 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.3.0",
|
|
"prettier": "^3.3.3",
|
|
"prettier-plugin-tailwindcss": "^0.6.9"
|
|
},
|
|
"devDependencies": {}
|
|
} |