{ "name": "fs-admin", "version": "1.2.0", "scripts": { "dev": "vite --host", "build": "run-p type-check build-only", "preview": "vite preview --port 4173", "build-only": "vite build", "type-check": "vue-tsc --noEmit", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" }, "dependencies": { "@element-plus/icons-vue": "^2.0.10", "@icon-park/vue-next": "^1.4.2", "@vueuse/core": "^9.12.0", "@wangeditor/editor": "^5.1.23", "@wangeditor/editor-for-vue": "^5.1.12", "axios": "^1.2.6", "dayjs": "^1.11.7", "echarts": "^5.4.2", "echarts-wordcloud": "^2.1.0", "element-plus": "^2.2.28", "nprogress": "^0.2.0", "pinia": "^2.0.29", "splitpanes": "^3.1.0", "vue": "^3.2.45", "vue-cropper": "^1.0.5", "vue-router": "^4.1.6", "vue3-count-to": "^1.1.2", "vuedraggable": "^4.1.0", "vxe-table": "^4.3.9", "xe-utils": "^3.5.7" }, "devDependencies": { "@iconify-json/ep": "^1.1.8", "@rushstack/eslint-patch": "^1.2.0", "@types/node": "^16.18.11", "@types/nprogress": "^0.2.0", "@types/qs": "^6.9.7", "@vitejs/plugin-vue": "^4.0.0", "@vitejs/plugin-vue-jsx": "^3.0.0", "@vue/eslint-config-prettier": "^7.0.0", "@vue/eslint-config-typescript": "^11.0.2", "@vue/tsconfig": "^0.1.3", "eslint": "^8.33.0", "eslint-plugin-vue": "^9.9.0", "npm-run-all": "^4.1.5", "prettier": "^2.8.3", "sass": "^1.57.1", "typescript": "~4.7.4", "unocss": "^0.49.1", "unplugin-auto-import": "^0.11.5", "unplugin-icons": "^0.14.15", "unplugin-vue-components": "^0.22.12", "unplugin-vue-define-options": "^0.11.2", "vite": "^4.3.5", "vite-plugin-style-import": "^2.0.0", "vite-plugin-svg-icons": "^2.0.1", "vue-tsc": "^0.39.5" } }