| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "name": "business",
- "version": "0.0.0",
- "private": true,
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build": "vite build",
- "preview": "vite preview"
- },
- "dependencies": {
- "@arco-themes/vue-niuniu": "^0.0.1",
- "@venegrad/vue3-click-outside": "^1.0.1",
- "@vitejs/plugin-vue-jsx": "^2.0.1",
- "@vue-office/docx": "^1.6.2",
- "@vue-office/excel": "^1.7.11",
- "@vue-office/pdf": "^2.0.8",
- "@vue/babel-plugin-jsx": "^1.1.1",
- "@vueuse/core": "^11.2.0",
- "axios": "^1.7.4",
- "clipboard-polyfill": "^4.1.0",
- "dayjs": "^1.11.13",
- "eventsource-parser": "^3.0.0",
- "highlight.js": "^11.10.0",
- "jsencrypt": "^3.3.1",
- "less": "^4.2.0",
- "makeit-captcha": "^2.0.7",
- "markdown-it": "^14.1.0",
- "marked": "^14.1.3",
- "marked-highlight": "^2.2.1",
- "markmap-common": "^0.17.0",
- "markmap-lib": "^0.17.2",
- "markmap-view": "^0.17.0",
- "md5": "^2.3.0",
- "mitt": "^3.0.1",
- "moment": "^2.30.1",
- "pdfjs-dist": "4.8.69",
- "pinia": "^2.2.6",
- "pinia-plugin-persistedstate": "^4.1.2",
- "query-string": "^9.1.1",
- "sortablejs": "^1.15.3",
- "swiper": "^11.1.12",
- "tui-image-editor": "^3.15.3",
- "vue": "3.5.12",
- "vue-clipboard3": "^2.0.0",
- "vue-i18n": "^10.0.4",
- "vue-router": "^4.3.3"
- },
- "devDependencies": {
- "@arco-design/web-vue": "^2.56.0",
- "@vitejs/plugin-vue": "^5.0.5",
- "sass": "^1.78.0",
- "vite": "^4.3.7",
- "vite-plugin-compression": "^0.5.1",
- "vite-plugin-imagemin": "^0.6.1"
- }
- }
|