{
  "name": "Ant_Design_Pro_Vue_3",
  "version": "0.1.3",
  "private": true,
  "scripts": {
    "dev": "cross-env vite --mode localhost",
    "debug-vite": "cross-env vite --mode localhost --debug",
    "build": "vite build",
    "build-check": "run-p type-check build-only",
    "preview": "vite preview",
    "test:unit": "vitest",
    "type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
    "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
    "format": "prettier --write src/",
    "dev-ui": "concurrently \"vite -m UseFastDevelopBall\" \"npm run create-module-be\" ",
    "clean-dev": "vite --force",
    "v": "ts-node --project config/tsconfig.json config/createModule/index.ts --type=views",
    "c": "ts-node --project config/tsconfig.json config/createModule/index.ts --type=components",
    "create-module-be": "ts-node --project config/tsconfig.json config/createModule/backend.ts",
    "report": "rimraf dist && cross-env vite build"
  },
  "dependencies": {
    "@aesoper/normal-utils": "^0.1.5",
    "@ant-design/icons-vue": "^6.1.0",
    "@antv/g2plot": "^2.4.26",
    "@logicflow/core": "^1.2.1",
    "@logicflow/extension": "^1.2.1",
    "@tinymce/tinymce-vue": "^6.0.1",
    "@types/uuid": "^9.0.8",
    "@vueuse/core": "^9.13.0",
    "ant-design-vue": "~3.1.0",
    "axios": "^1.3.4",
    "crypto-js": "^4.1.1",
    "echarts": "^5.4.2",
    "less": "^4.1.3",
    "less-loader": "^11.1.0",
    "lodash.clonedeep": "^4.5.0",
    "lodash.debounce": "^4.0.8",
    "lodash.pull": "^4.1.0",
    "mitt": "^3.0.0",
    "moment": "^2.30.1",
    "nprogress": "^0.2.0",
    "sass": "^1.59.3",
    "throttle-debounce": "^5.0.0",
    "tinycolor2": "^1.6.0",
    "tinymce": "^7.2.1",
    "uuid": "^9.0.1",
    "vue": "^3.2.0",
    "vue-clipboard3": "^2.0.0",
    "vue-i18n": "^9.2.2",
    "vue-router": "4.1.3",
    "vuedraggable": "^4.1.0",
    "vuex": "^4.1.0"
  },
  "devDependencies": {
    "@rushstack/eslint-patch": "^1.2.0",
    "@types/jsdom": "^21.1.0",
    "@types/node": "^18.15.3",
    "@vitejs/plugin-vue": "^5.0.4",
    "@vitejs/plugin-vue-jsx": "^3.0.0",
    "@vue/eslint-config-prettier": "^7.1.0",
    "@vue/eslint-config-typescript": "^11.0.2",
    "@vue/test-utils": "^2.3.0",
    "@vue/tsconfig": "^0.1.3",
    "apite": "^1.4.2",
    "colors-console": "^1.0.3",
    "concurrently": "^8.2.0",
    "cross-env": "^7.0.3",
    "eslint": "^8.34.0",
    "eslint-plugin-vue": "^9.9.0",
    "express": "^4.18.2",
    "jsdom": "^21.1.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.8.4",
    "rollup-plugin-visualizer": "^5.9.0",
    "shelljs": "^0.8.5",
    "ts-node": "^10.9.1",
    "typescript": "~4.8.4",
    "unplugin-vue-components": "^0.24.1",
    "vite": "^6.0.0",
    "vite-plugin-optimize-persist": "^0.1.2",
    "vite-plugin-package-config": "^0.1.1",
    "vite-plugin-svg-icons": "^2.0.1",
    "vite-plugin-vue-setup-extend": "^0.4.0",
    "vitest": "^0.29.1",
    "vue-tsc": "^1.2.0"
  }
}