package.json 4.8 KB

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