package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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. "@riophae/vue-treeselect": "^0.3.0",
  31. "axios": "0.19.0",
  32. "clipboard": "1.7.1",
  33. "codemirror": "5.39.2",
  34. "driver.js": "0.8.1",
  35. "dropzone": "5.2.0",
  36. "echarts": "^4.1.0",
  37. "element-ui": "2.12.0",
  38. "file-saver": "1.3.8",
  39. "fuse.js": "3.4.2",
  40. "gulp": "^4.0.2",
  41. "gulp-util": "latest",
  42. "js-cookie": "2.2.0",
  43. "jsonlint": "1.6.3",
  44. "jszip": "3.1.5",
  45. "lib-flexible": "^0.3.2",
  46. "lodash": "latest",
  47. "mockjs": "1.0.1-beta3",
  48. "normalize.css": "7.0.0",
  49. "nprogress": "0.2.0",
  50. "qs": "latest",
  51. "screenfull": "4.0.0",
  52. "showdown": "1.8.6",
  53. "sortablejs": "1.10.0",
  54. "tui-editor": "1.2.7",
  55. "v-charts": "^1.19.0",
  56. "vue": "2.6.10",
  57. "vue-count-to": "1.0.13",
  58. "vue-i18n": "8.14.1",
  59. "vue-router": "3.1.3",
  60. "vue-schart": "^2.0.0",
  61. "vue-splitpane": "1.0.4",
  62. "vuedraggable": "^2.16.0",
  63. "vuex": "3.1.1",
  64. "xlsx": "^0.11.16"
  65. },
  66. "devDependencies": {
  67. "autoprefixer": "8.5.0",
  68. "babel-core": "6.26.3",
  69. "babel-eslint": "8.2.6",
  70. "babel-helper-vue-jsx-merge-props": "2.0.3",
  71. "babel-loader": "7.1.5",
  72. "babel-plugin-dynamic-import-node": "2.0.0",
  73. "babel-plugin-syntax-jsx": "6.18.0",
  74. "babel-plugin-transform-runtime": "6.23.0",
  75. "babel-plugin-transform-vue-jsx": "3.7.0",
  76. "babel-preset-env": "1.7.0",
  77. "babel-preset-stage-2": "6.24.1",
  78. "chalk": "2.4.1",
  79. "compression-webpack-plugin": "2.0.0",
  80. "connect": "3.6.6",
  81. "copy-webpack-plugin": "4.5.2",
  82. "cross-env": "5.2.0",
  83. "css-loader": "1.0.0",
  84. "eslint": "5.15.2",
  85. "eslint-friendly-formatter": "4.0.1",
  86. "eslint-loader": "2.1.2",
  87. "eslint-plugin-vue": "5.2.2",
  88. "file-loader": "1.1.11",
  89. "friendly-errors-webpack-plugin": "1.7.0",
  90. "gulp-ftp": "^1.1.0",
  91. "hash-sum": "1.0.2",
  92. "html-webpack-plugin": "4.0.0-alpha",
  93. "lint-staged": "7.2.2",
  94. "mini-css-extract-plugin": "0.4.1",
  95. "node-notifier": "5.2.1",
  96. "node-sass": "^4.7.2",
  97. "optimize-css-assets-webpack-plugin": "5.0.0",
  98. "ora": "3.0.0",
  99. "path-to-regexp": "2.4.0",
  100. "portfinder": "1.0.13",
  101. "postcss-import": "11.1.0",
  102. "postcss-loader": "2.1.6",
  103. "postcss-url": "7.3.2",
  104. "rimraf": "2.6.2",
  105. "sass-loader": "7.0.3",
  106. "script-ext-html-webpack-plugin": "2.0.1",
  107. "script-loader": "0.7.2",
  108. "semver": "5.5.0",
  109. "serve-static": "1.13.2",
  110. "shelljs": "0.8.2",
  111. "svg-sprite-loader": "3.8.0",
  112. "svgo": "1.0.5",
  113. "uglifyjs-webpack-plugin": "1.2.7",
  114. "url-loader": "1.0.1",
  115. "vue-loader": "15.7.1",
  116. "vue-style-loader": "4.1.2",
  117. "vue-template-compiler": "2.6.10",
  118. "webpack": "4.16.5",
  119. "webpack-bundle-analyzer": "2.13.1",
  120. "webpack-cli": "3.1.0",
  121. "webpack-dev-server": "3.1.14",
  122. "webpack-merge": "4.1.4"
  123. },
  124. "engines": {
  125. "node": ">= 6.0.0",
  126. "npm": ">= 3.0.0"
  127. },
  128. "browserslist": [
  129. "> 1%",
  130. "last 2 versions",
  131. "not ie <= 8"
  132. ]
  133. }