25 lines
610 B
JSON
25 lines
610 B
JSON
{
|
|
"name": "@acme/prettier-config",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./index.js"
|
|
},
|
|
"scripts": {
|
|
"clean": "git clean -xdf .cache .turbo node_modules",
|
|
"format": "prettier --check . --ignore-path ../../.gitignore",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
|
|
"prettier": "catalog:",
|
|
"prettier-plugin-tailwindcss": "^0.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"@acme/tsconfig": "workspace:*",
|
|
"@types/node": "catalog:",
|
|
"typescript": "catalog:"
|
|
},
|
|
"prettier": "@acme/prettier-config"
|
|
}
|