aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 31a04b048d7ea4add393c603e2e5ae70a55786f3 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  "$schema": "https://json.schemastore.org/package.json",
  "name": "hoarder",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "build": "turbo build",
    "dev": "turbo dev --parallel",
    "clean": "git clean -xdf node_modules",
    "clean:workspaces": "turbo clean",
    "db:migrate": "pnpm --filter @hoarder/db run migrate",
    "db:studio": "pnpm --filter @hoarder/db studio",
    "workers": "pnpm --filter @hoarder/workers run start",
    "web": "pnpm --filter @hoarder/web run dev",
    "prepare": "husky",
    "format": "turbo format --continue -- --cache --cache-location node_modules/.cache/.prettiercache",
    "format:fix": "turbo format --continue -- --write --cache --cache-location node_modules/.cache/.prettiercache",
    "lint": "turbo lint --continue -- --cache --cache-location node_modules/.cache/.eslintcache",
    "lint:fix": "turbo lint --continue -- --fix --cache --cache-location node_modules/.cache/.eslintcache",
    "lint:ws": "pnpm dlx sherif@latest",
    "postinstall": "pnpm lint:ws",
    "typecheck": "turbo typecheck"
  },
  "devDependencies": {
    "@hoarder/prettier-config": "workspace:^0.1.0",
    "@tanstack/eslint-plugin-query": "^5.20.1",
    "@types/node": "^20",
    "es-errors": "^1.3.0",
    "eslint": "^8.57.0",
    "husky": "^9.0.11",
    "install": "^0.13.0",
    "prettier": "3.2.5",
    "turbo": "^1.12.4"
  },
  "prettier": "@hoarder/prettier-config",
  "packageManager": "pnpm@8.15.4+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2",
  "pnpm": {
    "patchedDependencies": {
      "xcode@3.0.1": "patches/xcode@3.0.1.patch"
    }
  }
}