{ "name": "archives", "private": true, "version": "3.5.0", "scripts": { "dev": "vite", "build": "vite build", "node:build": "node ./scripts/build.js && vite build && node ./scripts/restore.js && node ./scripts/zip.js" }, "dependencies": { "axios": "^1.4.0", "crypto-js": "^4.1.1", "dayjs": "^1.11.8", "echarts": "^5.4.2", "element-plus": "^2.3.6", "hc-vue3-ui": "^1.4.1", "js-base64": "^3.7.5", "js-cookie": "^3.0.5", "js-fast-way": "^0.1.7", "js-md5": "^0.7.3", "js-web-screen-shot": "^1.9.8", "nprogress": "^0.2.0", "pinia": "^2.1.4", "remixicon": "^3.3.0", "sortablejs": "^1.15.0", "split.js": "^1.6.5", "vue": "^3.3.4", "vue-router": "^4.2.2", "vuedraggable": "^4.1.0" }, "devDependencies": { "@vitejs/plugin-vue": "^4.2.3", "@vue/compiler-sfc": "^3.3.4", "animate.css": "^4.1.1", "archiver": "^5.3.1", "autoprefixer": "^10.4.14", "cssnano": "^6.0.1", "mitt": "^3.0.0", "postcss": "^8.4.24", "sass": "^1.63.4", "tailwindcss": "3.3.2", "vite": "^4.3.9" } }