{ "name": "dubhe-web", "version": "0.3.0", "description": "之江天枢人工智能开源平台", "author": "zhejianglab", "keywords": [ "web", "vue", "zhejianglab", "之江天枢", "人工智能" ], "scripts": { "mock": "vue-cli-service serve --mode mock --open", "dev": "vue-cli-service serve --open", "build:prod": "vue-cli-service build", "build:test": "vue-cli-service build --mode test", "build:dev": "vue-cli-service build --mode development", "lint": "eslint --ext .js,.vue src", "fix": "eslint --fix --ext .js,.vue src", "lint:style": "stylelint src/**/*.{html,vue,css,sass,scss}", "fix:style": "stylelint src/**/*.{html,vue,css,sass,scss} --fix" }, "husky": { "hooks": { "pre-commit": "lint-staged", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "lint-staged": { "src/**/*.{js,vue}": [ "eslint --fix", "git add" ] }, "repository": { "type": "git", "url": "git@codeup.teambition.com:zhejianglab/dubhe-web.git" }, "dependencies": { "@riophae/vue-treeselect": "0.1.0", "@vue/babel-plugin-transform-vue-jsx": "^1.1.2", "@vue/composition-api": "^0.5.0", "@wulucxy/dwv": "0.28.1-beta.9", "add-dom-event-listener": "^1.1.0", "axios": "0.18.1", "chroma-js": "^2.1.0", "classnames": "^2.2.6", "clipboard": "^2.0.6", "d3": "^5.16.0", "d3-selection": "^1.4.1", "d3-zoom": "^1.8.3", "dagre-d3": "^0.6.4", "date-fns": "^2.13.0", "dicom-parser": "^1.8.7", "dicomweb-client": "^0.6.0", "echarts": "4.2.1", "echarts-gl": "^1.1.1", "element-ui": "2.13.2", "file-saver": "^2.0.2", "filereader-stream": "^2.0.0", "jquery": "^3.5.1", "jquery-contextmenu": "^2.9.1", "js-beautify": "^1.13.0", "js-cookie": "2.2.0", "jschardet": "^2.2.1", "jsencrypt": "^3.0.0-rc.1", "json2csv": "^5.0.1", "lodash": "^4.17.15", "minio": "7.0.16", "nanoid": "^3.1.3", "normalize.css": "7.0.0", "nprogress": "0.2.0", "p-map": "^4.0.0", "path-to-regexp": "^6.2.0", "portal-vue": "^2.1.7", "prismjs": "^1.20.0", "promise.allsettled": "^1.0.2", "qs": "^6.9.1", "screenfull": "^5.0.2", "stream-to-array": "^2.3.0", "streamsaver": "^2.0.4", "v-click-outside": "^3.0.1", "v-hotkey": "^0.8.0", "vee-validate": "^3.3.0", "vue": "2.6.10", "vue-copy-to-clipboard": "^1.0.3", "vue-prism-component": "^1.2.0", "vue-prism-editor": "^1.2.2", "vue-router": "^3.0.2", "vuex": "3.1.0" }, "devDependencies": { "@babel/core": "7.0.0", "@babel/plugin-proposal-optional-chaining": "^7.9.0", "@babel/register": "7.0.0", "@commitlint/cli": "^8.3.5", "@commitlint/config-conventional": "^8.3.4", "@vue/cli-plugin-babel": "3.5.3", "@vue/cli-plugin-eslint": "3.5.1", "@vue/cli-plugin-unit-jest": "3.5.3", "@vue/cli-service": "3.5.3", "@vue/test-utils": "1.0.0-beta.29", "autoprefixer": "^9.5.1", "babel-core": "7.0.0-bridge.0", "babel-eslint": "10.0.3", "babel-jest": "23.6.0", "babel-plugin-transform-remove-console": "^6.9.4", "chalk": "2.4.2", "eslint": "^6.8.0", "eslint-config-airbnb-base": "^14.1.0", "eslint-config-prettier": "^6.10.1", "eslint-import-resolver-webpack": "^0.12.2", "eslint-plugin-import": "^2.20.2", "eslint-plugin-prettier": "^2.3.1", "eslint-plugin-vue": "^6.2.2", "express-http-proxy": "^1.6.2", "html-webpack-plugin": "3.2.0", "husky": "^4.2.5", "less": "^3.11.3", "less-loader": "^6.1.1", "lint-staged": "8.1.5", "prettier": "^1.18.2", "sass": "^1.26.8", "sass-loader": "^7.3.1", "script-ext-html-webpack-plugin": "2.1.3", "stylelint": "^13.6.1", "stylelint-config-recess-order": "^2.0.4", "stylelint-config-standard": "^20.0.0", "stylelint-order": "^4.1.0", "stylelint-scss": "^3.18.0", "vue-template-compiler": "2.6.10" }, "engines": { "node": ">=8.9", "npm": ">= 3.0.0" }, "browserslist": [ "> 1%", "last 2 versions" ], "license": "ISC" }