package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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. "element-ui": "^2.13.1",
  21. "gulp": "3.9.1",
  22. "gulp-concat": "2.6.1",
  23. "gulp-load-plugins": "1.5.0",
  24. "gulp-replace": "0.6.1",
  25. "gulp-shell": "0.6.5",
  26. "html2canvas": "^1.3.2",
  27. "jspdf": "^2.4.0",
  28. "less-loader": "^5.0.0",
  29. "lodash": "^4.17.21",
  30. "node-sass": "4.12.0",
  31. "npm": "^6.9.0",
  32. "svg-pathdata": "5.0.5",
  33. "svg-sprite-loader": "3.7.3",
  34. "vue": "2.5.16",
  35. "vue-cookie": "1.1.4",
  36. "vue-notification": "^1.3.20",
  37. "vue-print-nb": "^1.7.5",
  38. "vue-router": "3.0.1",
  39. "vuedraggable": "^2.24.3",
  40. "vuex": "3.0.1",
  41. "core-js": "^3.12.1",
  42. "jquery": "^3.5.1",
  43. "jsplumb": "^2.15.5",
  44. "panzoom": "^9.4.1",
  45. "view-design": "^4.5.0-beta.3",
  46. "vue-click-outside": "^1.1.0",
  47. "vue-contextmenujs": "^1.3.13"
  48. },
  49. "devDependencies": {
  50. "autoprefixer": "7.1.2",
  51. "babel-core": "6.22.1",
  52. "babel-eslint": "7.1.1",
  53. "babel-jest": "21.0.2",
  54. "babel-loader": "7.1.1",
  55. "babel-plugin-dynamic-import-node": "1.2.0",
  56. "babel-plugin-transform-es2015-modules-commonjs": "6.26.0",
  57. "babel-plugin-transform-runtime": "6.22.0",
  58. "babel-preset-env": "1.3.2",
  59. "babel-preset-stage-2": "6.22.0",
  60. "babel-register": "6.22.0",
  61. "chalk": "2.3.0",
  62. "chromedriver": "2.27.2",
  63. "copy-webpack-plugin": "4.0.1",
  64. "cross-spawn": "5.0.1",
  65. "css-loader": "0.28.0",
  66. "eslint": "3.19.0",
  67. "eslint-config-standard": "10.2.1",
  68. "eslint-friendly-formatter": "3.0.0",
  69. "eslint-loader": "1.7.1",
  70. "eslint-plugin-html": "3.0.0",
  71. "eslint-plugin-import": "2.7.0",
  72. "eslint-plugin-node": "5.2.0",
  73. "eslint-plugin-promise": "3.5.0",
  74. "eslint-plugin-standard": "3.0.1",
  75. "eventsource-polyfill": "0.9.6",
  76. "extract-text-webpack-plugin": "3.0.0",
  77. "file-loader": "1.1.4",
  78. "friendly-errors-webpack-plugin": "1.6.1",
  79. "html-webpack-plugin": "2.30.1",
  80. "jest": "21.2.0",
  81. "jest-serializer-vue": "0.3.0",
  82. "less": "^3.0.4",
  83. "nightwatch": "0.9.12",
  84. "node-notifier": "5.1.2",
  85. "optimize-css-assets-webpack-plugin": "3.2.0",
  86. "ora": "1.2.0",
  87. "portfinder": "1.0.13",
  88. "postcss-import": "11.0.0",
  89. "postcss-loader": "2.0.8",
  90. "rimraf": "2.6.0",
  91. "sass-loader": "^6.0.6",
  92. "selenium-server": "3.0.1",
  93. "semver": "5.3.0",
  94. "shelljs": "0.7.6",
  95. "uglifyjs-webpack-plugin": "1.1.1",
  96. "url-loader": "0.5.8",
  97. "vue-jest": "1.0.2",
  98. "vue-loader": "13.3.0",
  99. "vue-style-loader": "3.0.1",
  100. "vue-template-compiler": "2.5.16",
  101. "webpack": "3.6.0",
  102. "webpack-bundle-analyzer": "2.9.0",
  103. "webpack-dev-server": "2.9.1",
  104. "webpack-merge": "4.1.0",
  105. "less-loader": "^5.0.0"
  106. },
  107. "engines": {
  108. "node": ">= 8.11.1",
  109. "npm": ">= 5.6.0"
  110. },
  111. "browserslist": [
  112. "> 1%",
  113. "last 2 versions",
  114. "not ie <= 8"
  115. ]
  116. }