mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
67 lines
1.8 KiB
JSON
67 lines
1.8 KiB
JSON
{
|
|
"name": "crawlab",
|
|
"version": "0.7.0-rc1",
|
|
"workspaces": [
|
|
"packages/*",
|
|
"apps/*"
|
|
],
|
|
"scripts": {
|
|
"dev": "turbo run dev",
|
|
"test": "turbo run test",
|
|
"build": "turbo run build"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.8",
|
|
"@vue/language-server": "^2.0.24",
|
|
"pnpm": "^9.5.0",
|
|
"turbo": "^2.0.6",
|
|
"typescript": "^5",
|
|
"vite": "^5.4.6",
|
|
"vue-tsc": "^2.0.24"
|
|
},
|
|
"packageManager": "pnpm@9.4.0",
|
|
"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.4",
|
|
"core-js": "^3.37.1",
|
|
"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"
|
|
}
|
|
}
|