package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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": "xykj",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vue-cli-service serve --inline --host swings.pim.com",
  9. "build:prod": "vue-cli-service build",
  10. "build:stage": "vue-cli-service build --mode staging",
  11. "preview": "node build/index.js --preview",
  12. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  13. "test:ci": "npm run lint && npm run test:unit",
  14. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
  15. "new": "plop"
  16. },
  17. "husky": {
  18. "hooks": {
  19. "pre-commit": "lint-staged"
  20. }
  21. },
  22. "lint-staged": {
  23. "src/**/*.{js,vue}": [
  24. "git add"
  25. ]
  26. },
  27. "keywords": [
  28. "vue",
  29. "admin",
  30. "dashboard",
  31. "element-ui",
  32. "boilerplate",
  33. "admin-template",
  34. "management-system"
  35. ],
  36. "repository": {
  37. "type": "git",
  38. "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/PanJiaChen/vue-element-admin/issues"
  42. },
  43. "dependencies": {
  44. "@toast-ui/editor": "^3.1.3",
  45. "awe-dnd": "^0.3.4",
  46. "axios": "0.18.1",
  47. "babel-polyfill": "^6.26.0",
  48. "bignumber.js": "^9.1.1",
  49. "clipboard": "2.0.4",
  50. "codemirror": "5.45.0",
  51. "copper": "0.0.2",
  52. "cropper": "^4.0.0",
  53. "crypto-js": "^3.1.9-1",
  54. "default-passive-events": "^2.0.0",
  55. "driver.js": "0.9.5",
  56. "dropzone": "5.5.1",
  57. "echarts": "4.2.1",
  58. "element-ui": "^2.15.0",
  59. "file-saver": "2.0.1",
  60. "font-awesome": "^4.7.0",
  61. "fuse.js": "3.4.4",
  62. "highlight.js": "^11.3.1",
  63. "jquery": "^3.4.1",
  64. "jquery-contextmenu": "^2.8.0",
  65. "js-cookie": "2.2.0",
  66. "jsonlint": "1.6.3",
  67. "jszip": "3.2.1",
  68. "normalize.css": "7.0.0",
  69. "nprogress": "0.2.0",
  70. "path-to-regexp": "2.4.0",
  71. "screenfull": "4.2.0",
  72. "showdown": "1.9.0",
  73. "sortablejs": "1.8.4",
  74. "stylus": "^0.54.5",
  75. "stylus-loader": "^3.0.2",
  76. "vue": "2.6.10",
  77. "vue-count-to": "1.0.13",
  78. "vue-i18n": "7.3.2",
  79. "vue-router": "3.0.2",
  80. "vue-splitpane": "1.0.4",
  81. "vuedraggable": "2.20.0",
  82. "vuex": "3.1.0",
  83. "xlsx": "0.14.1"
  84. },
  85. "devDependencies": {
  86. "@babel/core": "7.0.0",
  87. "@babel/register": "7.0.0",
  88. "@vue/cli-plugin-babel": "3.5.3",
  89. "@vue/cli-plugin-unit-jest": "3.5.3",
  90. "@vue/cli-service": "3.5.3",
  91. "@vue/test-utils": "1.0.0-beta.29",
  92. "autoprefixer": "^9.5.1",
  93. "babel-core": "7.0.0-bridge.0",
  94. "babel-jest": "23.6.0",
  95. "chalk": "2.4.2",
  96. "chokidar": "2.1.5",
  97. "connect": "3.6.6",
  98. "html-webpack-plugin": "3.2.0",
  99. "husky": "1.3.1",
  100. "lint-staged": "8.1.5",
  101. "mockjs": "1.0.1-beta3",
  102. "node-sass": "^4.13.0",
  103. "plop": "2.3.0",
  104. "runjs": "^4.3.2",
  105. "sass-loader": "^7.3.1",
  106. "script-ext-html-webpack-plugin": "2.1.3",
  107. "script-loader": "0.7.2",
  108. "serve-static": "^1.13.2",
  109. "style-loader": "^1.0.2",
  110. "svg-sprite-loader": "4.1.3",
  111. "svgo": "1.2.0",
  112. "vue-template-compiler": "2.6.10"
  113. },
  114. "engines": {
  115. "node": ">=8.9",
  116. "npm": ">= 3.0.0"
  117. },
  118. "browserslist": [
  119. "> 1%",
  120. "last 2 versions"
  121. ]
  122. }