package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "name": "dongxin",
  3. "version": "3.6.0",
  4. "description": "东信智慧运营中心",
  5. "author": "wt",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vue-cli-service serve",
  9. "build:prod": "vue-cli-service build",
  10. "build:stage": "vue-cli-service build --mode staging",
  11. "preview": "node build/index.js --preview",
  12. "lint": "eslint --ext .js,.vue src"
  13. },
  14. "husky": {
  15. "hooks": {
  16. "pre-commit": "lint-staged"
  17. }
  18. },
  19. "lint-staged": {
  20. "src/**/*.{js,vue}": [
  21. "eslint --fix",
  22. "git add"
  23. ]
  24. },
  25. "keywords": [
  26. "vue",
  27. "admin",
  28. "dashboard",
  29. "element-ui",
  30. "boilerplate",
  31. "admin-template",
  32. "management-system"
  33. ],
  34. "repository": {
  35. "type": "git",
  36. "url": "https://gitee.com/y_project/yongtian-Vue.git"
  37. },
  38. "dependencies": {
  39. "@riophae/vue-treeselect": "0.4.0",
  40. "axios": "0.21.0",
  41. "clipboard": "2.0.6",
  42. "core-js": "3.8.1",
  43. "echarts": "^4.9.0",
  44. "element-ui": "2.15.5",
  45. "file-saver": "2.0.4",
  46. "fuse.js": "6.4.3",
  47. "highlight.js": "9.18.5",
  48. "hls.js": "^1.1.5",
  49. "js-beautify": "1.13.0",
  50. "js-cookie": "2.2.1",
  51. "jsencrypt": "3.0.0-rc.1",
  52. "nprogress": "0.2.0",
  53. "postcss-pxtorem": "^6.0.0",
  54. "quill": "1.3.7",
  55. "screenfull": "5.0.2",
  56. "sortablejs": "1.10.2",
  57. "vue": "2.6.12",
  58. "vue-area-linkage": "^5.1.0",
  59. "vue-count-to": "1.0.13",
  60. "vue-cropper": "0.5.5",
  61. "vue-meta": "^2.4.0",
  62. "vue-router": "3.4.9",
  63. "vuedraggable": "2.24.3",
  64. "vuex": "3.6.0"
  65. },
  66. "devDependencies": {
  67. "@vue/cli-plugin-babel": "4.4.6",
  68. "@vue/cli-plugin-eslint": "4.4.6",
  69. "@vue/cli-service": "4.4.6",
  70. "babel-eslint": "10.1.0",
  71. "chalk": "4.1.0",
  72. "connect": "3.6.6",
  73. "eslint": "7.15.0",
  74. "eslint-plugin-vue": "7.2.0",
  75. "lint-staged": "10.5.3",
  76. "postcss-import": "^14.1.0",
  77. "postcss-loader": "^3.0.0",
  78. "postcss-px-to-viewport": "^1.1.1",
  79. "runjs": "4.4.2",
  80. "sass": "1.32.0",
  81. "sass-loader": "10.1.0",
  82. "script-ext-html-webpack-plugin": "2.1.5",
  83. "svg-sprite-loader": "5.1.1",
  84. "vue-printjs": "^1.0.0",
  85. "vue-template-compiler": "2.6.12"
  86. },
  87. "engines": {
  88. "node": ">=8.9",
  89. "npm": ">= 3.0.0"
  90. },
  91. "browserslist": [
  92. "> 1%",
  93. "last 2 versions"
  94. ]
  95. }