{ "version": "2.1.3", "scripts": { "dev": "vite", "build:test": "vite build --mode test", "build": "vite build", "serve:test": "http-server ./dist-test -o", "serve": "http-server ./dist -o", "svgo": "svgo -f src/assets/icons", "new": "plop", "lint": "npm-run-all -s lint:tsc lint:eslint lint:stylelint", "lint:tsc": "vue-tsc --noEmit", "lint:eslint": "eslint src/**/*.{ts,tsx,vue} --cache --fix", "lint:stylelint": "stylelint src/**/*.{css,scss,vue} --cache --fix", "postinstall": "simple-git-hooks && esno scripts/prepare.js", "preinstall": "npx only-allow pnpm", "commit": "git cz", "release": "bumpp" }, "dependencies": { "@element-plus/icons-vue": "^2.0.10", "@tinymce/tinymce-vue": "^5.0.0", "@vueuse/core": "^9.5.0", "@vueuse/integrations": "^9.5.0", "@wangeditor/editor": "^5.1.23", "@wangeditor/editor-for-vue": "^5.1.12", "axios": "^1.1.3", "dayjs": "^1.11.6", "echarts": "^5.4.1", "element-plus": "^2.2.26", "file-saver": "^2.0.5", "hotkeys-js": "^3.10.0", "html2canvas": "^1.4.1", "jsencrypt": "^3.3.1", "lodash-es": "^4.17.21", "mitt": "^3.0.0", "mockjs": "^1.1.0", "nprogress": "^0.2.0", "path-browserify": "^1.0.1", "path-to-regexp": "^6.2.1", "pinia": "^2.0.23", "print-js": "^1.6.0", "qrcode": "^1.5.1", "qs": "^6.11.0", "tinymce": "^6.2.0", "vue": "^3.2.44", "vue-pdf-embed": "^1.1.5", "vue-router": "^4.1.6", "vue3-print-nb": "^0.1.4", "vuedraggable": "^4.1.0", "xlsx": "^0.18.5" }, "devDependencies": { "@antfu/eslint-config": "^0.29.4", "@iconify-json/ep": "^1.1.8", "@iconify/vue": "^4.0.0", "@types/nprogress": "^0.2.0", "@types/path-browserify": "^1.0.0", "@types/qrcode": "^1.5.0", "@types/qs": "^6.9.7", "@types/vue": "^2.0.0", "@vitejs/plugin-vue": "^3.2.0", "@vitejs/plugin-vue-jsx": "^2.1.1", "autoprefixer": "^10.4.13", "bumpp": "^8.2.1", "cz-git": "^1.3.12", "eslint": "^8.27.0", "esno": "^0.16.3", "fs-extra": "^10.1.0", "http-server": "^14.1.1", "lint-staged": "^13.0.3", "npm-run-all": "^4.1.5", "plop": "^3.1.1", "postcss-html": "^1.5.0", "sass": "^1.56.1", "simple-git-hooks": "^2.8.1", "stylelint": "^14.14.1", "stylelint-config-standard": "^29.0.0", "stylelint-config-standard-scss": "^6.1.0", "stylelint-config-standard-vue": "^1.0.0", "stylelint-scss": "^4.3.0", "svgo": "^3.0.0", "typescript": "^4.8.4", "unplugin-auto-import": "^0.11.4", "unplugin-vue-components": "^0.22.9", "vite": "^3.2.3", "vite-plugin-banner": "^0.6.1", "vite-plugin-compression": "^0.5.1", "vite-plugin-html": "^3.2.0", "vite-plugin-mock": "^2.9.6", "vite-plugin-pages": "^0.27.1", "vite-plugin-spritesmith": "^0.1.1", "vite-plugin-svg-icons": "^2.0.1", "vite-plugin-vue-layouts": "^0.6.0", "vite-plugin-vue-setup-extend": "^0.4.0", "vue-tsc": "^1.0.9" }, "simple-git-hooks": { "pre-commit": "pnpm lint-staged", "preserveUnused": true }, "config": { "commitizen": { "path": "node_modules/cz-git" } }, "prettier": { "eslintIntegration": true, "stylelintIntegration": true, "singleQuote": true, "semi": false, "insertPragma": false, "trailingComma": "none", "arrowParens": "avoid" } }