package.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. {
  2. "name": "@gcpaas/data-room-ui",
  3. "version": "1.0.1-2023082201-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:hash": "vue-cli-service build",
  26. "build": "vue-cli-service build",
  27. "build:stage": "vue-cli-service build --mode staging",
  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. "@jiaminghi/data-view": "2.10.0",
  57. "axios": "0.18.1",
  58. "echarts": "^5.2.2",
  59. "element-ui": "2.15.6",
  60. "es6-promise": "4.2.8",
  61. "html-to-image": "1.11.11",
  62. "image-conversion": "^2.1.1",
  63. "insert-css": "^2.0.0",
  64. "jquery": "^3.6.4",
  65. "lodash": "4.17.21",
  66. "lodash-es": "4.17.21",
  67. "moment": "^2.29.1",
  68. "nprogress": "0.2.0",
  69. "path-to-regexp": "2.4.0",
  70. "qs": "^6.9.6",
  71. "remote-vue-loader": "1.0.0",
  72. "sortablejs": "^1.15.0",
  73. "videojs-contrib-hls": "^5.15.0",
  74. "vue-codemirror": "^4.0.6",
  75. "vue-draggable-resizable-gorkys": "^2.4.8",
  76. "vue-router": "3.0.6",
  77. "vue-video-player": "^5.0.1",
  78. "vuex": "3.1.0",
  79. "ztree": "3.5.24",
  80. "vue-contextmenujs": "^1.4.9",
  81. "vue-json-editor": "^1.4.3",
  82. "vue-json-viewer": "^2.2.22",
  83. "vue-sketch-ruler": "^1.0.3",
  84. "vuedraggable": "^2.24.3"
  85. },
  86. "devDependencies": {
  87. "@babel/core": "^7.12.16",
  88. "@babel/eslint-parser": "^7.18.9",
  89. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
  90. "@babel/plugin-proposal-optional-chaining": "^7.14.5",
  91. "@babel/register": "7.0.0",
  92. "@vue/cli-plugin-babel": "~5.0.8",
  93. "@vue/cli-plugin-eslint": "~5.0.8",
  94. "@vue/cli-plugin-unit-jest": "~5.0.8",
  95. "@vue/cli-service": "~5.0.8",
  96. "@vue/eslint-config-standard": "^6.1.0",
  97. "@vue/test-utils": "1.0.0-beta.29",
  98. "@vue/vue2-jest": "^27.0.0-alpha.3",
  99. "autoprefixer": "^9.5.1",
  100. "babel-core": "7.0.0-bridge.0",
  101. "babel-jest": "23.6.0",
  102. "babel-plugin-component": "^1.1.1",
  103. "babel-plugin-dynamic-import-node": "^2.3.3",
  104. "chalk": "2.4.2",
  105. "compression-webpack-plugin": "5.0.2",
  106. "connect": "3.6.6",
  107. "conventional-changelog-cli": "^2.1.1",
  108. "core-js": "^3.30.2",
  109. "cross-env": "^7.0.3",
  110. "eslint": "^7.32.0",
  111. "eslint-plugin-import": "^2.25.3",
  112. "eslint-plugin-node": "^11.1.0",
  113. "eslint-plugin-promise": "^5.1.0",
  114. "eslint-plugin-vue": "^8.0.3",
  115. "file-loader": "^6.2.0",
  116. "fs-extra": "^11.1.1",
  117. "html-webpack-plugin": "3.2.0",
  118. "husky": "^4.2.5",
  119. "jest": "^27.1.0",
  120. "lint-staged": "^10.2.11",
  121. "node-sass": "4.14.1",
  122. "runjs": "^4.3.2",
  123. "sass-loader": "7.1.0",
  124. "script-ext-html-webpack-plugin": "2.1.3",
  125. "script-loader": "0.7.2",
  126. "serve-static": "^1.13.2",
  127. "svg-sprite-loader": "6.0.11",
  128. "svgo": "1.2.2",
  129. "url-loader": "^4.1.1",
  130. "vue-template-compiler": "2.6.10",
  131. "webpack-bundle-analyzer": "^4.9.0",
  132. "vue": "2.6.10",
  133. "babel-polyfill": "6.26.0",
  134. "increase-memory-limit": "^1.0.7",
  135. "tiny-sass-compiler": "^0.12.2"
  136. },
  137. "engines": {
  138. "node": ">=8.9",
  139. "npm": ">= 3.0.0"
  140. },
  141. "browserslist": [
  142. "last 10 Chrome versions",
  143. "last 5 Firefox versions",
  144. "Safari >= 6",
  145. "ie > 8"
  146. ],
  147. "browser": {
  148. "fs": false,
  149. "path": false,
  150. "os": false
  151. }
  152. }