小说后台管理系统
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 3.2 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "name": "funoos",
  3. "version": "4.3.1",
  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",
  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. "axios": "^0.21.1",
  19. "bignumber.js": "^9.0.1",
  20. "clipboard": "^2.0.4",
  21. "codemirror": "5.45.0",
  22. "core-js": "3.6.5",
  23. "crypto-js": "^4.0.0",
  24. "driver.js": "0.9.5",
  25. "dropzone": "5.5.1",
  26. "echarts": "4.2.1",
  27. "element-ui": "2.13.2",
  28. "file-saver": "2.0.1",
  29. "fuse.js": "3.4.4",
  30. "hevue-img-preview": "^3.0.0",
  31. "js-cookie": "2.2.0",
  32. "jsonlint": "1.6.3",
  33. "jszip": "3.2.1",
  34. "lodash": "^4.17.20",
  35. "normalize.css": "7.0.0",
  36. "nprogress": "0.2.0",
  37. "particles.js": "^2.0.0",
  38. "path-to-regexp": "2.4.0",
  39. "pinyin": "2.9.0",
  40. "screenfull": "4.2.0",
  41. "script-loader": "0.7.2",
  42. "sortablejs": "1.8.4",
  43. "tui-editor": "1.3.3",
  44. "vue": "2.6.10",
  45. "vue-count-to": "1.0.13",
  46. "vue-i18n": "^7.3.2",
  47. "vue-mini-player": "^0.2.1",
  48. "vue-router": "3.0.2",
  49. "vue-splitpane": "1.0.4",
  50. "vuedraggable": "2.20.0",
  51. "vuex": "3.1.0",
  52. "xlsx": "0.14.1"
  53. },
  54. "devDependencies": {
  55. "@vue/cli-plugin-babel": "4.4.4",
  56. "@vue/cli-plugin-eslint": "4.4.4",
  57. "@vue/cli-plugin-unit-jest": "^4.5.9",
  58. "@vue/cli-service": "4.4.4",
  59. "@vue/test-utils": "1.0.0-beta.29",
  60. "autoprefixer": "9.5.1",
  61. "babel-eslint": "10.1.0",
  62. "babel-jest": "^26.6.3",
  63. "babel-plugin-dynamic-import-node": "2.3.3",
  64. "chalk": "2.4.2",
  65. "chokidar": "2.1.5",
  66. "connect": "3.6.6",
  67. "eslint": "6.7.2",
  68. "eslint-plugin-vue": "6.2.2",
  69. "html-webpack-plugin": "3.2.0",
  70. "husky": "1.3.1",
  71. "less": "^4.1.1",
  72. "less-loader": "^7.3.0",
  73. "lint-staged": "8.1.5",
  74. "mockjs": "1.0.1-beta3",
  75. "plop": "2.3.0",
  76. "runjs": "^4.4.2",
  77. "sass": "1.26.2",
  78. "sass-loader": "8.0.2",
  79. "sass-resources-loader": "^2.1.0",
  80. "script-ext-html-webpack-plugin": "2.1.3",
  81. "serve-static": "1.13.2",
  82. "svg-sprite-loader": "4.1.3",
  83. "svgo": "1.2.0",
  84. "vue-template-compiler": "2.6.10"
  85. },
  86. "browserslist": [
  87. "> 1%",
  88. "last 2 versions"
  89. ],
  90. "bugs": {
  91. "url": "https://github.com/PanJiaChen/vue-element-admin/issues"
  92. },
  93. "engines": {
  94. "node": ">=8.9",
  95. "npm": ">= 3.0.0"
  96. },
  97. "keywords": [
  98. "vue",
  99. "admin",
  100. "dashboard",
  101. "element-ui",
  102. "boilerplate",
  103. "admin-template",
  104. "management-system"
  105. ],
  106. "license": "MIT",
  107. "lint-staged": {
  108. "src/**/*.{js,vue}": [
  109. "eslint --fix",
  110. "git add"
  111. ]
  112. },
  113. "husky": {
  114. "hooks": {
  115. "pre-commit": "lint-staged"
  116. }
  117. },
  118. "repository": {
  119. "type": "git",
  120. "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
  121. }
  122. }