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.

92 lines
2.5 KiB

{
"name": "hiver-plus-front",
"version": "1.0.0",
"main": "https://admin.hiver.cc",
"description": "嘻嘻哈哈",
"author": "Nein <delicacylee@vip.sina.com>",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"dev:nw": "nw",
"build:nw": "npm run build && build --tasks win-x86 --mirror https://npm.taobao.org/mirrors/nwjs/ .",
"build:nw:all": "npm run build && build --tasks win-x86,win-x64,linux-x86,linux-x64,mac-x64 --mirror https://npm.taobao.org/mirrors/nwjs/ ."
},
"dependencies": {
"@mapbox/mapbox-gl-geocoder": "^5.0.0",
"@wangeditor/editor": "^5.0.0",
"@wangeditor/plugin-mention": "^1.0.0",
"@wangeditor/plugin-upload-attachment": "^1.0.0",
"apexcharts": "^3.35.0",
"axios": "^0.26.1",
"core-js": "^3.14.0",
"countup.js": "^2.0.8",
"date-fns": "^2.28.0",
"dplayer": "^1.26.0",
"echarts": "^5.3.1",
"echarts-liquidfill": "^3.1.0",
"file-saver": "^2.0.5",
"gitalk": "^1.7.2",
"html2canvas": "^1.4.0",
"jquery": "^3.4.1",
"js-cookie": "^3.0.1",
"jsplumb": "^2.10.2",
"lodash": "^4.17.13",
"mapbox-gl": "^2.7.1",
"print-js": "^1.6.0",
"qrcode": "^1.4.4",
"sockjs-client": "^1.5.2",
"stompjs": "^2.3.3",
"view-design": "^4.7.0",
"viewerjs": "^1.10.4",
"vue": "^2.6.14",
"vue-apexcharts": "^1.6.2",
"vue-clipboard2": "^0.3.3",
"vue-codemirror": "^4.0.6",
"vue-cropper": "^0.5.7",
"vue-draggable-resizable": "^2.3.0",
"vue-i18n": "^8.26.8",
"vue-json-pretty": "^1.8.2",
"vue-lazyload": "^1.3.4",
"vue-meta-info": "^0.1.7",
"vue-router": "3.5.3",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2",
"wangeditor": "^4.7.13",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@babel/polyfill": "^7.12.1",
"@vue/babel-preset-app": "^5.0.8",
"@vue/cli-plugin-babel": "^4.5.15",
"@vue/cli-plugin-router": "^4.5.15",
"@vue/cli-plugin-vuex": "^4.5.15",
"@vue/cli-service": "^4.5.15",
"compression-webpack-plugin": "^6.1.1",
"less": "^4.1.1",
"less-loader": "^7.3.0",
"nw": "^0.14.7-sdk",
"nwjs-builder-phoenix": "^1.15.0",
"vue-template-compiler": "^2.6.14"
},
"build": {
"files": [
"dist/**/*"
],
"output": "./releases",
"nwVersion": "0.14.7",
"nwPlatforms": [
"win"
],
"nwArchs": [
"x86"
],
"overriddenProperties": {
"main": "./dist/index.html"
},
"targets": [
"zip"
]
}
}