package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. {
  2. "name": "friendship-front",
  3. "version": "1.0.0",
  4. "description": "",
  5. "author": "LYS <10536391320@qq.com>",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "cross-env BABEL_ENV=development webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
  9. "build:prod": "cross-env NODE_ENV=production env_config=prod node build/build.js",
  10. "build:sit": "cross-env NODE_ENV=production env_config=sit node build/build.js",
  11. "lint": "eslint --ext .js,.vue src",
  12. "test": "npm run lint",
  13. "precommit": "lint-staged",
  14. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
  15. },
  16. "lint-staged": {
  17. "src/**/*.{js,vue}": [
  18. "eslint --fix",
  19. "git add"
  20. ]
  21. },
  22. "keywords": [
  23. "vue",
  24. "element-ui",
  25. "admin",
  26. "management-system",
  27. "admin-template"
  28. ],
  29. "dependencies": {
  30. "@packy-tang/vue-tinymce": "^1.1.2",
  31. "@riophae/vue-treeselect": "^0.3.0",
  32. "axios": "0.19.0",
  33. "clipboard": "1.7.1",
  34. "codemirror": "5.39.2",
  35. "driver.js": "0.8.1",
  36. "dropzone": "5.2.0",
  37. "echarts": "^4.1.0",
  38. "element-ui": "2.12.0",
  39. "file-saver": "1.3.8",
  40. "fuse.js": "3.4.2",
  41. "gulp": "^4.0.2",
  42. "gulp-util": "latest",
  43. "js-cookie": "2.2.0",
  44. "jsonlint": "1.6.3",
  45. "jszip": "3.1.5",
  46. "lib-flexible": "^0.3.2",
  47. "lodash": "latest",
  48. "mockjs": "1.0.1-beta3",
  49. "node-sass": "^8.0.0",
  50. "normalize.css": "7.0.0",
  51. "nprogress": "0.2.0",
  52. "qs": "^6.10.3",
  53. "screenfull": "4.0.0",
  54. "showdown": "1.8.6",
  55. "sortablejs": "1.10.0",
  56. "tui-editor": "1.2.7",
  57. "v-charts": "^1.19.0",
  58. "vue": "2.6.10",
  59. "vue-count-to": "1.0.13",
  60. "vue-i18n": "8.14.1",
  61. "vue-router": "3.1.3",
  62. "vue-schart": "^2.0.0",
  63. "vue-splitpane": "1.0.4",
  64. "vuedraggable": "^2.16.0",
  65. "vuex": "3.1.1",
  66. "xlsx": "^0.11.16"
  67. },
  68. "devDependencies": {
  69. "autoprefixer": "8.5.0",
  70. "babel-core": "6.26.3",
  71. "babel-eslint": "8.2.6",
  72. "babel-helper-vue-jsx-merge-props": "2.0.3",
  73. "babel-loader": "7.1.5",
  74. "babel-plugin-dynamic-import-node": "2.0.0",
  75. "babel-plugin-syntax-jsx": "6.18.0",
  76. "babel-plugin-transform-runtime": "6.23.0",
  77. "babel-plugin-transform-vue-jsx": "3.7.0",
  78. "babel-preset-env": "1.7.0",
  79. "babel-preset-stage-2": "6.24.1",
  80. "chalk": "2.4.1",
  81. "compression-webpack-plugin": "2.0.0",
  82. "connect": "3.6.6",
  83. "copy-webpack-plugin": "4.5.2",
  84. "cross-env": "5.2.0",
  85. "css-loader": "1.0.0",
  86. "eslint": "5.15.2",
  87. "eslint-friendly-formatter": "4.0.1",
  88. "eslint-loader": "2.1.2",
  89. "eslint-plugin-vue": "5.2.2",
  90. "file-loader": "1.1.11",
  91. "friendly-errors-webpack-plugin": "1.7.0",
  92. "gulp-ftp": "^1.1.0",
  93. "hash-sum": "1.0.2",
  94. "html-webpack-plugin": "4.0.0-alpha",
  95. "lint-staged": "7.2.2",
  96. "mini-css-extract-plugin": "0.4.1",
  97. "node-notifier": "5.2.1",
  98. "optimize-css-assets-webpack-plugin": "5.0.0",
  99. "ora": "3.0.0",
  100. "path-to-regexp": "2.4.0",
  101. "portfinder": "1.0.13",
  102. "postcss-import": "11.1.0",
  103. "postcss-loader": "2.1.6",
  104. "postcss-url": "7.3.2",
  105. "rimraf": "2.6.2",
  106. "sass-loader": "7.0.3",
  107. "script-ext-html-webpack-plugin": "2.0.1",
  108. "script-loader": "0.7.2",
  109. "semver": "5.5.0",
  110. "serve-static": "1.13.2",
  111. "shelljs": "0.8.2",
  112. "svg-sprite-loader": "3.8.0",
  113. "svgo": "1.0.5",
  114. "uglifyjs-webpack-plugin": "1.2.7",
  115. "url-loader": "1.0.1",
  116. "vue-loader": "15.7.1",
  117. "vue-style-loader": "4.1.2",
  118. "vue-template-compiler": "2.6.10",
  119. "webpack": "4.16.5",
  120. "webpack-bundle-analyzer": "2.13.1",
  121. "webpack-cli": "3.1.0",
  122. "webpack-dev-server": "3.1.14",
  123. "webpack-merge": "4.1.4"
  124. },
  125. "engines": {
  126. "node": ">= 6.0.0",
  127. "npm": ">= 3.0.0"
  128. },
  129. "browserslist": [
  130. "> 1%",
  131. "last 2 versions",
  132. "not ie <= 8"
  133. ]
  134. }