mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
74 lines
2.3 KiB
JSON
74 lines
2.3 KiB
JSON
{
|
|
"name": "@crawlab/frontend",
|
|
"version": "0.6.0-beta.20210715",
|
|
"private": false,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve --port=8081",
|
|
"serve:build:local": "vue-cli-service serve --port=8082 --model local",
|
|
"build": "vue-cli-service build",
|
|
"build:docker": "vue-cli-service build --mode docker",
|
|
"build:local": "vue-cli-service build --mode local",
|
|
"lint": "vue-cli-service lint",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.32",
|
|
"@fortawesome/free-brands-svg-icons": "^5.15.1",
|
|
"@fortawesome/free-regular-svg-icons": "^5.15.1",
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.1",
|
|
"@fortawesome/vue-fontawesome": "^3.0.0-2",
|
|
"@popperjs/core": "^2.6.0",
|
|
"@types/codemirror": "^0.0.103",
|
|
"@types/echarts": "^4.9.8",
|
|
"@types/getos": "^3.0.1",
|
|
"@types/humanize-duration": "^3.25.0",
|
|
"@types/javascript-time-ago": "^2.0.2",
|
|
"@types/md5": "^2.2.1",
|
|
"@types/pinyin": "^2.8.2",
|
|
"atom-material-icons": "^3.0.0",
|
|
"axios": "^0.21.1",
|
|
"codemirror": "^5.59.1",
|
|
"core-js": "^3.6.5",
|
|
"cron-parser": "^3.5.0",
|
|
"cronstrue": "^1.114.0",
|
|
"dayjs": "^1.10.5",
|
|
"echarts": "^5.1.2",
|
|
"element-plus": "1.0.2-beta.40",
|
|
"font-awesome": "^4.7.0",
|
|
"getos": "^3.2.1",
|
|
"humanize-duration": "^3.26.0",
|
|
"javascript-time-ago": "^2.3.6",
|
|
"md5": "^2.3.0",
|
|
"node-sass": "^5.0.0",
|
|
"normalize.css": "^8.0.1",
|
|
"pinyin": "^2.10.2",
|
|
"point-cluster": "^3.1.8",
|
|
"vue": "^3.0.4",
|
|
"vue-clipboard3": "^1.0.1",
|
|
"vue-i18n": "^9.0.0-beta.11",
|
|
"vue-router": "^4.0.0-0",
|
|
"vue3-dropzone": "^0.0.7",
|
|
"vue3-sfc-loader": "^0.8.4",
|
|
"vuex": "^4.0.0-0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-typescript": "^7.12.7",
|
|
"@types/jest": "^26.0.19",
|
|
"@typescript-eslint/eslint-plugin": "^2.33.0",
|
|
"@typescript-eslint/parser": "^2.33.0",
|
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
"@vue/cli-plugin-router": "~4.5.0",
|
|
"@vue/cli-plugin-typescript": "~4.5.0",
|
|
"@vue/cli-plugin-vuex": "~4.5.0",
|
|
"@vue/cli-service": "~4.5.0",
|
|
"@vue/compiler-sfc": "^3.0.0",
|
|
"@vue/eslint-config-typescript": "^5.0.2",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-vue": "^7.0.0-0",
|
|
"sass-loader": "^10.1.0",
|
|
"scss-loader": "^0.0.1",
|
|
"typescript": "~3.9.3"
|
|
}
|
|
}
|