{
  "name": "plugin-vem",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "vite --host 0.0.0.0",
    "build": "vue-tsc --noEmit && vite build",
    "buildNoTest": "vite build",
    "buildDev": "vite build --mode development",
    "preview": "vite preview",
    "lint": "eslint --ext .ts,.vue --fix src && vue-tsc --noEmit"
  },
  "dependencies": {
    "@element-plus/icons-vue": "^2.0.9",
    "@vueuse/core": "^9.0.0",
    "axios": "https://registry.npmjs.org/axios/-/axios-1.15.1.tgz",
    "cron-parser": "^4.6.0",
    "dayjs": "^1.11.5",
    "echarts": "^6.1.0",
    "element-plus": "2.11.9",
    "jsencrypt": "^3.0.0-rc.1",
    "lodash-es": "^4.17.21",
    "md5": "^2.3.0",
    "moment": "^2.29.4",
    "monaco-editor": "^0.34.0",
    "p-limit": "^4.0.0",
    "pinia": "^2.0.16",
    "pinia-plugin-persistedstate": "^1.6.3",
    "sql-formatter": "^8.2.0",
    "uuid": "14.0.0",
    "vis": "^4.21.0-EOL",
    "vue": "^3.2.37",
    "vue-grid-layout": "^3.0.0-beta1",
    "vue-i18n": "^9.14.5",
    "vue-request": "2.0.0-rc.3",
    "vue-router": "^4.1.2"
  },
  "devDependencies": {
    "@types/lodash-es": "^4.17.6",
    "@types/md5": "^2.3.2",
    "@types/node": "^18.6.1",
    "@types/uuid": "^8.3.4",
    "@types/vis": "^4.21.24",
    "@typescript-eslint/eslint-plugin": "^5.31.0",
    "@typescript-eslint/parser": "^5.31.0",
    "@vitejs/plugin-vue": "^5.0.0",
    "css-loader": "^6.7.1",
    "eslint": "^8.0.1",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.25.2",
    "eslint-plugin-n": "^15.0.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-vue": "^9.3.0",
    "prettier": "^2.7.1",
    "sass": "^1.77.2",
    "style-loader": "^3.3.1",
    "typescript": "^4.6.4",
    "unplugin-auto-import": "0.18.6",
    "unplugin-vue-components": "^0.25.0",
    "vite": "^5.4.21",
    "vite-plugin-svg-icons": "^2.0.1",
    "vue-tsc": "^1.8.0"
  },
  "overrides": {
    "js-yaml": "4.1.1",
    "follow-redirects": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz",
    "decode-uri-component": "0.2.2",
    "brace-expansion": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
    "flatted": "https://registry.npmjs.org/flatted/-/flatted-3.4.0.tgz",
    "picomatch": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
    "postcss": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz",
    "uuid": "14.0.0",
    "immutable": "4.3.7",
    "axios": "https://registry.npmjs.org/axios/-/axios-1.15.1.tgz",
    "form-data": "4.0.4",
    "proxy-from-env": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz"
  }
}