{
  "name": "halo-pc",
  "version": "1.0.53",
  "description": "Halo pc framework",
  "scripts": {
    "halo-pc:install": "pnpm install",
    "halo-pc:outdated": "pnpm outdated",
    "halo-pc:link": "pnpm link ../halo-fe",
    "halo-pc:unlink": "pnpm unlink ../halo-fe",
    "halo-pc:tsc": "vue-tsc",
    "halo-pc:build": "vite build",
    "halo-pc:build:debug": "vite build --debug",
    "halo-pc:publish": "node build/publish.js & npm publish"
  },
  "type": "module",
  "module": "./dist/main.js",
  "types": "./esm/main.d.ts",
  "files": [
    "dist",
    "esm"
  ],
  "keywords": [
    "halo",
    "pc"
  ],
  "author": "jay.zhou <869758965@qq.com>",
  "license": "MIT",
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "peerDependencies": {},
  "dependencies": {
    "@micro-zoe/micro-app": "1.0.0-rc.27",
    "clipboard": "2.0.11",
    "echarts": "6.0.0",
    "element-plus": "2.11.4",
    "intro.js": "8.3.2",
    "halo-fe": "1.0.36",
    "sortablejs": "1.15.6",
    "vue": "3.5.22",
    "vue-canvas-nest": "2.0.0",
    "vue-router": "4.5.1"
  },
  "devDependencies": {
    "@fortawesome/fontawesome-free": "7.1.0",
    "@types/node": "24.7.1",
    "@vitejs/plugin-vue": "6.0.1",
    "@vitejs/plugin-vue-jsx": "5.1.1",
    "sass": "1.93.2",
    "typescript": "5.9.3",
    "vite": "7.1.9",
    "vue-tsc": "3.1.1"
  }
}
