2021-06-07 17:22:07 +08:00
|
|
|
{
|
|
|
|
|
"name": "mayfly",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "vite build",
|
2023-02-14 12:23:38 +08:00
|
|
|
"preview": "vite preview",
|
|
|
|
|
"build-preview": "npm run build && npm run preview",
|
2021-06-07 17:22:07 +08:00
|
|
|
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-03-06 16:59:57 +08:00
|
|
|
"@element-plus/icons-vue": "^2.1.0",
|
2023-07-20 22:41:13 +08:00
|
|
|
"asciinema-player": "^3.5.0",
|
2023-08-31 21:49:20 +08:00
|
|
|
"axios": "^1.5.0",
|
2023-08-16 17:37:33 +08:00
|
|
|
"countup.js": "^2.7.0",
|
2021-06-07 17:22:07 +08:00
|
|
|
"cropperjs": "^1.5.11",
|
2022-12-05 21:45:35 +08:00
|
|
|
"echarts": "^5.4.0",
|
2023-07-20 22:41:13 +08:00
|
|
|
"element-plus": "^2.3.8",
|
2023-03-06 16:59:57 +08:00
|
|
|
"jsencrypt": "^3.3.1",
|
2021-12-25 00:58:07 +08:00
|
|
|
"lodash": "^4.17.21",
|
2023-07-20 22:41:13 +08:00
|
|
|
"mitt": "^3.0.1",
|
2023-08-16 17:37:33 +08:00
|
|
|
"monaco-editor": "^0.41.0",
|
2023-02-13 21:11:16 +08:00
|
|
|
"monaco-sql-languages": "^0.11.0",
|
2023-05-24 12:32:17 +08:00
|
|
|
"monaco-themes": "^0.4.4",
|
2021-06-07 17:22:07 +08:00
|
|
|
"nprogress": "^0.2.0",
|
2023-07-31 17:34:32 +08:00
|
|
|
"pinia": "^2.1.6",
|
2023-06-17 15:15:03 +08:00
|
|
|
"qrcode.vue": "^3.4.0",
|
2022-08-21 21:00:28 +08:00
|
|
|
"screenfull": "^6.0.2",
|
2021-06-07 17:22:07 +08:00
|
|
|
"sortablejs": "^1.13.0",
|
2023-02-22 15:54:53 +08:00
|
|
|
"sql-formatter": "^12.1.2",
|
2023-05-24 12:32:17 +08:00
|
|
|
"vue": "^3.3.4",
|
2022-02-07 17:49:48 +08:00
|
|
|
"vue-clipboard3": "^1.0.1",
|
2023-07-20 22:41:13 +08:00
|
|
|
"vue-router": "^4.2.4",
|
2023-09-11 17:34:24 +08:00
|
|
|
"xterm": "^5.3.0",
|
|
|
|
|
"xterm-addon-fit": "^0.8.0",
|
|
|
|
|
"xterm-addon-search": "^0.13.0",
|
|
|
|
|
"xterm-addon-web-links": "^0.9.0",
|
|
|
|
|
"xterm-addon-webgl": "^0.16.0"
|
2021-06-07 17:22:07 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-01-12 16:00:31 +08:00
|
|
|
"@types/lodash": "^4.14.178",
|
2021-06-07 17:22:07 +08:00
|
|
|
"@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",
|
2023-03-15 11:41:03 +08:00
|
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
2021-06-07 17:22:07 +08:00
|
|
|
"@vue/compiler-sfc": "^3.0.11",
|
|
|
|
|
"dotenv": "^10.0.0",
|
2023-03-06 16:59:57 +08:00
|
|
|
"eslint": "^8.35.0",
|
2022-01-12 16:00:31 +08:00
|
|
|
"eslint-plugin-vue": "^8.2.0",
|
2021-06-07 17:22:07 +08:00
|
|
|
"prettier": "^2.3.0",
|
2023-05-24 12:32:17 +08:00
|
|
|
"sass": "^1.62.0",
|
2023-02-06 17:14:16 +08:00
|
|
|
"sass-loader": "^13.2.0",
|
2023-03-19 14:49:12 +08:00
|
|
|
"typescript": "^5.0.2",
|
2023-08-16 17:37:33 +08:00
|
|
|
"vite": "^4.4.9",
|
2023-05-24 12:32:17 +08:00
|
|
|
"vue-eslint-parser": "^9.1.1"
|
2021-06-07 17:22:07 +08:00
|
|
|
},
|
|
|
|
|
"browserslist": [
|
|
|
|
|
"> 1%",
|
|
|
|
|
"last 2 versions",
|
|
|
|
|
"not dead"
|
|
|
|
|
]
|
|
|
|
|
}
|