{
  "name": "@xcpcio/board-app",
  "type": "module",
  "version": "0.84.0",
  "description": "The ICPC Series Competition Leaderboard Visualization Engine",
  "author": "Dup4 <hi@dup4.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/Dup4",
  "homepage": "https://xcpcio.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xcpcio/xcpcio.git",
    "directory": "packages/apps/board"
  },
  "bugs": {
    "url": "https://github.com/xcpcio/xcpcio/issues"
  },
  "keywords": [
    "ICPC",
    "Leaderboard",
    "Visualization"
  ],
  "files": [
    "./*.{js,ts,json}",
    "dist",
    "public",
    "src"
  ],
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@tanstack/vue-query": "^5.92.8",
    "@unhead/vue": "^2.1.2",
    "@unocss/reset": "^66.6.0",
    "@vueuse/components": "^14.1.0",
    "@vueuse/core": "^14.1.0",
    "@vueuse/router": "^14.1.0",
    "dayjs": "^1.11.19",
    "file-saver": "^2.0.5",
    "floating-vue": "5.2.2",
    "flowbite": "^4.0.1",
    "gsap": "^3.14.2",
    "highcharts": "^12.5.0",
    "highcharts-vue": "^2.0.1",
    "hls.js": "^1.6.15",
    "lodash": "^4.17.21",
    "nprogress": "^0.2.0",
    "pinia": "^3.0.4",
    "sleep-promise": "^9.1.0",
    "vue": "^3.5.27",
    "vue-demi": "^0.14.10",
    "vue-i18n": "^11.2.8",
    "vue-router": "^4.6.4",
    "vue-search-select": "^3.2.0",
    "vue-toast-notification": "^3.1.3",
    "@xcpcio/core": "0.84.0",
    "@xcpcio/types": "0.84.0"
  },
  "devDependencies": {
    "@iconify/json": "^2.2.430",
    "@intlify/unplugin-vue-i18n": "^11.0.3",
    "@shikijs/markdown-it": "^3.21.0",
    "@types/file-saver": "^2.0.7",
    "@types/lodash": "^4.17.23",
    "@types/markdown-it-link-attributes": "^3.0.5",
    "@types/nprogress": "^0.2.3",
    "@vitejs/plugin-vue": "^6.0.3",
    "@vue-macros/volar": "^3.1.2",
    "@vue/test-utils": "^2.4.6",
    "critters": "^0.0.25",
    "cross-env": "^10.1.0",
    "cypress": "^15.9.0",
    "cypress-vite": "^1.8.0",
    "eslint": "^9.39.2",
    "eslint-plugin-cypress": "^5.2.1",
    "eslint-plugin-format": "^1.3.1",
    "git-repo-info": "^2.1.1",
    "https-localhost": "^4.7.1",
    "less": "^4.5.1",
    "markdown-it-link-attributes": "^4.0.1",
    "rollup": "^4.55.2",
    "shiki": "^3.21.0",
    "taze": "^19.9.2",
    "typescript": "^5.9.3",
    "unocss": "^66.6.0",
    "unplugin-auto-import": "^20.3.0",
    "unplugin-vue-components": "^30.0.0",
    "unplugin-vue-macros": "^2.14.5",
    "unplugin-vue-markdown": "^29.2.0",
    "unplugin-vue-router": "^0.18.0",
    "vite": "^7.3.1",
    "vite-bundle-visualizer": "^1.2.1",
    "vite-plugin-html": "^3.2.2",
    "vite-plugin-inspect": "^11.3.3",
    "vite-plugin-vue-devtools": "^8.0.5",
    "vite-plugin-vue-layouts": "^0.11.0",
    "vite-plugin-webfont-dl": "^3.11.1",
    "vite-ssg": "^28.2.2",
    "vite-ssg-sitemap": "^0.10.0",
    "vitest": "^4.0.17",
    "vue-tsc": "^3.2.2"
  },
  "scripts": {
    "dev": "vite --port 3333",
    "build": "vite build",
    "preview": "vite preview",
    "preview-https": "serve dist",
    "start": "npm run preview",
    "test:e2e": "cypress open",
    "typecheck": "vue-tsc --noEmit",
    "sizecheck": "npx vite-bundle-visualizer"
  }
}