aboutsummaryrefslogtreecommitdiffstats
path: root/tooling/prettier/package.json
blob: eaae5aecb95f51298ac35f14b87f6df7323c3906 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "@hoarder/prettier-config",
  "private": true,
  "version": "0.1.0",
  "type": "module",
  "exports": {
    ".": "./index.js"
  },
  "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.4.2",
    "prettier-plugin-tailwindcss": "^0.5.11"
  },
  "devDependencies": {
    "@hoarder/tsconfig": "workspace:^0.1.0",
    "typescript": "^5.7.3"
  },
  "prettier": "@hoarder/prettier-config"
}