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": {
|
2024-01-05 12:09:12 +08:00
|
|
|
"@element-plus/icons-vue": "^2.3.1",
|
2024-01-15 20:51:41 +08:00
|
|
|
"@vueuse/core": "^10.7.2",
|
2023-12-16 17:41:15 +08:00
|
|
|
"asciinema-player": "^3.6.3",
|
2023-11-15 12:28:49 +08:00
|
|
|
"axios": "^1.6.2",
|
2023-11-20 12:21:27 +08:00
|
|
|
"clipboard": "^2.0.11",
|
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",
|
2023-10-20 21:31:46 +08:00
|
|
|
"echarts": "^5.4.3",
|
2024-02-18 18:42:25 +08:00
|
|
|
"element-plus": "^2.5.6",
|
2023-12-06 09:23:23 +08:00
|
|
|
"js-base64": "^3.7.5",
|
2023-11-29 17:34:54 +08:00
|
|
|
"jsencrypt": "^3.3.2",
|
2021-12-25 00:58:07 +08:00
|
|
|
"lodash": "^4.17.21",
|
2023-07-20 22:41:13 +08:00
|
|
|
"mitt": "^3.0.1",
|
2024-02-18 18:42:25 +08:00
|
|
|
"monaco-editor": "^0.46.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-10-14 00:38:51 +08:00
|
|
|
"pinia": "^2.1.7",
|
2023-11-29 17:34:54 +08:00
|
|
|
"qrcode.vue": "^3.4.1",
|
2022-08-21 21:00:28 +08:00
|
|
|
"screenfull": "^6.0.2",
|
2023-10-08 12:14:19 +08:00
|
|
|
"sortablejs": "^1.15.0",
|
2023-12-07 23:57:11 +08:00
|
|
|
"splitpanes": "^3.1.5",
|
2024-01-15 20:51:41 +08:00
|
|
|
"sql-formatter": "^15.0.2",
|
2023-10-18 15:24:29 +08:00
|
|
|
"uuid": "^9.0.1",
|
2024-02-18 18:42:25 +08:00
|
|
|
"vue": "^3.4.19",
|
2023-10-14 00:38:51 +08:00
|
|
|
"vue-router": "^4.2.5",
|
2023-09-11 17:34:24 +08:00
|
|
|
"xterm": "^5.3.0",
|
|
|
|
|
"xterm-addon-fit": "^0.8.0",
|
|
|
|
|
"xterm-addon-search": "^0.13.0",
|
2023-09-14 17:21:01 +08:00
|
|
|
"xterm-addon-web-links": "^0.9.0"
|
2021-06-07 17:22:07 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-01-12 16:00:31 +08:00
|
|
|
"@types/lodash": "^4.14.178",
|
2024-01-12 13:15:30 +08:00
|
|
|
"@types/node": "^18.14.0",
|
2021-06-07 17:22:07 +08:00
|
|
|
"@types/nprogress": "^0.2.0",
|
2023-10-08 12:14:19 +08:00
|
|
|
"@types/sortablejs": "^1.15.3",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
|
|
|
|
"@typescript-eslint/parser": "^6.7.4",
|
2024-01-11 12:35:44 +08:00
|
|
|
"@vitejs/plugin-vue": "^5.0.3",
|
2024-02-18 18:42:25 +08:00
|
|
|
"@vue/compiler-sfc": "^3.4.19",
|
2024-01-21 22:52:20 +08:00
|
|
|
"code-inspector-plugin": "^0.4.5",
|
2023-10-08 12:14:19 +08:00
|
|
|
"dotenv": "^16.3.1",
|
2023-03-06 16:59:57 +08:00
|
|
|
"eslint": "^8.35.0",
|
2024-02-18 18:42:25 +08:00
|
|
|
"eslint-plugin-vue": "^9.21.1",
|
|
|
|
|
"prettier": "^3.2.5",
|
2023-10-08 12:14:19 +08:00
|
|
|
"sass": "^1.69.0",
|
2023-11-27 17:40:47 +08:00
|
|
|
"typescript": "^5.3.2",
|
2024-02-18 18:42:25 +08:00
|
|
|
"vite": "^5.1.3",
|
|
|
|
|
"vue-eslint-parser": "^9.4.2"
|
2021-06-07 17:22:07 +08:00
|
|
|
},
|
|
|
|
|
"browserslist": [
|
|
|
|
|
"> 1%",
|
|
|
|
|
"last 2 versions",
|
|
|
|
|
"not dead"
|
|
|
|
|
]
|
|
|
|
|
}
|