You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
137 lines
4.0 KiB
137 lines
4.0 KiB
{
|
|
"name": "security-enterprise-admin",
|
|
"version": "2.8.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"local": "vue-cli-service serve --mode localhost",
|
|
"dev": "vue-cli-service serve --mode development",
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"build:stage": "vue-cli-service build --mode staging",
|
|
"build:prod": "vue-cli-service build --mode production",
|
|
"et": "node_modules/.bin/et",
|
|
"et:init": "node_modules/.bin/et -i"
|
|
},
|
|
"browserslist": {
|
|
"development": [
|
|
"last 1 version"
|
|
],
|
|
"production": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not ie <= 10"
|
|
],
|
|
"modern": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@babel/polyfill": "^7.12.1",
|
|
"@tinymce/tinymce-vue": "^3.2.8",
|
|
"@types/clipboard": "^2.0.7",
|
|
"animejs": "^3.2.1",
|
|
"axios": "^0.21.1",
|
|
"clipboard": "^2.0.6",
|
|
"core-js": "^3.31.1",
|
|
"cornerstone-core": "^2.3.0",
|
|
"cornerstone-math": "^0.1.10",
|
|
"cornerstone-tools": "^5.2.0",
|
|
"cornerstone-wado-image-loader": "^3.3.2",
|
|
"cornerstone-web-image-loader": "^2.1.1",
|
|
"default-passive-events": "^2.0.0",
|
|
"dicom-parser": "^1.8.7",
|
|
"docxtemplater": "^3.25.1",
|
|
"echarts": "^4.9.0",
|
|
"element-resize-detector": "^1.2.3",
|
|
"element-ui": "^2.13.2",
|
|
"es6-promise": "^4.2.8",
|
|
"eslint": "^7.1.0",
|
|
"fabric": "^5.3.0",
|
|
"fabric-with-erasing": "^1.0.1",
|
|
"file-saver": "^2.0.5",
|
|
"fontfaceobserver": "^2.1.0",
|
|
"hammerjs": "^2.0.8",
|
|
"hotkeys-js": "^3.8.8",
|
|
"jquery": "^3.6.0",
|
|
"js-audio-recorder": "^1.0.7",
|
|
"js-base64": "^3.6.1",
|
|
"js-cookie": "^2.2.1",
|
|
"js-md5": "^0.7.3",
|
|
"jszip-utils": "^0.1.0",
|
|
"less": "^4.0.0",
|
|
"less-loader": "^5.0.0",
|
|
"lodash": "^4.17.19",
|
|
"lodash-es": "^4.17.21",
|
|
"moment": "^2.29.1",
|
|
"node-sass": "^6.0.1",
|
|
"pdfjs-dist": "^2.6.347",
|
|
"pizzip": "^3.1.1",
|
|
"qs": "^6.9.4",
|
|
"quill": "^1.3.7",
|
|
"recorder-js": "^1.0.7",
|
|
"regenerator-runtime": "^0.13.11",
|
|
"screenfull": "^4.2.1",
|
|
"sortablejs": "^1.10.2",
|
|
"svg-sprite-loader": "^5.0.0",
|
|
"throttle-debounce": "^5.0.0",
|
|
"tinymce": "^5.8.1",
|
|
"tui-color-picker": "^2.2.8",
|
|
"tui-image-editor": "^3.15.3",
|
|
"uuid": "^9.0.0",
|
|
"v-tooltip": "^2.1.3",
|
|
"vue": "^2.6.11",
|
|
"vue-chat-scroll": "^1.4.0",
|
|
"vue-clipboard2": "^0.3.3",
|
|
"vue-cron": "^1.0.9",
|
|
"vue-cropper": "^0.5.8",
|
|
"vue-i18n": "^8.18.2",
|
|
"vue-keyboard": "^3.1.0",
|
|
"vue-navigation": "^1.1.4",
|
|
"vue-pdf": "^4.3.0",
|
|
"vue-print-nb": "^1.7.4",
|
|
"vue-router": "^3.0.7",
|
|
"vue-week-picker": "^1.1.8",
|
|
"vuedraggable": "^2.24.3",
|
|
"vuex": "^3.5.1",
|
|
"vxe-table": "^2.9.19",
|
|
"xe-utils": "^2.7.10"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
|
|
"@vue/cli-plugin-babel": "4.4.6",
|
|
"@vue/cli-plugin-eslint": "4.4.6",
|
|
"@vue/cli-plugin-unit-jest": "4.4.6",
|
|
"@vue/cli-service": "4.4.6",
|
|
"@vue/eslint-config-standard": "^5.1.2",
|
|
"autoprefixer": "9.5.1",
|
|
"babel-eslint": "10.1.0",
|
|
"babel-plugin-dynamic-import-node": "2.3.3",
|
|
"babel-plugin-transform-remove-console": "^6.9.4",
|
|
"babel-polyfill": "^6.26.0",
|
|
"copy-webpack-plugin": "^6.4.1",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-import": "^2.22.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"lamejs": "^1.2.0",
|
|
"lib-flexible": "^0.3.2",
|
|
"natives": "^1.1.6",
|
|
"postcss-plugin-px2rem": "^0.8.1",
|
|
"postcss-px-to-viewport": "https://github.com/evrone/postcss-px-to-viewport",
|
|
"postcss-pxtorem": "^5.1.1",
|
|
"pug": "^3.0.2",
|
|
"pug-html-loader": "^1.1.5",
|
|
"pug-plain-loader": "^1.1.0",
|
|
"sass": "1.26.8",
|
|
"sass-loader": "8.0.2",
|
|
"vue-loader": "^15.9.8",
|
|
"vue-template-compiler": "^2.6.11",
|
|
"webpack": "4.46.0",
|
|
"webpack-bundle-analyzer": "^4.9.0"
|
|
}
|
|
}
|