mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-30 11:19:12 +01:00
22 lines
548 B
JSON
22 lines
548 B
JSON
{
|
|
"name": "@acme/prettier-config",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"main": "index.mjs",
|
|
"scripts": {
|
|
"clean": "rm -rf .turbo node_modules",
|
|
"format": "prettier --check . --ignore-path ../../.gitignore",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
|
|
"prettier": "^3.1.0",
|
|
"prettier-plugin-tailwindcss": "^0.5.7"
|
|
},
|
|
"devDependencies": {
|
|
"@acme/tsconfig": "workspace:^0.1.0",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"prettier": "@acme/prettier-config"
|
|
}
|