{
  "scripts": {
    "build": "run-p type-check build-only",
    "build-only": "vite build",
    "type-check": "vue-tsc --noEmit"
  },
  "devDependencies": {
    "@types/node": "^16.11.65",
    "npm-run-all": "^4.1.5",
    "typescript": "~4.7.4",
    "vue-tsc": "^0.40.13"
  }
}
