{ "name": "k5web", "description": "K5Web", "version": "1.0.0", "private": true, "author": "Silent YANG", "license": "MIT", "main": "main.js", "scripts": { "dev": "vite --config ./config/vite.config.dev.ts", "build": "vite build --config ./config/vite.config.prod.ts", "report": "cross-env REPORT=true npm run build", "preview": "npm run build && vite preview --host", "start": "electron-forge start", "package": "electron-forge package", "make": "electron-forge make" }, "dependencies": { "@arco-design/web-vue": "^2.44.7", "@vueuse/core": "^9.3.0", "@zxing/text-encoding": "^0.9.0", "aegis-web-sdk": "^1.39.1", "axios": "^0.24.0", "chinese-simple2traditional": "^2.1.0", "dayjs": "^1.11.5", "echarts": "^5.4.0", "electron-squirrel-startup": "^1.0.0", "lodash": "^4.17.21", "mitt": "^3.0.0", "nprogress": "^0.2.0", "pinia": "^2.0.23", "qrcode": "^1.5.3", "query-string": "^8.0.3", "sortablejs": "^1.15.0", "tdesign-vue-next": "^1.8.1", "uuid": "^9.0.1", "vue": "^3.2.40", "vue-echarts": "^6.2.3", "vue-i18n": "^9.2.2", "vue-router": "^4.0.14" }, "devDependencies": { "@arco-plugins/vite-vue": "^1.4.5", "@commitlint/cli": "^17.1.2", "@commitlint/config-conventional": "^17.1.0", "@electron-forge/cli": "^7.2.0", "@electron-forge/maker-deb": "^7.2.0", "@electron-forge/maker-rpm": "^7.2.0", "@electron-forge/maker-squirrel": "^7.2.0", "@electron-forge/maker-zip": "^7.2.0", "@electron-forge/plugin-auto-unpack-natives": "^7.2.0", "@rabbitholesyndrome/electron-forge-maker-portable": "^0.2.0", "@types/lodash": "^4.14.186", "@types/mockjs": "^1.0.7", "@types/nprogress": "^0.2.0", "@types/sortablejs": "^1.15.0", "@typescript-eslint/eslint-plugin": "^5.40.0", "@typescript-eslint/parser": "^5.40.0", "@vitejs/plugin-vue": "^3.1.2", "@vitejs/plugin-vue-jsx": "^2.0.1", "@vue/babel-plugin-jsx": "^1.1.1", "consola": "^2.15.3", "cross-env": "^7.0.3", "electron": "^28.2.1", "less": "^4.1.3", "mockjs": "^1.1.0", "postcss-html": "^1.5.0", "prettier": "^2.7.1", "rollup": "^3.9.1", "rollup-plugin-visualizer": "^5.8.2", "typescript": "^4.8.4", "unplugin-auto-import": "^0.17.5", "unplugin-vue-components": "^0.24.1", "vite": "^3.2.5", "vite-plugin-compression": "^0.5.1", "vite-plugin-imagemin": "^0.6.1", "vite-svg-loader": "^3.6.0", "vue-tsc": "^1.0.14" }, "engines": { "node": ">=14.0.0" }, "resolutions": { "bin-wrapper": "npm:bin-wrapper-china", "rollup": "^2.56.3", "gifsicle": "5.2.0" } }