| 1234567891011121314151617181920212223242526272829303132 |
- {
- "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",
- "axios": "^1.7.4",
- "clipboard-polyfill": "^4.1.0",
- "makeit-captcha": "^2.0.7",
- "markdown-it": "^14.1.0",
- "markmap-common": "^0.17.0",
- "markmap-lib": "^0.17.0",
- "markmap-view": "^0.17.0",
- "mitt": "^3.0.1",
- "swiper": "^11.1.12",
- "vue": "^3.4.29",
- "vue-router": "^4.3.3"
- },
- "devDependencies": {
- "@arco-design/web-vue": "^2.56.0",
- "@vitejs/plugin-vue": "^5.0.5",
- "sass": "^1.78.0",
- "vite": "^5.3.1"
- }
- }
|