1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "name": "hoteline",
- "version": "1.0.1",
- "description": "市民热线服务系统",
- "author": "zc",
- "license": "MIT",
- "scripts": {
- "dev": "vite --force",
- "build": "vite build",
- "build:yibin": "vite build --mode yibin",
- "build:zigong": "vite build --mode zigong",
- "build:luzhou": "vite build --mode luzhou",
- "build:st": "vite build --mode st",
- "preview": "vite preview",
- "serve": "http-server ./dist",
- "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
- },
- "dependencies": {
- "@amap/amap-jsapi-loader": "^1.0.1",
- "@element-plus/icons-vue": "^2.0.10",
- "@logicflow/core": "^2.0.7",
- "@logicflow/extension": "^2.0.11",
- "@microsoft/signalr": "^7.0.0",
- "@originjs/vite-plugin-commonjs": "^1.0.3",
- "@vueuse/motion": "^2.0.0",
- "@wangeditor-next/editor": "^5.6.2",
- "@wangeditor-next/editor-for-vue": "^5.1.14",
- "axios": "^1.4.0",
- "dayjs": "^1.11.9",
- "echarts": "^5.5.0",
- "element-plus": "^2.7.7",
- "file-saver": "^2.0.5",
- "html-docx-js-typescript": "^0.1.5",
- "html2canvas": "^1.4.1",
- "js-cookie": "^3.0.1",
- "jsencrypt": "^3.3.2",
- "jspdf": "^2.5.1",
- "mitt": "^3.0.0",
- "nprogress": "^0.2.0",
- "pinia": "^2.1.4",
- "pinia-plugin-persist": "^1.0.0",
- "qrcodejs2-fixes": "^0.0.2",
- "qs": "^6.11.0",
- "screenfull": "^6.0.2",
- "sortablejs": "^1.15.0",
- "splitpanes": "^3.1.5",
- "vue": "^3.2.45",
- "vue-echarts": "^6.6.9",
- "vue-json-viewer": "3",
- "vue-router": "^4.1.6",
- "vue3-puzzle-vcode": "^1.1.7",
- "vue3-seamless-scroll": "^2.0.1",
- "vuedraggable": "^4.1.0",
- "webpack": "^5.0.0"
- },
- "devDependencies": {
- "@types/node": "^18.11.9",
- "@types/nprogress": "^0.2.0",
- "@types/qs": "^6.9.7",
- "@typescript-eslint/eslint-plugin": "^8.14.0",
- "@typescript-eslint/parser": "^8.14.0",
- "@vitejs/plugin-vue": "^4.4.0",
- "@vitejs/plugin-vue-jsx": "^3.1.0",
- "@vue/compiler-sfc": "^3.2.45",
- "@vueuse/core": "^10.11.0",
- "dotenv": "^16.0.3",
- "eslint": "^9.14.0",
- "eslint-plugin-vue": "^9.31.0",
- "prettier": "^2.8.0",
- "rollup-plugin-visualizer": "^5.12.0",
- "sass": "^1.56.1",
- "sass-loader": "^13.2.0",
- "terser": "^5.26.0",
- "typescript": "~5.2.2",
- "vite": "^4.4.11",
- "vite-plugin-compression": "^0.5.1",
- "vite-plugin-vue-setup-extend-plus": "^0.1.0",
- "vue-eslint-parser": "^9.1.0"
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not dead"
- ],
- "engines": {
- "node": ">=12.0.0",
- "npm": ">= 6.0.0"
- }
- }
|