mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-02 23:40:24 +08:00
64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"name": "mayfly",
|
|
"version": "1.0.0",
|
|
"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.1.0",
|
|
"asciinema-player": "^3.6.2",
|
|
"axios": "^1.5.0",
|
|
"countup.js": "^2.7.0",
|
|
"cropperjs": "^1.5.11",
|
|
"echarts": "^5.4.0",
|
|
"element-plus": "^2.4.1",
|
|
"jsencrypt": "^3.3.1",
|
|
"lodash": "^4.17.21",
|
|
"mitt": "^3.0.1",
|
|
"monaco-editor": "^0.44.0",
|
|
"monaco-sql-languages": "^0.11.0",
|
|
"monaco-themes": "^0.4.4",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^2.1.7",
|
|
"qrcode.vue": "^3.4.0",
|
|
"screenfull": "^6.0.2",
|
|
"sortablejs": "^1.15.0",
|
|
"sql-formatter": "^12.1.2",
|
|
"uuid": "^9.0.1",
|
|
"vue": "^3.3.4",
|
|
"vue-clipboard3": "^1.0.1",
|
|
"vue-router": "^4.2.5",
|
|
"xterm": "^5.3.0",
|
|
"xterm-addon-fit": "^0.8.0",
|
|
"xterm-addon-search": "^0.13.0",
|
|
"xterm-addon-web-links": "^0.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.178",
|
|
"@types/node": "^15.6.0",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/sortablejs": "^1.15.3",
|
|
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
|
"@typescript-eslint/parser": "^6.7.4",
|
|
"@vitejs/plugin-vue": "^4.4.0",
|
|
"@vue/compiler-sfc": "^3.3.4",
|
|
"dotenv": "^16.3.1",
|
|
"eslint": "^8.35.0",
|
|
"eslint-plugin-vue": "^8.2.0",
|
|
"prettier": "^2.3.0",
|
|
"sass": "^1.69.0",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.4.11",
|
|
"vue-eslint-parser": "^9.3.1"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
}
|