{
  "name": "@yxhl/specter-core-vue",
  "private": false,
  "type": "module",
  "version": "1.0.0",
  "description": "A Vue 3 + Vuetify 3 component library",
  "main": "./dist/specter-core-vue.umd.js",
  "module": "./dist/specter-core-vue.es.js",
  "exports": {
    ".": {
      "import": "./dist/specter-core-vue.es.js",
      "require": "./dist/specter-core-vue.umd.js"
    },
    "./dist/style.css": "./dist/style.css"
  },
  "files": [
    "dist",
    "src"
  ],
  "keywords": [
    "vue",
    "vue3",
    "vuetify",
    "vuetify3",
    "components",
    "ui",
    "library"
  ],
  "author": "yxhl <17363318852@139.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://gitee.com/liangthink/specter-core-vue.git"
  },
  "bugs": {
    "url": "https://gitee.com/liangthink/specter-core-vue/issues"
  },
  "homepage": "https://gitee.com/liangthink/specter-core-vue#readme",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "build:lib": "vite build --config vite.config.lib.mjs",
    "preview": "vite preview"
  },
  "dependencies": {
    "@fontsource/roboto": "5.2.6",
    "@mdi/font": "7.4.47",
    "axios": "^1.11.0",
    "echarts": "^6.0.0",
    "pinia": "^3.0.3",
    "screenfull": "^6.0.2",
    "vue": "^3.5.17",
    "vuetify": "^3.9.1"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^5.2.3",
    "sass-embedded": "^1.89.2",
    "terser": "^5.44.1",
    "unplugin-auto-import": "^19.3.0",
    "unplugin-fonts": "^1.3.1",
    "unplugin-vue-components": "^28.8.0",
    "unplugin-vue-router": "^0.14.0",
    "vite": "^6.3.5",
    "vite-plugin-vue-layouts-next": "^1.0.0",
    "vite-plugin-vuetify": "^2.1.1",
    "vue-router": "^4.5.1"
  }
}
