mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
72 lines
2.1 KiB
JSON
72 lines
2.1 KiB
JSON
{
|
|
"name": "@crawlab/app",
|
|
"version": "0.7.0",
|
|
"scripts": {
|
|
"serve": "vite",
|
|
"serve:dist": "serve dist",
|
|
"build": "vite build",
|
|
"build:docker": "vite build --mode docker"
|
|
},
|
|
"author": {
|
|
"name": "Marvin Zhang",
|
|
"email": "tikazyq@163.com"
|
|
},
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@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",
|
|
"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",
|
|
"@vitejs/plugin-vue": "^3.2.0",
|
|
"@vue/compiler-sfc": "^3.2.45",
|
|
"rollup-plugin-external-globals": "^0.8.0",
|
|
"rollup-plugin-visualizer": "^5.9.2",
|
|
"typescript": "^4.6.4",
|
|
"vite": "^3.2.4",
|
|
"vite-aliases": "^0.9.7",
|
|
"vite-plugin-dynamic-import": "^1.2.4",
|
|
"vite-plugin-externalize-deps": "^0.7.0",
|
|
"vue-tsc": "^1.0.9"
|
|
}
|
|
} |