mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
64 lines
2.0 KiB
JSON
64 lines
2.0 KiB
JSON
{
|
|
"name": "crawlab",
|
|
"version": "0.4.4",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve --ip=0.0.0.0 --mode=development",
|
|
"serve:prod": "vue-cli-service serve --mode=production --ip=0.0.0.0",
|
|
"config": "vue ui",
|
|
"build:dev": "vue-cli-service build --mode development",
|
|
"build:prod": "vue-cli-service build --mode production",
|
|
"lint": "vue-cli-service lint",
|
|
"test:unit": "vue-cli-service test:unit"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.19",
|
|
"@fortawesome/free-brands-svg-icons": "^5.9.0",
|
|
"@fortawesome/free-regular-svg-icons": "^5.9.0",
|
|
"@fortawesome/free-solid-svg-icons": "^5.9.0",
|
|
"@fortawesome/vue-fontawesome": "^0.1.6",
|
|
"@tinymce/tinymce-vue": "^2.0.0",
|
|
"ansi-to-html": "^0.6.13",
|
|
"axios": "0.18.0",
|
|
"babel-polyfill": "^6.26.0",
|
|
"cross-env": "^5.2.0",
|
|
"dayjs": "^1.8.6",
|
|
"echarts": "^4.1.0",
|
|
"element-ui": "2.13.0",
|
|
"font-awesome": "^4.7.0",
|
|
"github-markdown-css": "^3.0.1",
|
|
"js-cookie": "2.2.0",
|
|
"normalize.css": "7.0.0",
|
|
"nprogress": "0.2.0",
|
|
"path": "^0.12.7",
|
|
"showdown": "^1.9.1",
|
|
"vcrontab": "^0.3.3",
|
|
"vue": "^2.5.22",
|
|
"vue-ba": "^1.2.5",
|
|
"vue-codemirror": "^4.0.6",
|
|
"vue-codemirror-lite": "^1.0.4",
|
|
"vue-github-button": "^1.1.2",
|
|
"vue-i18n": "^8.9.0",
|
|
"vue-router": "^3.0.1",
|
|
"vue-tour": "^1.2.0",
|
|
"vue-virtual-scroll-list": "^1.3.9",
|
|
"vuex": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^3.4.0",
|
|
"@vue/cli-plugin-eslint": "^3.4.0",
|
|
"@vue/cli-plugin-unit-jest": "^3.4.0",
|
|
"@vue/cli-service": "^3.4.0",
|
|
"@vue/eslint-config-standard": "^4.0.0",
|
|
"@vue/test-utils": "^1.0.0-beta.20",
|
|
"babel-core": "7.0.0-bridge.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-jest": "^23.6.0",
|
|
"eslint": "^5.8.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"node-sass": "^4.9.0",
|
|
"sass-loader": "^7.1.0",
|
|
"vue-template-compiler": "^2.5.21"
|
|
}
|
|
}
|