Files
mayfly-go/frontend/package.json

77 lines
2.4 KiB
JSON
Raw Normal View History

2024-10-31 17:24:56 +08:00
{
"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",
"@logicflow/core": "^2.0.16",
"@logicflow/extension": "^2.0.21",
"@vueuse/core": "^13.4.0",
2025-02-27 19:40:31 +08:00
"@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.10.0",
2024-10-31 17:24:56 +08:00
"axios": "^1.6.2",
"clipboard": "^2.0.11",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
2025-01-07 21:02:27 +08:00
"echarts": "^5.6.0",
"element-plus": "^2.10.2",
2024-10-31 17:24:56 +08:00
"js-base64": "^3.7.7",
"jsencrypt": "^3.3.2",
"mitt": "^3.0.1",
"monaco-editor": "^0.52.2",
"monaco-sql-languages": "^0.15.0",
"monaco-themes": "^0.4.5",
2024-10-31 17:24:56 +08:00
"nprogress": "^0.2.0",
"pinia": "^3.0.3",
2024-12-08 13:04:23 +08:00
"qrcode.vue": "^3.6.0",
2024-10-31 17:24:56 +08:00
"screenfull": "^6.0.2",
2024-12-08 13:04:23 +08:00
"sortablejs": "^1.15.6",
"sql-formatter": "^15.6.5",
2024-10-31 17:24:56 +08:00
"trzsz": "^1.1.5",
"uuid": "^9.0.1",
"vue": "^3.5.17",
"vue-i18n": "^11.1.6",
"vue-router": "^4.5.1",
2025-02-27 19:40:31 +08:00
"vuedraggable": "^4.1.0"
2024-10-31 17:24:56 +08:00
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.10",
2024-10-31 17:24:56 +08:00
"@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.4",
"@vue/compiler-sfc": "^3.5.17",
"autoprefixer": "^10.4.21",
"code-inspector-plugin": "^0.20.9",
2024-10-31 17:24:56 +08:00
"dotenv": "^16.3.1",
"eslint": "^9.27.0",
"eslint-plugin-vue": "^10.2.0",
"postcss": "^8.5.6",
"prettier": "^3.5.3",
"sass": "^1.89.2",
"tailwindcss": "^4.1.10",
2025-03-11 12:42:20 +08:00
"typescript": "^5.8.2",
"vite": "npm:rolldown-vite@latest",
"vite-plugin-progress": "0.0.7",
2025-04-15 21:42:31 +08:00
"vue-eslint-parser": "^10.1.3"
2024-10-31 17:24:56 +08:00
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
2024-11-20 22:43:53 +08:00
}