package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "name": "vue-element-admin",
  3. "version": "4.2.1",
  4. "description": "A magical vue admin. An out-of-box UI solution 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": "vue-cli-service serve",
  9. "build:prod": "vue-cli-service build",
  10. "build:stage": "vue-cli-service build --mode staging",
  11. "preview": "node build/index.js --preview",
  12. "lint": "eslint --ext .js,.vue src",
  13. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  14. "test:ci": "npm run lint && npm run test:unit",
  15. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
  16. "new": "plop"
  17. },
  18. "husky": {
  19. "hooks": {
  20. "pre-commit": "lint-staged"
  21. }
  22. },
  23. "lint-staged": {
  24. "src/**/*.{js,vue}": [
  25. "eslint --fix",
  26. "git add"
  27. ]
  28. },
  29. "keywords": [
  30. "vue",
  31. "admin",
  32. "dashboard",
  33. "element-ui",
  34. "boilerplate",
  35. "admin-template",
  36. "management-system"
  37. ],
  38. "repository": {
  39. "type": "git",
  40. "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/PanJiaChen/vue-element-admin/issues"
  44. },
  45. "dependencies": {
  46. "@json-editor/json-editor": "^2.1.0",
  47. "a-vue-steps": "^1.0.0",
  48. "axios": "0.18.1",
  49. "camel-case": "^4.1.0",
  50. "clipboard": "2.0.4",
  51. "cnpm": "^6.1.1",
  52. "codemirror": "5.45.0",
  53. "core-js": "^2.6.12",
  54. "driver.js": "0.9.5",
  55. "dropzone": "5.5.1",
  56. "echarts": "4.2.1",
  57. "element-ui": "2.13.0",
  58. "file-saver": "^2.0.5",
  59. "fuse.js": "3.4.4",
  60. "iview": "^1.0.1",
  61. "js-cookie": "2.2.0",
  62. "jsencrypt": "^3.0.0-rc.1",
  63. "json-editor": "^0.7.28",
  64. "jsonlint": "1.6.3",
  65. "jszip": "3.2.1",
  66. "lib-flexible": "^0.3.2",
  67. "lodash": "^4.17.20",
  68. "mqtt": "^3.0.0",
  69. "normalize.css": "7.0.0",
  70. "nprogress": "0.2.0",
  71. "paho-mqtt": "^1.1.0",
  72. "path-to-regexp": "2.4.0",
  73. "perfect-scrollbar": "^1.5.5",
  74. "postcss-px2rem": "^0.3.0",
  75. "prettier": "^1.12.1",
  76. "qrcodejs2": "0.0.2",
  77. "screenfull": "4.2.0",
  78. "script-loader": "0.7.2",
  79. "showdown": "1.9.0",
  80. "sortablejs": "1.8.4",
  81. "tui-editor": "1.3.3",
  82. "vue": "2.6.10",
  83. "vue-count-to": "1.0.13",
  84. "vue-router": "3.0.2",
  85. "vue-splitpane": "1.0.4",
  86. "vuedraggable": "2.20.0",
  87. "vuex": "3.1.0",
  88. "xlsx": "0.14.1",
  89. "xlsx-js-style": "^1.2.0"
  90. },
  91. "devDependencies": {
  92. "@babel/core": "7.0.0",
  93. "@babel/register": "7.0.0",
  94. "@vue/cli-plugin-babel": "3.5.3",
  95. "@vue/cli-plugin-eslint": "^3.9.1",
  96. "@vue/cli-plugin-unit-jest": "3.5.3",
  97. "@vue/cli-service": "3.5.3",
  98. "@vue/test-utils": "1.0.0-beta.29",
  99. "autoprefixer": "^9.5.1",
  100. "babel-core": "7.0.0-bridge.0",
  101. "babel-eslint": "10.0.1",
  102. "babel-jest": "23.6.0",
  103. "chalk": "2.4.2",
  104. "chokidar": "2.1.5",
  105. "connect": "3.6.6",
  106. "eslint": "5.15.3",
  107. "eslint-plugin-vue": "5.2.2",
  108. "html-webpack-plugin": "3.2.0",
  109. "husky": "1.3.1",
  110. "lint-staged": "8.1.5",
  111. "mockjs": "1.0.1-beta3",
  112. "node-sass": "^4.14.1",
  113. "plop": "2.3.0",
  114. "pre-commit": "^1.2.2",
  115. "px2rem-loader": "^0.1.9",
  116. "runjs": "^4.3.2",
  117. "sass-loader": "^7.1.0",
  118. "script-ext-html-webpack-plugin": "2.1.3",
  119. "serve-static": "^1.13.2",
  120. "svg-sprite-loader": "4.1.3",
  121. "svgo": "1.2.0",
  122. "terser-webpack-plugin": "^4.2.0",
  123. "vue-template-compiler": "2.6.10",
  124. "vue2-ace-editor": "0.0.15"
  125. },
  126. "engines": {
  127. "node": ">=8.9",
  128. "npm": ">= 3.0.0"
  129. },
  130. "browserslist": [
  131. "> 1%",
  132. "last 2 versions"
  133. ]
  134. }