package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "name": "febs-cloud-web",
  3. "version": "4.2.1",
  4. "description": "园区粉尘企业除尘器监测平台",
  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. "local": "vue-cli-service serve",
  10. "package": "vue-cli-service build",
  11. "preview": "node build/index.js --preview",
  12. "lint": "eslint --ext .js,.vue src",
  13. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
  14. },
  15. "husky": {
  16. "hooks": {
  17. "pre-commit": "lint-staged"
  18. }
  19. },
  20. "lint-staged": {
  21. "src/**/*.{js,vue}": [
  22. "eslint --fix",
  23. "git add"
  24. ]
  25. },
  26. "keywords": [
  27. "febs",
  28. "vue",
  29. "admin",
  30. "dashboard",
  31. "element-ui",
  32. "management-system"
  33. ],
  34. "repository": {
  35. "type": "git",
  36. "url": "https://github.com/wuyouzhuguli/FEBS-Cloud"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/wuyouzhuguli/FEBS-Cloud/issues"
  40. },
  41. "dependencies": {
  42. "@riophae/vue-treeselect": "0.0.38",
  43. "axios": "^0.19.0",
  44. "clipboard": "2.0.4",
  45. "dropzone": "5.5.1",
  46. "echarts": "4.2.1",
  47. "element-ui": "2.13.2",
  48. "fuse.js": "3.4.4",
  49. "normalize.css": "7.0.0",
  50. "nprogress": "0.2.0",
  51. "path-to-regexp": "2.4.0",
  52. "screenfull": "4.2.0",
  53. "showdown": "^1.9.1",
  54. "sortablejs": "1.8.4",
  55. "tui-editor": "1.3.3",
  56. "vue": "2.6.10",
  57. "vue-count-to": "^1.0.13",
  58. "vue-i18n": "7.3.2",
  59. "vue-router": "3.0.2",
  60. "vue-splitpane": "1.0.4",
  61. "vuex": "3.1.0"
  62. },
  63. "devDependencies": {
  64. "@babel/core": "7.0.0",
  65. "@babel/register": "7.0.0",
  66. "@vue/cli-plugin-babel": "3.5.3",
  67. "@vue/cli-plugin-eslint": "3.9.1",
  68. "@vue/cli-plugin-unit-jest": "^4.5.8",
  69. "@vue/cli-service": "^4.5.8",
  70. "@vue/test-utils": "1.0.0-beta.29",
  71. "autoprefixer": "^9.5.1",
  72. "babel-core": "7.0.0-bridge.0",
  73. "babel-eslint": "7.2.3",
  74. "babel-jest": "^26.6.1",
  75. "chalk": "2.4.2",
  76. "chokidar": "2.1.5",
  77. "connect": "3.6.6",
  78. "eslint": "6.8.0",
  79. "eslint-plugin-vue": "6.0.1",
  80. "html-webpack-plugin": "3.2.0",
  81. "husky": "1.3.1",
  82. "lint-staged": "8.1.5",
  83. "mockjs": "1.0.1-beta3",
  84. "node-sass": "^4.9.0",
  85. "plop": "2.3.0",
  86. "prettier": "2.1.2",
  87. "runjs": "^4.3.2",
  88. "sass-loader": "^7.1.0",
  89. "script-ext-html-webpack-plugin": "2.1.3",
  90. "script-loader": "0.7.2",
  91. "serve-static": "^1.13.2",
  92. "svg-sprite-loader": "4.1.3",
  93. "svgo": "1.2.0",
  94. "vue-template-compiler": "2.6.10"
  95. },
  96. "engines": {
  97. "node": ">=8.9",
  98. "npm": ">= 3.0.0"
  99. },
  100. "browserslist": [
  101. "> 1%",
  102. "last 2 versions"
  103. ]
  104. }