mirror of
https://gitee.com/goploy/goploy.git
synced 2024-11-30 03:07:59 +08:00
60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"name": "goploy",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@chenfengyuan/vue-qrcode": "^2.0.0-beta",
|
|
"@element-plus/icons-vue": "^1.1.3",
|
|
"asciinema-player": "^3.0.0-rc.1",
|
|
"axios": "^0.21.4",
|
|
"cron-validator": "^1.2.1",
|
|
"cronstrue": "^1.113.0",
|
|
"diff": "^5.0.0",
|
|
"echarts": "^5.2.1",
|
|
"element-plus": "^2.1.4",
|
|
"js-cookie": "^2.2.1",
|
|
"listenercount": "^1.0.1",
|
|
"normalize.css": "^8.0.1",
|
|
"nprogress": "^0.2.0",
|
|
"path-browserify": "^1.0.1",
|
|
"path-to-regexp": "^6.2.0",
|
|
"qrcode": "^1.5.0",
|
|
"unzipper": "^0.10.11",
|
|
"vue": "^3.2.31",
|
|
"vue-i18n": "^9.1.6",
|
|
"vue-router": "^4.0.6",
|
|
"vue3-ace-editor": "^2.2.2",
|
|
"vuex": "^4.0.0",
|
|
"xterm": "^4.12.0",
|
|
"xterm-addon-attach": "^0.6.0",
|
|
"xterm-addon-fit": "^0.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@intlify/vite-plugin-vue-i18n": "^2.1.2",
|
|
"@types/codemirror": "^5.60.0",
|
|
"@types/diff": "^5.0.1",
|
|
"@types/js-cookie": "^2.2.6",
|
|
"@types/node": "^15.0.2",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
|
"@typescript-eslint/parser": "^5.0.0",
|
|
"@vitejs/plugin-vue": "^1.10.2",
|
|
"@vue/compiler-sfc": "^3.0.5",
|
|
"eslint": "^8.10.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"eslint-plugin-vue": "^8.5.0",
|
|
"prettier": "^2.2.1",
|
|
"sass": "^1.32.12",
|
|
"typescript": "^4.6.2",
|
|
"vconsole": "^3.6.1",
|
|
"vite": "^2.9.0",
|
|
"vite-plugin-svg-icons": "^0.5.0",
|
|
"vue-tsc": "^0.33.2-patch.1"
|
|
}
|
|
}
|