package.json 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. {
  2. "name": "@gcpaas/data-room-ui",
  3. "version": "2.0.1-RELEASE",
  4. "description": "自定义大屏",
  5. "author": "gcpaas",
  6. "license": "MIT",
  7. "main": "packages/index.js",
  8. "keywords": [
  9. "dataRoom",
  10. "bigScreen",
  11. "lowCode",
  12. "自定义大屏",
  13. "大屏设计器",
  14. "低代码",
  15. "报表"
  16. ],
  17. "repository": {
  18. "type": "github",
  19. "url": "https://github.com/gcpaas/DataRoom/tree/master/data-room-ui"
  20. },
  21. "homepage": "https://github.com/gcpaas/DataRoom",
  22. "scripts": {
  23. "serve": "vue-cli-service serve --open",
  24. "serve:max": "node --max_old_space_size=4096 node_modules/@vue/cli-service/bin/vue-cli-service.js serve --open",
  25. "build": "vue-cli-service build",
  26. "build:stage": "vue-cli-service build --mode staging",
  27. "build:hash": "vue-cli-service build",
  28. "build:history": "vue-cli-service build --mode history",
  29. "build:hash:pro": "vue-cli-service build --name dataRoomPro",
  30. "build:history:pro": "vue-cli-service build --mode=pro.history",
  31. "build:history:all": "vue-cli-service build --mode history && vue-cli-service build --mode=pro.history",
  32. "preview": "node build/index.js --preview",
  33. "lint": "eslint --ext .js,.vue packages",
  34. "lint:fix": "eslint --ext .js,.vue packages --fix",
  35. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  36. "test:ci": "npm run lint && npm run test:unit",
  37. "svgo": "svgo -f example/assets/icons/svg --config=src/icons/svgo.yml",
  38. "set-commit-hook": "git config core.hooksPath hooks",
  39. "generate-changelog": "conventional-changelog -p -i CHANGELOG.md -s -r 0",
  40. "analyzer": "cross-env NODE_ENV=production npm_config_report=true npm run build",
  41. "lib": "vue-cli-service build --no-lint --mode package --target lib --name dataRoom --dest lib packages/index.js",
  42. "package": "npm run lib && npm publish",
  43. "package:test": "npm run lib && npm pack"
  44. },
  45. "husky": {
  46. "hooks": {
  47. "pre-commit": "lint-staged"
  48. }
  49. },
  50. "lint-staged": {
  51. "src/**/*.{js,jsx,vue}": [
  52. "eslint --fix",
  53. "git add"
  54. ]
  55. },
  56. "dependencies": {
  57. "@amap/amap-jsapi-loader": "^1.0.1",
  58. "@antv/g2plot": "2.4.0",
  59. "@gcpaas/vue-draggable-resizable-gorkys": "^1.0.1-2023101602-Alpha",
  60. "@jiaminghi/data-view": "2.10.0",
  61. "axios": "0.18.1",
  62. "echarts": "^5.2.2",
  63. "element-ui": "2.15.6",
  64. "es6-promise": "4.2.8",
  65. "gc-vue-draggable-resizable": "^1.0.1",
  66. "html-to-image": "1.11.11",
  67. "insert-css": "^2.0.0",
  68. "jquery": "^3.6.4",
  69. "lodash": "4.17.21",
  70. "lodash-es": "4.17.21",
  71. "moment": "^2.29.1",
  72. "nprogress": "0.2.0",
  73. "path-to-regexp": "2.4.0",
  74. "qs": "^6.9.6",
  75. "remote-vue-loader": "1.0.0",
  76. "sortablejs": "^1.15.0",
  77. "speak-tts": "^2.0.8",
  78. "videojs-contrib-hls": "^5.15.0",
  79. "vue-codemirror": "^4.0.6",
  80. "vue-contextmenujs": "^1.4.9",
  81. "vue-draggable-resizable-gorkys": "^2.4.8",
  82. "vue-json-editor": "^1.4.3",
  83. "vue-json-excel": "^0.3.0",
  84. "vue-json-viewer": "^2.2.22",
  85. "vue-player-audio": "^1.0.2",
  86. "vue-router": "3.0.6",
  87. "vue-sketch-ruler": "^1.0.3",
  88. "vue-video-player": "^5.0.1",
  89. "vuedraggable": "^2.24.3",
  90. "vuex": "3.1.0",
  91. "ztree": "3.5.24"
  92. },
  93. "devDependencies": {
  94. "@babel/core": "^7.12.16",
  95. "@babel/eslint-parser": "^7.18.9",
  96. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
  97. "@babel/plugin-proposal-optional-chaining": "^7.14.5",
  98. "@babel/register": "7.0.0",
  99. "@vue/cli-plugin-babel": "~5.0.8",
  100. "@vue/cli-plugin-eslint": "~5.0.8",
  101. "@vue/cli-plugin-unit-jest": "~5.0.8",
  102. "@vue/cli-service": "~5.0.8",
  103. "@vue/eslint-config-standard": "^6.1.0",
  104. "@vue/test-utils": "1.0.0-beta.29",
  105. "@vue/vue2-jest": "^27.0.0-alpha.3",
  106. "autoprefixer": "^9.5.1",
  107. "babel-core": "7.0.0-bridge.0",
  108. "babel-jest": "23.6.0",
  109. "babel-plugin-component": "^1.1.1",
  110. "babel-plugin-dynamic-import-node": "^2.3.3",
  111. "chalk": "2.4.2",
  112. "compression-webpack-plugin": "5.0.2",
  113. "connect": "3.6.6",
  114. "conventional-changelog-cli": "^2.1.1",
  115. "core-js": "^3.30.2",
  116. "cross-env": "^7.0.3",
  117. "eslint": "^7.32.0",
  118. "eslint-plugin-import": "^2.25.3",
  119. "eslint-plugin-node": "^11.1.0",
  120. "eslint-plugin-promise": "^5.1.0",
  121. "eslint-plugin-vue": "^8.0.3",
  122. "file-loader": "^6.2.0",
  123. "fs-extra": "^11.1.1",
  124. "html-webpack-plugin": "3.2.0",
  125. "husky": "^4.2.5",
  126. "jest": "^27.1.0",
  127. "lint-staged": "^10.2.11",
  128. "node-sass": "4.14.1",
  129. "runjs": "^4.3.2",
  130. "sass-loader": "7.1.0",
  131. "script-ext-html-webpack-plugin": "2.1.3",
  132. "script-loader": "0.7.2",
  133. "serve-static": "^1.13.2",
  134. "svg-sprite-loader": "6.0.11",
  135. "svgo": "1.2.2",
  136. "url-loader": "^4.1.1",
  137. "vue-template-compiler": "2.6.10",
  138. "webpack-bundle-analyzer": "^4.9.0",
  139. "vue": "2.6.10",
  140. "babel-polyfill": "6.26.0",
  141. "increase-memory-limit": "^1.0.7",
  142. "tiny-sass-compiler": "^0.12.2"
  143. },
  144. "engines": {
  145. "node": ">=8.9",
  146. "npm": ">= 3.0.0"
  147. },
  148. "browserslist": [
  149. "last 10 Chrome versions",
  150. "last 5 Firefox versions",
  151. "Safari >= 6",
  152. "ie > 8"
  153. ],
  154. "browser": {
  155. "fs": false,
  156. "path": false,
  157. "os": false
  158. }
  159. }