package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "name": "onecloud",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vue-cli-service serve",
  7. "build": "node --max_old_space_size=${MAX_OLD_SPACE_SIZE:-4096} node_modules/@vue/cli-service/bin/vue-cli-service.js build",
  8. "analyz": "analyzer_report=true node --max_old_space_size=${MAX_OLD_SPACE_SIZE:-4096} node_modules/@vue/cli-service/bin/vue-cli-service.js build --report-json",
  9. "lint": "vue-cli-service lint --fix",
  10. "test:unit": "vue-cli-service test:unit",
  11. "test:unit:dev": "vue-cli-service test:unit --watchAll",
  12. "i18n:generate": "node ./src/tools/i18n-generator generate",
  13. "deploy": "node ./upload/upload.js"
  14. },
  15. "dependencies": {
  16. "@interactjs/interactjs": "^1.10.27",
  17. "@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
  18. "@wangeditor/editor": "^5.1.23",
  19. "@wangeditor/editor-for-vue": "^1.0.2",
  20. "ajv": "^6.12.3",
  21. "ajv-errors": "^1.0.1",
  22. "animejs": "^3.1.0",
  23. "ant-design-vue": "^1.6.4",
  24. "axios": "^0.19.0",
  25. "chalk": "^4.1.0",
  26. "classnames": "^2.5.1",
  27. "clipboard": "^2.0.11",
  28. "codemirror": "^5.52.2",
  29. "compressing": "^1.5.1",
  30. "core-js": "^3.6.5",
  31. "cropperjs": "1.5.13",
  32. "crypto-js": "^4.0.0",
  33. "custom-protocol-detection": "^1.0.1",
  34. "echarts": "^4.4.0",
  35. "echarts-liquidfill": "^2.0.6",
  36. "extend": "^3.0.2",
  37. "fast-json-stable-stringify": "^2.1.0",
  38. "html2canvas": "^1.3.2",
  39. "i18n-iso-countries": "^7.14.0",
  40. "ipaddr.js": "^2.2.0",
  41. "js-base64": "^2.5.1",
  42. "js-cookie": "^3.0.4",
  43. "js-yaml": "^3.13.1",
  44. "jspdf": "^2.4.0",
  45. "jsrsasign": "^8.0.20",
  46. "lodash": "^4.17.21",
  47. "marked": "^1.1.0",
  48. "mockjs": "^1.1.0",
  49. "moment": "^2.24.0",
  50. "node-ssh": "^11.1.1",
  51. "numerify": "^1.2.9",
  52. "objectpath": "^2.0.0",
  53. "qs": "^6.8.0",
  54. "ramda": "^0.27.0",
  55. "resize-detector": "^0.2.1",
  56. "resize-observer-polyfill": "^1.5.1",
  57. "shelljs": "^0.8.4",
  58. "socket.io-client": "^2.3.0",
  59. "sortablejs": "^1.15.7",
  60. "uplot": "1.5.2",
  61. "v-charts": "^1.19.0",
  62. "vue": "^2.7.14",
  63. "vue-cropperjs": "^4.0.1",
  64. "vue-grid-layout": "^2.3.7",
  65. "vue-i18n": "^8.14.0",
  66. "vue-json-excel": "^0.3.0",
  67. "vue-router": "^3.2.0",
  68. "vuedraggable": "^2.23.2",
  69. "vuex": "^3.4.0",
  70. "vxe-table": "2.9.22",
  71. "vxe-table-plugin-antd": "1.9.2",
  72. "xe-utils": "^2.7.12",
  73. "xlsx": "^0.16.9",
  74. "xterm": "3.7.0"
  75. },
  76. "devDependencies": {
  77. "@ant-design/colors": "^4.0.1",
  78. "@vue/cli-plugin-babel": "~4.5.18",
  79. "@vue/cli-plugin-eslint": "~4.5.18",
  80. "@vue/cli-plugin-router": "~4.5.18",
  81. "@vue/cli-plugin-unit-jest": "~4.5.18",
  82. "@vue/cli-plugin-vuex": "~4.5.18",
  83. "@vue/cli-service": "~4.5.18",
  84. "@vue/eslint-config-standard": "^5.1.2",
  85. "@vue/test-utils": "^1.0.3",
  86. "autodll-webpack-plugin": "^0.4.2",
  87. "babel-eslint": "^10.1.0",
  88. "colors": "^1.4.0",
  89. "eslint": "^6.7.2",
  90. "eslint-plugin-import": "^2.20.2",
  91. "eslint-plugin-node": "^11.1.0",
  92. "eslint-plugin-promise": "^4.2.1",
  93. "eslint-plugin-standard": "^4.0.0",
  94. "eslint-plugin-vue": "^6.2.2",
  95. "glob": "^7.1.6",
  96. "less": "^3.11.3",
  97. "less-loader": "^6.1.0",
  98. "lint-staged": "^9.5.0",
  99. "sass": "~1.32.0",
  100. "sass-loader": "^8.0.2",
  101. "svg-sprite-loader": "^5.0.0",
  102. "vue-template-compiler": "^2.6.11",
  103. "webpack-theme-color-replacer": "^1.3.13"
  104. },
  105. "resolutions": {
  106. "@achrinza/node-ipc": "^10.0.0"
  107. },
  108. "gitHooks": {
  109. "pre-commit": "lint-staged"
  110. },
  111. "lint-staged": {
  112. "*.{js,jsx,vue}": [
  113. "vue-cli-service lint --fix",
  114. "git add"
  115. ]
  116. }
  117. }