mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-02 15:30:25 +08:00
72 lines
2.2 KiB
JSON
72 lines
2.2 KiB
JSON
{
|
|
"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.1",
|
|
"@vueuse/core": "^13.1.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.9.0",
|
|
"axios": "^1.6.2",
|
|
"clipboard": "^2.0.11",
|
|
"crypto-js": "^4.2.0",
|
|
"dayjs": "^1.11.13",
|
|
"echarts": "^5.6.0",
|
|
"element-plus": "^2.9.7",
|
|
"js-base64": "^3.7.7",
|
|
"jsencrypt": "^3.3.2",
|
|
"mitt": "^3.0.1",
|
|
"monaco-editor": "^0.52.2",
|
|
"monaco-sql-languages": "^0.12.2",
|
|
"monaco-themes": "^0.4.4",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^3.0.2",
|
|
"qrcode.vue": "^3.6.0",
|
|
"screenfull": "^6.0.2",
|
|
"sortablejs": "^1.15.6",
|
|
"splitpanes": "^4.0.3",
|
|
"sql-formatter": "^15.4.10",
|
|
"trzsz": "^1.1.5",
|
|
"uuid": "^9.0.1",
|
|
"vue": "^3.5.13",
|
|
"vue-i18n": "^11.1.3",
|
|
"vue-router": "^4.5.0",
|
|
"vuedraggable": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@types/node": "^18.14.0",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/sortablejs": "^1.15.8",
|
|
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
|
"@typescript-eslint/parser": "^6.7.4",
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
"@vue/compiler-sfc": "^3.5.13",
|
|
"code-inspector-plugin": "^0.4.5",
|
|
"dotenv": "^16.3.1",
|
|
"eslint": "^8.35.0",
|
|
"eslint-plugin-vue": "^10.0.0",
|
|
"prettier": "^3.2.5",
|
|
"sass": "^1.86.3",
|
|
"typescript": "^5.8.2",
|
|
"vite": "^6.2.6",
|
|
"vite-plugin-progress": "0.0.7",
|
|
"vue-eslint-parser": "^10.1.3"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
}
|