You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

124 lines
3.3 KiB

3 years ago
  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 --hot",
  8. "lint": "eslint --fix --ext .js,.vue src",
  9. "build:prod": "vue-cli-service build",
  10. "build:stage": "vue-cli-service build --mode staging",
  11. "preview": "node build/index.js --preview",
  12. "new": "plop",
  13. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
  14. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  15. "test:ci": "npm run lint && npm run test:unit"
  16. },
  17. "dependencies": {
  18. "@riophae/vue-treeselect": "^0.4.0",
  19. "axios": "^0.25.0",
  20. "clipboard": "2.0.4",
  21. "codemirror": "^5.65.1",
  22. "console": "^0.7.2",
  23. "core-js": "3.6.5",
  24. "dayjs": "^1.10.7",
  25. "driver.js": "0.9.5",
  26. "dropzone": "5.5.1",
  27. "echarts": "^5.3.0",
  28. "element-ui": "2.13.2",
  29. "ethereumjs-tx": "^2.1.2",
  30. "ethers": "^5.5.1",
  31. "file-saver": "2.0.1",
  32. "fuse.js": "3.4.4",
  33. "js-cookie": "2.2.0",
  34. "jsonlint": "1.6.3",
  35. "jszip": "^3.7.1",
  36. "keccak256": "^1.0.6",
  37. "normalize.css": "7.0.0",
  38. "nprogress": "0.2.0",
  39. "path-to-regexp": "2.4.0",
  40. "postcss-loader": "^6.2.1",
  41. "screenfull": "4.2.0",
  42. "script-loader": "0.7.2",
  43. "sortablejs": "1.8.4",
  44. "swiper": "^8.0.3",
  45. "tradingview-api": "^1.0.2",
  46. "tui-editor": "1.3.3",
  47. "vue": "2.6.10",
  48. "vue-awesome-swiper": "^4.1.1",
  49. "vue-count-to": "1.0.13",
  50. "vue-i18n": "^8.27.0",
  51. "vue-router": "3.5.3",
  52. "vue-splitpane": "1.0.4",
  53. "vue-ueditor-wrap": "^2.5.6",
  54. "vuedraggable": "2.20.0",
  55. "vuex": "3.6.2",
  56. "web3": "^1.7.0",
  57. "xlsx": "^0.18.0"
  58. },
  59. "devDependencies": {
  60. "@vue/cli-plugin-babel": "4.4.4",
  61. "@vue/cli-plugin-eslint": "4.4.4",
  62. "@vue/cli-plugin-unit-jest": "4.4.4",
  63. "@vue/cli-service": "4.4.4",
  64. "@vue/test-utils": "1.0.0-beta.29",
  65. "autoprefixer": "^8.0.0",
  66. "babel-eslint": "10.1.0",
  67. "babel-jest": "^27.5.1",
  68. "babel-plugin-dynamic-import-node": "2.3.3",
  69. "chalk": "2.4.2",
  70. "chokidar": "^3.5.3",
  71. "connect": "3.6.6",
  72. "eslint": "^8.8.0",
  73. "eslint-plugin-vue": "6.2.2",
  74. "html-webpack-plugin": "3.2.0",
  75. "husky": "1.3.1",
  76. "lint-staged": "^12.3.3",
  77. "mockjs": "1.0.1-beta3",
  78. "plop": "^3.0.5",
  79. "runjs": "4.3.2",
  80. "sass": "1.26.2",
  81. "sass-loader": "8.0.2",
  82. "script-ext-html-webpack-plugin": "2.1.3",
  83. "serve-static": "1.13.2",
  84. "stylus": "^0.56.0",
  85. "stylus-loader": "^6.2.0",
  86. "svg-sprite-loader": "4.1.3",
  87. "svgo": "^2.8.0",
  88. "vue-template-compiler": "2.6.10",
  89. "vue-loader": "15.9.8",
  90. "vue-style-loader": "4.1.3",
  91. "vue-html-loader": "1.2.4"
  92. },
  93. "browserslist": [
  94. "> 1%",
  95. "last 2 versions"
  96. ],
  97. "bugs": {
  98. "url": "https://github.com/PanJiaChen/vue-element-admin/issues"
  99. },
  100. "engines": {
  101. "node": ">=8.9",
  102. "npm": ">= 3.0.0"
  103. },
  104. "keywords": [
  105. "vue",
  106. "admin",
  107. "dashboard",
  108. "element-ui",
  109. "boilerplate",
  110. "admin-template",
  111. "management-system"
  112. ],
  113. "license": "MIT",
  114. "lint-staged": {
  115. "src/**/*.{js,vue}": [
  116. "eslint --fix",
  117. "git add"
  118. ]
  119. },
  120. "repository": {
  121. "type": "git",
  122. "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
  123. }
  124. }