{
  "name": "my-app",
  "private": false,
  "type": "module",
  "version": "0.0.0",
  "description": "雅心互联智能脚手架",
  "main": "./src/main.js",
  "keywords": [
    "vue",
    "vue3",
    "vuetify",
    "vuetify3",
    "components",
    "ui",
    "library"
  ],
  "author": "your-name",
  "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 --mode production",
    "build:hz": "vite build --mode production.hz",
    "build:zj": "vite build --mode production.zj",
    "build:nx": "vite build --mode production.nx",
    "preview": "vite preview",
    "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
  },
  "dependencies": {
    "@date-io/date-fns": "^3.2.1",
    "@fontsource/roboto": "5.2.6",
    "@mdi/font": "7.4.47",
    "@yxhl/specter-pui-vtk": "^1.0.75",
    "axios": "^1.11.0",
    "date-fns": "^4.1.0",
    "echarts": "^6.0.0",
    "pinia": "^3.0.3",
    "pinyin-pro": "^3.27.0",
    "screenfull": "^6.0.2",
    "vue": "^3.5.17",
    "vuedraggable": "^4.1.0",
    "vuetify": "^3.9.1"
  },
  "devDependencies": {
    "@rollup/rollup-win32-x64-msvc": "^4.60.0",
    "@typescript-eslint/eslint-plugin": "^8.48.0",
    "@typescript-eslint/parser": "^8.48.0",
    "@vitejs/plugin-vue": "^5.2.3",
    "eslint": "^9.39.1",
    "eslint-plugin-vue": "^10.6.2",
    "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-eslint": "^1.8.1",
    "vite-plugin-vue-layouts-next": "^1.0.0",
    "vite-plugin-vuetify": "^2.1.1",
    "vue-router": "^4.5.1"
  }
}
