{ "type": "module", "packageManager": "pnpm@10.16.0", "engines": { "node": "^20.19.0 || >=22.12.0" }, "scripts": { "dev": "vite", "build:example": "vue-tsc -b && vite build --mode example", "serve:example": "http-server ./dist-example -o", "svgo": "svgo -f src/assets/icons", "new": "plop", "generate:icons": "tsx ./scripts/generate.icons.ts", "lint": "npm-run-all -s lint:tsc lint:eslint lint:stylelint", "lint:tsc": "vue-tsc -b", "lint:eslint": "eslint . --cache --fix", "lint:stylelint": "stylelint \"src/**/*.{css,scss,vue}\" --cache --fix", "preinstall": "npx only-allow pnpm", "postinstall": "simple-git-hooks", "taze": "taze minor -wIr" }, "dependencies": { "@antv/g2plot": "^2.4.33", "@bytemd/plugin-gfm": "^1.22.0", "@bytemd/vue-next": "^1.22.0", "@tinymce/tinymce-vue": "^6.3.0", "@vee-validate/zod": "^4.15.1", "@visactor/vchart": "^2.0.4", "@vue-office/docx": "^1.6.3", "@vue-office/excel": "^1.7.14", "@vueuse/components": "^13.9.0", "@vueuse/core": "^13.9.0", "@vueuse/integrations": "^13.9.0", "animate.css": "^4.1.1", "axios": "^1.12.1", "bytemd": "^1.22.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cropperjs": "^1.6.2", "dayjs": "^1.11.18", "defu": "^6.1.4", "disable-devtool": "^0.3.9", "echarts": "^6.0.0", "element-plus": "^2.11.2", "eruda": "^3.4.3", "es-toolkit": "^1.39.10", "filesize": "^11.0.2", "hotkeys-js": "^3.13.15", "lucide-vue-next": "^0.544.0", "mitt": "^3.0.1", "nprogress": "^0.2.0", "path-browserify": "^1.0.1", "path-to-regexp": "^8.3.0", "pinia": "^3.0.3", "print-js": "^1.6.0", "qrcode": "^1.5.4", "qs": "^6.14.0", "reka-ui": "^2.5.0", "scule": "^1.3.0", "splitpanes": "^4.0.4", "swiper": "^12.0.1", "tailwind-merge": "^3.3.1", "tinymce": "^7.9.1", "ua-parser-js": "^2.0.5", "vconsole": "^3.15.1", "vee-validate": "^4.15.1", "vue": "^3.5.21", "vue-currency-input": "^3.2.1", "vue-data-ui": "^3.1.5", "vue-esign": "^1.1.4", "vue-hooks-plus": "^2.4.1", "vue-router": "^4.5.1", "vue-sonner": "^2.0.8", "vxe-table": "^4.16.11", "xe-utils": "^3.7.9", "zod": "^4.1.8" }, "devDependencies": { "@antfu/eslint-config": "^5.3.0", "@clack/prompts": "^0.11.0", "@faker-js/faker": "^10.0.0", "@iconify/json": "^2.2.383", "@iconify/vue": "^5.0.0", "@stylistic/stylelint-config": "^3.0.1", "@types/nprogress": "^0.2.3", "@types/path-browserify": "^1.0.3", "@types/qrcode": "^1.5.5", "@types/qs": "^6.14.0", "@types/splitpanes": "^2.2.6", "@unocss/eslint-plugin": "^66.5.1", "@unocss/preset-legacy-compat": "^66.5.1", "@vitejs/plugin-legacy": "^7.2.1", "@vitejs/plugin-vue": "^6.0.1", "@vitejs/plugin-vue-jsx": "^5.1.1", "@vue/tsconfig": "^0.8.1", "autoprefixer": "^10.4.21", "boxen": "^8.0.1", "eslint": "^9.35.0", "fs-extra": "^11.3.1", "http-server": "^14.1.1", "lint-staged": "^16.1.6", "npm-run-all2": "^8.0.4", "picocolors": "^1.1.1", "plop": "^4.0.2", "postcss": "^8.5.6", "postcss-nested": "^7.0.2", "sass-embedded": "^1.92.1", "simple-git-hooks": "^2.13.1", "stylelint": "^16.24.0", "stylelint-config-recess-order": "^7.3.0", "stylelint-config-standard-scss": "^16.0.0", "stylelint-config-standard-vue": "^1.0.0", "stylelint-scss": "^6.12.1", "svgo": "^4.0.0", "taze": "^19.6.0", "tsx": "^4.20.5", "typescript": "^5.9.2", "unocss": "^66.5.1", "unocss-preset-animations": "^1.2.1", "unplugin-auto-import": "^20.1.0", "unplugin-turbo-console": "^2.2.0", "unplugin-vue-components": "^29.0.0", "vite": "^7.1.5", "vite-plugin-app-loading": "^0.4.0", "vite-plugin-archiver": "^0.2.0", "vite-plugin-banner": "^0.8.1", "vite-plugin-compression2": "^2.2.1", "vite-plugin-env-parse": "^1.0.15", "vite-plugin-fake-server": "^2.2.0", "vite-plugin-pages": "^0.33.1", "vite-plugin-svg-icons": "^2.0.1", "vite-plugin-vue-devtools": "^8.0.2", "vite-plugin-vue-meta-layouts": "^0.6.0", "vue-tsc": "^3.0.7" }, "simple-git-hooks": { "pre-commit": "pnpm lint-staged", "preserveUnused": true } }