package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "name": "go-admin",
  3. "version": "2.0.9",
  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. "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. "go-admin",
  33. "go-admin-ui",
  34. "dashboard",
  35. "element-ui",
  36. "boilerplate",
  37. "admin-template",
  38. "management-system"
  39. ],
  40. "repository": {
  41. "type": "git",
  42. "url": "git+https://github.com/go-admin-team/go-admin.git"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/go-admin-team/go-admin/issues"
  46. },
  47. "dependencies": {
  48. "@riophae/vue-treeselect": "0.4.0",
  49. "awe-dnd": "^0.3.4",
  50. "axios": "0.21.1",
  51. "clipboard": "2.0.6",
  52. "codemirror": "5.62.0",
  53. "core-js": "^3.6.5",
  54. "driver.js": "0.9.8",
  55. "dropzone": "5.7.2",
  56. "echarts": "4.8.0",
  57. "element-ui": "2.15.6",
  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. "normalize.css": "8.0.1",
  65. "nprogress": "0.2.0",
  66. "path-to-regexp": "6.1.0",
  67. "remixicon": "^2.5.0",
  68. "sass-resources-loader": "^2.0.3",
  69. "screenfull": "5.0.2",
  70. "viser-vue": "^2.4.8",
  71. "vue": "2.6.11",
  72. "vue-codemirror": "^4.0.6",
  73. "vue-count-to": "1.0.13",
  74. "vue-cropper": "^0.5.5",
  75. "vue-particles": "^1.0.9",
  76. "vue-router": "3.4.7",
  77. "vuedraggable": "2.24.0",
  78. "vuex": "3.5.1",
  79. "webpack-bundle-analyzer": "^3.8.0",
  80. "xlsx": "0.16.5"
  81. },
  82. "devDependencies": {
  83. "@babel/core": "7.11.1",
  84. "@babel/register": "^7.10.5",
  85. "@babel/runtime": "^7.12.1",
  86. "@vue/babel-preset-app": "^4.5.7",
  87. "@vue/cli-plugin-babel": "4.4.6",
  88. "@vue/cli-plugin-eslint": "^4.4.6",
  89. "@vue/cli-plugin-unit-jest": "4.4.6",
  90. "@vue/cli-service": "^4.5.13",
  91. "@vue/test-utils": "1.0.3",
  92. "autoprefixer": "^9.8.6",
  93. "babel-core": "7.0.0-bridge.0",
  94. "babel-eslint": "10.1.0",
  95. "babel-jest": "26.2.2",
  96. "babel-plugin-dynamic-import-node": "^2.3.3",
  97. "beautifier": "^0.1.7",
  98. "chalk": "4.1.0",
  99. "chokidar": "3.4.2",
  100. "compression-webpack-plugin": "^4.0.0",
  101. "connect": "3.7.0",
  102. "eslint": "7.6.0",
  103. "eslint-plugin-vue": "6.2.2",
  104. "html-webpack-plugin": "4.3.0",
  105. "husky": "4.2.5",
  106. "lint-staged": "10.2.11",
  107. "mockjs": "1.1.0",
  108. "plop": "2.7.4",
  109. "runjs": "^4.4.2",
  110. "sass": "^1.35.1",
  111. "sass-loader": "^9.0.3",
  112. "script-ext-html-webpack-plugin": "2.1.4",
  113. "script-loader": "0.7.2",
  114. "serve-static": "^1.14.1",
  115. "svg-sprite-loader": "^5.0.0",
  116. "svgo": "1.3.2",
  117. "vue-template-compiler": "2.6.11"
  118. },
  119. "engines": {
  120. "node": ">=8.9",
  121. "npm": ">= 3.0.0"
  122. },
  123. "browserslist": [
  124. "> 1%",
  125. "last 2 versions"
  126. ]
  127. }