package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "name": "vue-element-admin",
  3. "version": "4.4.0",
  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. "scripts": {
  7. "dev": "vue-cli-service serve",
  8. "lint": "eslint --ext .js,.vue src",
  9. "build:prod": "vue-cli-service build --mode production",
  10. "build:test": "vue-cli-service build --mode test",
  11. "build:stage": "vue-cli-service build --mode staging",
  12. "preview": "node build/index.js --preview",
  13. "new": "plop",
  14. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
  15. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  16. "test:ci": "npm run lint && npm run test:unit",
  17. "start": "node index.js",
  18. "server": "nodemon index.js --ignore client",
  19. "webpack": "webpack --version"
  20. },
  21. "dependencies": {
  22. "@jest/transform": "^29.7.0",
  23. "@jest/types": "^29.6.3",
  24. "@toast-ui/editor": "^3.1.3",
  25. "@types/istanbul-reports": "^3.0.0",
  26. "@types/yargs": "^17.0.8",
  27. "axios": "0.18.1",
  28. "babel-plugin-istanbul": "^6.1.1",
  29. "bmap": "^1.0.1",
  30. "clipboard": "2.0.4",
  31. "codemirror": "5.45.0",
  32. "core-js": "^3.6.5",
  33. "dayjs": "^1.11.0",
  34. "driver.js": "0.9.5",
  35. "dropzone": "5.5.1",
  36. "echarts": "^4.9.0",
  37. "element-ui": "2.13.2",
  38. "file-saver": "2.0.1",
  39. "fuse.js": "3.4.4",
  40. "jest-haste-map": "^29.7.0",
  41. "jest-regex-util": "^29.6.3",
  42. "jest-util": "^29.7.0",
  43. "js-cookie": "2.2.0",
  44. "jsonlint": "1.6.3",
  45. "jszip": "3.2.1",
  46. "lint-staged": "^8.1.5",
  47. "normalize.css": "7.0.0",
  48. "nprogress": "0.2.0",
  49. "path-to-regexp": "2.4.0",
  50. "quill": "^1.3.7",
  51. "screenfull": "4.2.0",
  52. "script-loader": "0.7.2",
  53. "sortablejs": "1.8.4",
  54. "vue": "2.6.10",
  55. "vue-count-to": "1.0.13",
  56. "vue-json-excel": "^0.3.0",
  57. "vue-quill-editor": "^3.0.6",
  58. "vue-router": "3.0.2",
  59. "vue-splitpane": "1.0.4",
  60. "vuedraggable": "2.20.0",
  61. "vuex": "3.1.0",
  62. "xlsx": "0.14.1"
  63. },
  64. "devDependencies": {
  65. "@vue/cli-plugin-babel": "4.4.4",
  66. "@vue/cli-plugin-eslint": "4.4.4",
  67. "@vue/cli-plugin-unit-jest": "4.4.4",
  68. "@vue/cli-service": "4.4.4",
  69. "@vue/test-utils": "1.0.0-beta.29",
  70. "autoprefixer": "9.5.1",
  71. "babel-core": "^6.0.0",
  72. "babel-eslint": "10.1.0",
  73. "babel-jest": "^29.7.0",
  74. "babel-plugin-dynamic-import-node": "2.3.3",
  75. "chalk": "2.4.2",
  76. "chokidar": "2.1.5",
  77. "connect": "3.6.6",
  78. "css-unicode-loader": "^1.0.3",
  79. "eslint": "6.7.2",
  80. "eslint-plugin-vue": "6.2.2",
  81. "html-webpack-plugin": "3.2.0",
  82. "husky": "1.3.1",
  83. "lint-staged": "^8.1.5",
  84. "mockjs": "1.0.1-beta3",
  85. "plop": "2.3.0",
  86. "runjs": "4.3.2",
  87. "sass": "1.26.2",
  88. "sass-loader": "8.0.2",
  89. "script-ext-html-webpack-plugin": "2.1.3",
  90. "serve-static": "1.13.2",
  91. "svg-sprite-loader": "4.1.3",
  92. "svgo": "1.2.0",
  93. "vue-print-nb": "^1.7.5",
  94. "vue-template-compiler": "2.6.10",
  95. "webpack": "^4.46.0"
  96. },
  97. "browserslist": [
  98. "> 1%",
  99. "last 2 versions"
  100. ],
  101. "bugs": {
  102. "url": "https://github.com/PanJiaChen/vue-element-admin/issues"
  103. },
  104. "engines": {
  105. "node": ">=8.9",
  106. "npm": ">= 3.0.0"
  107. },
  108. "keywords": [
  109. "vue",
  110. "admin",
  111. "dashboard",
  112. "element-ui",
  113. "boilerplate",
  114. "admin-template",
  115. "management-system"
  116. ],
  117. "license": "MIT",
  118. "lint-staged": {
  119. "src/**/*.{js,vue}": [
  120. "eslint --fix",
  121. "git add"
  122. ]
  123. },
  124. "husky": {
  125. "hooks": {
  126. "pre-commit": "lint-staged"
  127. }
  128. },
  129. "repository": {
  130. "type": "git",
  131. "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
  132. }
  133. }