您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

113 行
2.9 KiB

2 年前
  1. {
  2. "name": "febs-cloud-web",
  3. "version": "4.2.1",
  4. "description": "febs cloud微服务权限系统前端",
  5. "author": "MrBird",
  6. "license": "Apache 2.0",
  7. "scripts": {
  8. "download": "yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org",
  9. "dev": "vue-cli-service serve",
  10. "build:prod": "vue-cli-service build",
  11. "build:stage": "vue-cli-service build --mode staging",
  12. "preview": "node build/index.js --preview",
  13. "lint": "eslint --ext .js,.vue src",
  14. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  15. "test:ci": "npm run lint && npm run test:unit",
  16. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
  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. "febs",
  31. "vue",
  32. "admin",
  33. "dashboard",
  34. "element-ui",
  35. "management-system"
  36. ],
  37. "repository": {
  38. "type": "git",
  39. "url": "https://github.com/wuyouzhuguli/FEBS-Cloud"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/wuyouzhuguli/FEBS-Cloud/issues"
  43. },
  44. "dependencies": {
  45. "@riophae/vue-treeselect": "0.0.38",
  46. "@vue/component-compiler-utils": "^1.3.1",
  47. "axios": "^0.19.0",
  48. "clipboard": "2.0.4",
  49. "dropzone": "5.5.1",
  50. "echarts": "4.2.1",
  51. "element-ui": "2.13.0",
  52. "fuse.js": "3.4.4",
  53. "moment": "^2.29.1",
  54. "node": "^14.4.0",
  55. "normalize.css": "7.0.0",
  56. "npm": "^6.14.5",
  57. "nprogress": "0.2.0",
  58. "path-to-regexp": "2.4.0",
  59. "screenfull": "4.2.0",
  60. "showdown": "^1.9.1",
  61. "sortablejs": "1.8.4",
  62. "tui-editor": "1.3.3",
  63. "vue": "^2.6.11",
  64. "vue-count-to": "^1.0.13",
  65. "vue-i18n": "7.3.2",
  66. "vue-router": "3.0.2",
  67. "vue-splitpane": "1.0.4",
  68. "vuex": "3.1.0",
  69. "xlsx": "^0.16.9"
  70. },
  71. "devDependencies": {
  72. "@babel/core": "7.0.0",
  73. "@babel/register": "7.0.0",
  74. "@vue/cli-plugin-babel": "3.5.3",
  75. "@vue/cli-plugin-eslint": "3.9.1",
  76. "@vue/cli-plugin-unit-jest": "^3.9.0",
  77. "@vue/cli-service": "3.5.3",
  78. "@vue/test-utils": "1.0.0-beta.29",
  79. "autoprefixer": "^9.5.1",
  80. "babel-core": "7.0.0-bridge.0",
  81. "babel-eslint": "7.2.3",
  82. "babel-jest": "23.6.0",
  83. "chalk": "2.4.2",
  84. "chokidar": "2.1.5",
  85. "connect": "^3.6.6",
  86. "eslint": "6.8.0",
  87. "eslint-plugin-vue": "6.0.1",
  88. "html-webpack-plugin": "3.2.0",
  89. "husky": "1.3.1",
  90. "less": "^3.11.1",
  91. "less-loader": "^6.1.0",
  92. "lint-staged": "8.1.5",
  93. "mockjs": "1.0.1-beta3",
  94. "node-sass": "^4.9.0",
  95. "plop": "2.3.0",
  96. "runjs": "^4.4.2",
  97. "sass-loader": "^7.1.0",
  98. "script-ext-html-webpack-plugin": "2.1.3",
  99. "script-loader": "0.7.2",
  100. "serve-static": "^1.14.1",
  101. "svg-sprite-loader": "4.1.3",
  102. "svgo": "1.2.0",
  103. "vue-template-compiler": "^2.6.11"
  104. },
  105. "engines": {
  106. "node": ">=8.9",
  107. "npm": ">= 3.0.0"
  108. },
  109. "browserslist": [
  110. "> 1%",
  111. "last 2 versions"
  112. ]
  113. }