package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "name": "chuanyi-admin",
  3. "version": "1.0.0",
  4. "showVersion": "版本:V1.0.0.20240925.Beta",
  5. "description": "A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features",
  6. "author": "Pan <panfree23@gmail.com>",
  7. "scripts": {
  8. "dev": "vue-cli-service serve",
  9. "lint": "eslint --fix --ext .js,.vue src",
  10. "build:prod": "vue-cli-service build",
  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. },
  18. "main": "background.js",
  19. "dependencies": {
  20. "@femessage/element-ui": "^2.22.0",
  21. "@riophae/vue-treeselect": "^0.4.0",
  22. "@wsfe/ctree": "^2.3.1",
  23. "axios": "0.18.1",
  24. "clipboard": "2.0.4",
  25. "codemirror": "5.45.0",
  26. "core-js": "^3.37.0",
  27. "cron-parser": "^4.9.0",
  28. "dropzone": "5.5.1",
  29. "echarts": "^5.4.3",
  30. "element-ui": "2.13.2",
  31. "exceljs": "^4.4.0",
  32. "file-saver": "2.0.1",
  33. "fuse.js": "3.4.4",
  34. "js-cookie": "2.2.0",
  35. "jsencrypt": "^3.3.0",
  36. "jsonlint": "1.6.3",
  37. "jszip": "3.2.1",
  38. "lodash": "^4.17.21",
  39. "luckyexcel": "^1.0.1",
  40. "normalize.css": "7.0.0",
  41. "nprogress": "0.2.0",
  42. "path-to-regexp": "2.4.0",
  43. "qs": "^6.11.0",
  44. "screenfull": "4.2.0",
  45. "script-loader": "0.7.2",
  46. "sortablejs": "1.8.4",
  47. "umy-ui": "^1.1.6",
  48. "uuid": "^9.0.1",
  49. "vue": "2.6.10",
  50. "vue-count-to": "1.0.13",
  51. "vue-router": "3.0.2",
  52. "vue-splitpane": "^1.0.6",
  53. "vue-virtual-scroll-list": "^2.3.5",
  54. "vuedraggable": "2.20.0",
  55. "vuex": "3.1.0",
  56. "vxe-table": "^3.6.9",
  57. "vxe-utils": "^2.0.1",
  58. "xe-utils": "^3.5.7",
  59. "xlsx": "0.14.1"
  60. },
  61. "devDependencies": {
  62. "@vue/cli-plugin-babel": "4.4.4",
  63. "@vue/cli-plugin-eslint": "4.4.4",
  64. "@vue/cli-plugin-unit-jest": "4.4.4",
  65. "@vue/cli-service": "4.4.4",
  66. "@vue/test-utils": "1.0.0-beta.29",
  67. "autoprefixer": "9.5.1",
  68. "babel-eslint": "10.1.0",
  69. "babel-jest": "23.6.0",
  70. "babel-plugin-dynamic-import-node": "2.3.3",
  71. "chalk": "2.4.2",
  72. "chokidar": "2.1.5",
  73. "connect": "3.6.6",
  74. "eslint": "6.7.2",
  75. "eslint-plugin-vue": "6.2.2",
  76. "html-webpack-plugin": "3.2.0",
  77. "husky": "1.3.1",
  78. "lint-staged": "8.1.5",
  79. "mockjs": "1.0.1-beta3",
  80. "plop": "2.3.0",
  81. "runjs": "4.3.2",
  82. "sass": "1.26.2",
  83. "sass-loader": "8.0.2",
  84. "script-ext-html-webpack-plugin": "2.1.3",
  85. "serve-static": "1.13.2",
  86. "svg-sprite-loader": "4.1.3",
  87. "svgo": "1.2.0",
  88. "vue-template-compiler": "2.6.10"
  89. },
  90. "browserslist": [
  91. "> 1%",
  92. "last 2 versions"
  93. ],
  94. "bugs": {
  95. "url": "https://github.com/PanJiaChen/vue-element-admin/issues"
  96. },
  97. "engines": {
  98. "node": ">=8.9",
  99. "npm": ">= 3.0.0"
  100. },
  101. "keywords": [
  102. "vue",
  103. "admin",
  104. "dashboard",
  105. "element-ui",
  106. "boilerplate",
  107. "admin-template",
  108. "management-system"
  109. ],
  110. "license": "MIT",
  111. "lint-staged": {
  112. "src/**/*.{js,vue}": [
  113. "eslint --fix",
  114. "git add"
  115. ]
  116. },
  117. "husky": {
  118. "hooks": {
  119. "pre-commit": "lint-staged"
  120. }
  121. },
  122. "repository": {
  123. "type": "git",
  124. "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
  125. }
  126. }