package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "name": "x-web",
  3. "version": "1.2.2",
  4. "description": "x-web, 初始化版本",
  5. "author": "daxiong.yang <daxiong.yang@qq.com>",
  6. "private": true,
  7. "scripts": {
  8. "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
  9. "start": "npm run dev",
  10. "unit": "jest --config test/unit/jest.conf.js --coverage",
  11. "e2e": "node test/e2e/runner.js",
  12. "test": "npm run unit && npm run e2e",
  13. "lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs",
  14. "build": "gulp"
  15. },
  16. "dependencies": {
  17. "axios": "^0.24.0",
  18. "babel-plugin-component": "0.10.1",
  19. "babel-polyfill": "6.26.0",
  20. "caniuse-db": "1.0.30001346",
  21. "core-js": "^3.12.1",
  22. "echarts": "^5.3.2",
  23. "element-ui": "^2.13.1",
  24. "gulp": "3.9.1",
  25. "gulp-concat": "2.6.1",
  26. "gulp-load-plugins": "1.5.0",
  27. "gulp-replace": "0.6.1",
  28. "gulp-shell": "0.6.5",
  29. "html2canvas": "^1.3.2",
  30. "jquery": "^3.5.1",
  31. "js-file-download": "^0.4.12",
  32. "jspdf": "^2.4.0",
  33. "jsplumb": "^2.15.5",
  34. "less-loader": "^5.0.0",
  35. "lodash": "^4.17.21",
  36. "node-sass": "4.12.0",
  37. "npm": "^6.9.0",
  38. "panzoom": "^9.4.1",
  39. "prettier": "^2.6.2",
  40. "qs": "^6.10.5",
  41. "svg-pathdata": "5.0.5",
  42. "svg-sprite-loader": "3.7.3",
  43. "view-design": "^4.5.0-beta.3",
  44. "vue": "2.5.16",
  45. "vue-click-outside": "^1.1.0",
  46. "vue-contextmenujs": "^1.3.13",
  47. "vue-cookie": "1.1.4",
  48. "vue-notification": "^1.3.20",
  49. "vue-print-nb": "^1.7.5",
  50. "vue-router": "3.0.1",
  51. "vue-seamless-scroll": "^1.1.23",
  52. "vuedraggable": "^2.24.3",
  53. "vuex": "3.0.1"
  54. },
  55. "devDependencies": {
  56. "autoprefixer": "7.1.2",
  57. "babel-core": "6.22.1",
  58. "babel-eslint": "7.1.1",
  59. "babel-jest": "21.0.2",
  60. "babel-loader": "7.1.1",
  61. "babel-plugin-dynamic-import-node": "1.2.0",
  62. "babel-plugin-transform-es2015-modules-commonjs": "6.26.0",
  63. "babel-plugin-transform-runtime": "6.22.0",
  64. "babel-preset-env": "1.3.2",
  65. "babel-preset-stage-2": "6.22.0",
  66. "babel-register": "6.22.0",
  67. "chalk": "2.3.0",
  68. "chromedriver": "2.27.2",
  69. "copy-webpack-plugin": "4.0.1",
  70. "cross-spawn": "5.0.1",
  71. "css-loader": "0.28.0",
  72. "eslint": "3.19.0",
  73. "eslint-config-standard": "10.2.1",
  74. "eslint-friendly-formatter": "3.0.0",
  75. "eslint-loader": "1.7.1",
  76. "eslint-plugin-html": "3.0.0",
  77. "eslint-plugin-import": "2.7.0",
  78. "eslint-plugin-node": "5.2.0",
  79. "eslint-plugin-promise": "3.5.0",
  80. "eslint-plugin-standard": "3.0.1",
  81. "eventsource-polyfill": "0.9.6",
  82. "extract-text-webpack-plugin": "3.0.0",
  83. "file-loader": "1.1.4",
  84. "friendly-errors-webpack-plugin": "1.6.1",
  85. "html-webpack-plugin": "2.30.1",
  86. "jest": "21.2.0",
  87. "jest-serializer-vue": "0.3.0",
  88. "less": "^3.0.4",
  89. "less-loader": "^5.0.0",
  90. "nightwatch": "0.9.12",
  91. "node-notifier": "5.1.2",
  92. "optimize-css-assets-webpack-plugin": "3.2.0",
  93. "ora": "1.2.0",
  94. "portfinder": "1.0.13",
  95. "postcss-import": "11.0.0",
  96. "postcss-loader": "2.0.8",
  97. "rimraf": "2.6.0",
  98. "sass-loader": "^6.0.6",
  99. "selenium-server": "3.0.1",
  100. "semver": "5.3.0",
  101. "shelljs": "0.7.6",
  102. "uglifyjs-webpack-plugin": "1.1.1",
  103. "url-loader": "0.5.8",
  104. "vue-jest": "1.0.2",
  105. "vue-loader": "13.3.0",
  106. "vue-style-loader": "3.0.1",
  107. "vue-template-compiler": "2.5.16",
  108. "webpack": "3.6.0",
  109. "webpack-bundle-analyzer": "2.9.0",
  110. "webpack-dev-server": "2.9.1",
  111. "webpack-merge": "4.1.0"
  112. },
  113. "engines": {
  114. "node": ">= 8.11.1",
  115. "npm": ">= 5.6.0"
  116. },
  117. "browserslist": [
  118. "> 1%",
  119. "last 2 versions",
  120. "not ie <= 8"
  121. ]
  122. }