血透系统PC前端

package.json 4.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "name": "vue-element-admin",
  3. "version": "3.7.3",
  4. "description": "A magical vue admin. Typical templates for enterprise applications. Newest development stack of vue. Lots of awesome features",
  5. "author": "Pan <panfree23@gmail.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 && npm run fixfont && npm run fiximg",
  11. "lint": "eslint --ext .js,.vue src",
  12. "test": "npm run lint",
  13. "precommit": "lint-staged",
  14. "build": "cross-env NODE_ENV=production env_config=sit node build/build.js && npm run fixfont && npm run fiximg",
  15. "fixfont": "xcopy %cd%\\dist\\static\\fonts %cd%\\dist\\static\\css\\static\\fonts /s /y /d /e /i",
  16. "fiximg": "xcopy %cd%\\dist\\static\\img %cd%\\dist\\static\\css\\static\\img /s /y /d /e /i"
  17. },
  18. "lint-staged": {
  19. "src/**/*.{js,vue}": [
  20. "eslint --fix",
  21. "git add"
  22. ]
  23. },
  24. "keywords": [
  25. "vue",
  26. "element-ui",
  27. "admin",
  28. "management-system",
  29. "admin-template"
  30. ],
  31. "repository": {
  32. "type": "git",
  33. "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/PanJiaChen/vue-element-admin/issues"
  37. },
  38. "dependencies": {
  39. "ajv": "^6.5.3",
  40. "axios": "0.17.1",
  41. "clipboard": "1.7.1",
  42. "codemirror": "5.32.0",
  43. "connect": "3.6.6",
  44. "driver.js": "0.5.2",
  45. "dropzone": "5.2.0",
  46. "echarts": "3.8.5",
  47. "element-ui": "^2.7.2",
  48. "file-saver": "1.3.3",
  49. "font-awesome": "4.7.0",
  50. "js-cookie": "2.2.0",
  51. "jsonlint": "1.6.3",
  52. "jszip": "3.1.5",
  53. "mockjs": "1.0.1-beta3",
  54. "normalize.css": "7.0.0",
  55. "nprogress": "0.2.0",
  56. "print-js": "^1.0.50",
  57. "qrcodejs2": "0.0.2",
  58. "screenfull": "3.3.2",
  59. "serve-static": "1.13.2",
  60. "showdown": "1.8.5",
  61. "simplemde": "1.11.2",
  62. "sortablejs": "1.7.0",
  63. "vue": "2.5.16",
  64. "vue-count-to": "1.0.13",
  65. "vue-i18n": "7.3.2",
  66. "vue-multiselect": "2.0.8",
  67. "vue-router": "3.0.1",
  68. "vue-splitpane": "1.0.2",
  69. "vuedraggable": "^2.16.0",
  70. "vuex": "3.0.1",
  71. "xlsx": "^0.11.16"
  72. },
  73. "devDependencies": {
  74. "autoprefixer": "7.2.3",
  75. "babel-core": "6.26.0",
  76. "babel-eslint": "8.0.3",
  77. "babel-helper-vue-jsx-merge-props": "2.0.3",
  78. "babel-loader": "7.1.2",
  79. "babel-plugin-dynamic-import-node": "^1.2.0",
  80. "babel-plugin-syntax-jsx": "6.18.0",
  81. "babel-plugin-transform-runtime": "6.23.0",
  82. "babel-plugin-transform-vue-jsx": "3.5.0",
  83. "babel-preset-env": "1.6.1",
  84. "babel-preset-stage-2": "6.24.1",
  85. "chalk": "2.3.0",
  86. "copy-webpack-plugin": "4.3.0",
  87. "cross-env": "5.1.1",
  88. "css-loader": "0.28.7",
  89. "eslint": "4.13.1",
  90. "eslint-friendly-formatter": "3.0.0",
  91. "eslint-loader": "1.9.0",
  92. "eslint-plugin-html": "4.0.1",
  93. "extract-text-webpack-plugin": "3.0.2",
  94. "file-loader": "1.1.5",
  95. "friendly-errors-webpack-plugin": "1.6.1",
  96. "html-webpack-plugin": "2.30.1",
  97. "husky": "0.14.3",
  98. "lint-staged": "7.2.0",
  99. "node-notifier": "5.1.2",
  100. "node-sass": "^4.7.2",
  101. "optimize-css-assets-webpack-plugin": "3.2.0",
  102. "ora": "1.3.0",
  103. "portfinder": "1.0.13",
  104. "postcss-import": "11.0.0",
  105. "postcss-loader": "2.0.9",
  106. "postcss-url": "7.3.0",
  107. "rimraf": "2.6.2",
  108. "sass-loader": "^6.0.7",
  109. "sass-resources-loader": "^1.3.4",
  110. "script-loader": "0.7.2",
  111. "semver": "5.4.1",
  112. "shelljs": "0.7.8",
  113. "svg-sprite-loader": "3.5.2",
  114. "uglifyjs-webpack-plugin": "1.1.3",
  115. "url-loader": "0.6.2",
  116. "vue-loader": "13.7.2",
  117. "vue-style-loader": "3.0.3",
  118. "vue-template-compiler": "2.5.16",
  119. "webpack": "3.10.0",
  120. "webpack-bundle-analyzer": "2.9.1",
  121. "webpack-dev-server": "2.9.7",
  122. "webpack-merge": "4.1.1"
  123. },
  124. "engines": {
  125. "node": ">= 4.0.0",
  126. "npm": ">= 3.0.0"
  127. },
  128. "browserslist": [
  129. "> 1%",
  130. "last 2 versions",
  131. "not ie <= 8"
  132. ]
  133. }