{ "name": "mayfly-go-frontend", "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "build-preview": "npm run build && npm run preview", "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/" }, "dependencies": { "@element-plus/icons-vue": "^2.3.2", "@logicflow/core": "^2.1.3", "@logicflow/extension": "^2.1.5", "@vueuse/core": "^13.9.0", "@xterm/addon-fit": "^0.10.0", "@xterm/addon-search": "^0.15.0", "@xterm/addon-web-links": "^0.11.0", "@xterm/xterm": "^5.5.0", "asciinema-player": "^3.11.1", "axios": "^1.6.2", "clipboard": "^2.0.11", "crypto-js": "^4.2.0", "dayjs": "^1.11.18", "echarts": "^6.0.0", "element-plus": "^2.11.4", "js-base64": "^3.7.8", "jsencrypt": "^3.5.4", "monaco-editor": "^0.54.0", "monaco-sql-languages": "^0.15.1", "monaco-themes": "^0.4.7", "nprogress": "^0.2.0", "pinia": "^3.0.3", "qrcode.vue": "^3.6.0", "screenfull": "^6.0.2", "sortablejs": "^1.15.6", "sql-formatter": "^15.6.8", "trzsz": "^1.1.5", "uuid": "^13.0.0", "vue": "^v3.5.22", "vue-i18n": "^11.1.12", "vue-router": "^4.6.3", "vuedraggable": "^4.1.0" }, "devDependencies": { "@tailwindcss/vite": "^4.1.14", "@types/crypto-js": "^4.2.2", "@types/node": "^22.13.14", "@types/nprogress": "^0.2.0", "@types/sortablejs": "^1.15.8", "@typescript-eslint/eslint-plugin": "^8.35.0", "@typescript-eslint/parser": "^8.35.0", "@vitejs/plugin-vue": "^6.0.1", "@vue/compiler-sfc": "^3.5.18", "autoprefixer": "^10.4.21", "code-inspector-plugin": "^1.0.4", "eslint": "^9.29.0", "eslint-plugin-vue": "^10.5.0", "postcss": "^8.5.6", "prettier": "^3.6.1", "sass": "^1.93.2", "tailwindcss": "^4.1.14", "typescript": "^5.9.2", "vite": "npm:rolldown-vite@latest", "vite-plugin-progress": "0.0.7", "vue-eslint-parser": "^10.2.0" }, "browserslist": [ "> 1%", "last 2 versions", "not dead" ] }