summaryrefslogtreecommitdiff
path: root/docs/package.json
blob: a82e853348d3cfd678425c9fcc8194c775d98b36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "scripts": {
    "dev": "vitepress dev",
    "build": "vitepress build",
    "preview": "vitepress preview",
    "format": "oxfmt",
    "format:check": "oxfmt --check",
    "lint": "oxlint",
    "lint:fix": "oxlint --fix"
  },
  "devDependencies": {
    "husky": "^9.1.7",
    "oxfmt": "^0.35.0",
    "oxlint": "^1.49.0",
    "vitepress": "^1.6.4"
  }
}