package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "name": "shuyu-ops-ui",
  3. "version": "3.9.0",
  4. "description": "安澜应急指挥前端",
  5. "author": "安澜应急",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vue-cli-service serve",
  9. "build:prod": "vue-cli-service build",
  10. "build:stage": "vue-cli-service build --mode staging",
  11. "preview": "node build/index.js --preview"
  12. },
  13. "keywords": [
  14. "vue2",
  15. "安澜应急指挥",
  16. "应急指挥",
  17. "shuyu-ops-ui",
  18. "element-ui",
  19. "dashboard"
  20. ],
  21. "repository": {
  22. "type": "git",
  23. "url": "https://gitee.com/your-org/shuyu-ops-ui.git"
  24. },
  25. "dependencies": {
  26. "@riophae/vue-treeselect": "^0.4.0",
  27. "axios": "^0.21.4",
  28. "clipboard": "^2.0.8",
  29. "core-js": "^3.8.3",
  30. "dayjs": "^1.11.13",
  31. "driver.js": "^0.9.7",
  32. "echarts": "5.4.0",
  33. "element-ui": "2.15.14",
  34. "file-saver": "2.0.5",
  35. "fuse.js": "6.4.3",
  36. "highlight.js": "9.18.5",
  37. "js-beautify": "1.13.0",
  38. "js-cookie": "3.0.1",
  39. "jsencrypt": "3.0.0-rc.1",
  40. "nprogress": "0.2.0",
  41. "quill": "2.0.2",
  42. "screenfull": "5.0.2",
  43. "sortablejs": "1.10.2",
  44. "splitpanes": "2.4.1",
  45. "vue": "2.6.12",
  46. "vue-count-to": "1.0.13",
  47. "vue-cropper": "0.5.5",
  48. "vue-router": "3.4.9",
  49. "vuedraggable": "2.24.3",
  50. "vuex": "3.6.0"
  51. },
  52. "devDependencies": {
  53. "@vue/cli-plugin-babel": "4.4.6",
  54. "@vue/cli-service": "4.4.6",
  55. "babel-plugin-dynamic-import-node": "2.3.3",
  56. "chalk": "4.1.0",
  57. "code-inspector-plugin": "^1.2.10",
  58. "compression-webpack-plugin": "6.1.2",
  59. "connect": "3.6.6",
  60. "sass": "1.32.13",
  61. "sass-loader": "10.1.1",
  62. "script-ext-html-webpack-plugin": "2.1.5",
  63. "svg-sprite-loader": "5.1.1",
  64. "vue-template-compiler": "2.6.12"
  65. },
  66. "engines": {
  67. "node": ">=8.9",
  68. "npm": ">= 3.0.0"
  69. },
  70. "browserslist": [
  71. "> 1%",
  72. "last 2 versions"
  73. ]
  74. }