mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-02 23:40:24 +08:00
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"name": "mayfly",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.0.9",
|
|
"axios": "^0.27.2",
|
|
"codemirror": "^5.65.5",
|
|
"countup.js": "^2.0.7",
|
|
"cropperjs": "^1.5.11",
|
|
"echarts": "^5.3.3",
|
|
"element-plus": "^2.2.16",
|
|
"jsencrypt": "^3.2.1",
|
|
"jsoneditor": "^9.9.0",
|
|
"lodash": "^4.17.21",
|
|
"mitt": "^3.0.0",
|
|
"nprogress": "^0.2.0",
|
|
"screenfull": "^6.0.2",
|
|
"sortablejs": "^1.13.0",
|
|
"sql-formatter": "^9.2.0",
|
|
"vue": "^3.2.37",
|
|
"vue-clipboard3": "^1.0.1",
|
|
"vue-router": "^4.1.2",
|
|
"vuex": "^4.0.2",
|
|
"xterm": "^4.19.0",
|
|
"xterm-addon-fit": "^0.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.178",
|
|
"@types/node": "^15.6.0",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/sortablejs": "^1.10.6",
|
|
"@typescript-eslint/eslint-plugin": "^4.23.0",
|
|
"@typescript-eslint/parser": "^4.23.0",
|
|
"@vitejs/plugin-vue": "^2.3.3",
|
|
"@vue/compiler-sfc": "^3.0.11",
|
|
"asciinema-player": "^3.0.1",
|
|
"dotenv": "^10.0.0",
|
|
"eslint": "^8.5.0",
|
|
"eslint-plugin-vue": "^8.2.0",
|
|
"prettier": "^2.3.0",
|
|
"sass": "^1.45.1",
|
|
"sass-loader": "^12.4.0",
|
|
"typescript": "^4.7.4",
|
|
"vite": "^2.9.13",
|
|
"vue-eslint-parser": "^8.0.1"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
}
|