package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "name": "go-admin",
  3. "version": "2.0.6",
  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": "https://github.com/wenjianzhang",
  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. },
  21. "lint-staged": {
  22. "src/**/*.{js,vue}": [
  23. "eslint --fix",
  24. "git add"
  25. ]
  26. },
  27. "keywords": [
  28. "vue",
  29. "admin",
  30. "go-admin",
  31. "go-admin-ui",
  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/go-admin-team/go-admin.git"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/go-admin-team/go-admin/issues"
  44. },
  45. "dependencies": {
  46. "@riophae/vue-treeselect": "0.4.0",
  47. "@tinymce/tinymce-vue": "^3.2.2",
  48. "awe-dnd": "^0.3.4",
  49. "axios": "0.21.1",
  50. "clipboard": "2.0.6",
  51. "codemirror": "5.62.0",
  52. "core-js": "^3.6.5",
  53. "driver.js": "0.9.8",
  54. "dropzone": "5.7.2",
  55. "echarts": "4.8.0",
  56. "el-tree-transfer": "^2.4.7",
  57. "element-ui": "2.13.2",
  58. "file-saver": "2.0.2",
  59. "fuse.js": "6.4.1",
  60. "js-cookie": "2.2.1",
  61. "jsonlint": "1.6.3",
  62. "jszip": "3.5.0",
  63. "moment": "^2.27.0",
  64. "monaco-editor": "^0.20.0",
  65. "normalize.css": "8.0.1",
  66. "nprogress": "0.2.0",
  67. "path-to-regexp": "6.1.0",
  68. "remixicon": "^2.5.0",
  69. "sass-resources-loader": "^2.0.3",
  70. "screenfull": "5.0.2",
  71. "showdown": "^1.9.1",
  72. "solarlunar": "^2.0.7",
  73. "sortablejs": "^1.10.2",
  74. "uuid": "^8.3.0",
  75. "viser-vue": "^2.4.8",
  76. "vue": "2.6.11",
  77. "vue-codemirror": "^4.0.6",
  78. "vue-count-to": "1.0.13",
  79. "vue-cropper": "^0.5.5",
  80. "vue-loader": "^15.9.8",
  81. "vue-particles": "^1.0.9",
  82. "vue-quill-editor": "^3.0.6",
  83. "vue-router": "3.4.7",
  84. "vue-splitpane": "1.0.6",
  85. "vuedraggable": "2.24.0",
  86. "vuex": "3.5.1",
  87. "webpack-bundle-analyzer": "^3.8.0",
  88. "xlsx": "^0.16.5"
  89. },
  90. "devDependencies": {
  91. "@babel/core": "7.11.1",
  92. "@babel/register": "^7.10.5",
  93. "@babel/runtime": "^7.12.1",
  94. "@vue/babel-preset-app": "^4.5.7",
  95. "@vue/cli-plugin-babel": "4.4.6",
  96. "@vue/cli-plugin-eslint": "^4.4.6",
  97. "@vue/cli-plugin-unit-jest": "4.4.6",
  98. "@vue/cli-service": "^4.5.13",
  99. "@vue/test-utils": "1.0.3",
  100. "autoprefixer": "^9.8.6",
  101. "babel-core": "7.0.0-bridge.0",
  102. "babel-eslint": "10.1.0",
  103. "babel-jest": "26.2.2",
  104. "babel-plugin-dynamic-import-node": "^2.3.3",
  105. "beautifier": "^0.1.7",
  106. "chalk": "4.1.0",
  107. "chokidar": "3.4.2",
  108. "compression-webpack-plugin": "^4.0.0",
  109. "connect": "3.7.0",
  110. "eslint": "7.6.0",
  111. "eslint-plugin-vue": "6.2.2",
  112. "form-gen-parser": "^1.0.3",
  113. "html-webpack-plugin": "4.3.0",
  114. "husky": "4.2.5",
  115. "lint-staged": "10.2.11",
  116. "mockjs": "1.1.0",
  117. "monaco-editor-webpack-plugin": "^1.9.0",
  118. "plop": "2.7.4",
  119. "runjs": "^4.4.2",
  120. "sass": "^1.35.1",
  121. "sass-loader": "^9.0.3",
  122. "script-ext-html-webpack-plugin": "2.1.4",
  123. "script-loader": "0.7.2",
  124. "serve-static": "^1.14.1",
  125. "svg-sprite-loader": "^5.0.0",
  126. "svgo": "1.3.2",
  127. "vue-quill-editor": "^3.0.6",
  128. "vue-template-compiler": "2.6.11"
  129. },
  130. "engines": {
  131. "node": ">=8.9",
  132. "npm": ">= 3.0.0"
  133. },
  134. "browserslist": [
  135. "> 1%",
  136. "last 2 versions"
  137. ]
  138. }