mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-30 18:00:56 +01:00
chore: updated deps
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@crawlab/app",
|
||||
"version": "0.6.3",
|
||||
"version": "0.7.0",
|
||||
"scripts": {
|
||||
"serve": "vite",
|
||||
"serve:dist": "serve dist",
|
||||
@@ -13,19 +13,48 @@
|
||||
},
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@element-plus/icons": "^0.0.11",
|
||||
"@fortawesome/fontawesome-svg-core": "^1.3.0",
|
||||
"@fortawesome/free-brands-svg-icons": "^6.0.0",
|
||||
"@fortawesome/free-regular-svg-icons": "^6.0.0",
|
||||
"@fortawesome/free-solid-svg-icons": "^6.0.0",
|
||||
"@fortawesome/vue-fontawesome": "^3.0.0-5",
|
||||
"@element-plus/icons-vue": "^2.3.1",
|
||||
"@fortawesome/fontawesome-common-types": "^6.5.2",
|
||||
"@fortawesome/fontawesome-svg-core": "^6.5.2",
|
||||
"@fortawesome/free-brands-svg-icons": "^6.5.2",
|
||||
"@fortawesome/free-regular-svg-icons": "^6.5.2",
|
||||
"@fortawesome/free-solid-svg-icons": "^6.5.2",
|
||||
"@fortawesome/vue-fontawesome": "^3.0.8",
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"@types/getos": "^3.0.4",
|
||||
"@types/humanize-duration": "^3.27.4",
|
||||
"@types/javascript-time-ago": "^2.0.8",
|
||||
"@types/md5": "^2.3.5",
|
||||
"@types/pinyin": "^2.10.2",
|
||||
"@types/showdown": "^2.0.6",
|
||||
"@types/url-join": "^4.0.3",
|
||||
"async-validator": "^4.2.5",
|
||||
"atom-material-icons": "^3.0.0",
|
||||
"codemirror": "^5.59.1",
|
||||
"crawlab-ui": "0.6.3",
|
||||
"echarts": "^5.1.2",
|
||||
"element-plus": "^1.3.0-beta.10",
|
||||
"vue": "^3.2",
|
||||
"vue-router": "^4.0.11"
|
||||
"axios": "^1.7.2",
|
||||
"core-js": "^3.37.1",
|
||||
"crawlab-ui": "0.7.0-rc3",
|
||||
"crawlab-vue3-dropzone": "3.0.3",
|
||||
"cron-parser": "^4.9.0",
|
||||
"cronstrue": "^2.50.0",
|
||||
"dayjs": "^1.11.11",
|
||||
"element-plus": "^2.7.6",
|
||||
"font-awesome": "^4.7.0",
|
||||
"humanize-duration": "^3.32.1",
|
||||
"javascript-time-ago": "^2.5.10",
|
||||
"md5": "^2.3.0",
|
||||
"monaco-editor": "^0.50.0",
|
||||
"normalize.css": "^8.0.1",
|
||||
"os-name": "^5.0.1",
|
||||
"pinyin": "^2.10.2",
|
||||
"point-cluster": "^3.1.8",
|
||||
"showdown": "^2.1.0",
|
||||
"three": "^0.166.0",
|
||||
"url-join": "^4.0.1",
|
||||
"vue": "^3.4",
|
||||
"vue-clipboard3": "^2.0.0",
|
||||
"vue-i18n": "9.13.1",
|
||||
"vue-router": "4.4.0",
|
||||
"vuex": "^4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.11.10",
|
||||
|
||||
Reference in New Issue
Block a user