package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "name": "xtd-inctr-sys",
  3. "version": "1.0.0",
  4. "description": "信通达内控平台",
  5. "author": "Rockery(1113269755@qq.com)",
  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. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  14. "test:ci": "npm run lint && npm run test:unit",
  15. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
  16. "new": "plop"
  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. "vue",
  31. "admin",
  32. "dashboard",
  33. "element-ui",
  34. "boilerplate",
  35. "admin-template",
  36. "management-system"
  37. ],
  38. "dependencies": {
  39. "@riophae/vue-treeselect": "0.4.0",
  40. "axios": "0.21.1",
  41. "clipboard": "2.0.6",
  42. "core-js": "3.8.2",
  43. "echarts": "4.9.0",
  44. "element-ui": "2.14.1",
  45. "file-saver": "2.0.5",
  46. "fuse.js": "6.4.6",
  47. "html2canvas": "1.0.0-rc.7",
  48. "jquery": "^3.5.1",
  49. "js-beautify": "^1.13.0",
  50. "js-cookie": "2.2.1",
  51. "jsencrypt": "^3.0.0-rc.1",
  52. "jspdf": "^2.2.0",
  53. "normalize.css": "8.0.1",
  54. "nprogress": "0.2.0",
  55. "path-to-regexp": "6.2.0",
  56. "screenfull": "5.1.0",
  57. "sortablejs": "1.10.2",
  58. "v-jsoneditor": "^1.4.2",
  59. "v-viewer": "^1.5.1",
  60. "vue": "2.6.12",
  61. "vue-count-to": "1.0.13",
  62. "vue-cropper": "0.5.6",
  63. "vue-ele-form": "^0.8.56",
  64. "vue-json-editor": "1.4.3",
  65. "vue-quill-editor": "3.0.6",
  66. "vue-router": "3.4.9",
  67. "vue-splitpane": "1.0.6",
  68. "vuedraggable": "2.24.3",
  69. "vuex": "3.6.0"
  70. },
  71. "devDependencies": {
  72. "@vue/cli-plugin-babel": "4.5.10",
  73. "@vue/cli-plugin-eslint": "4.5.10",
  74. "@vue/cli-plugin-unit-jest": "4.5.10",
  75. "@vue/cli-service": "4.5.10",
  76. "@vue/test-utils": "1.1.2",
  77. "autoprefixer": "10.2.0",
  78. "babel-core": "^6.26.3",
  79. "babel-eslint": "10.1.0",
  80. "babel-jest": "26.6.3",
  81. "babel-plugin-dynamic-import-node": "2.3.3",
  82. "chalk": "4.1.0",
  83. "chokidar": "3.5.0",
  84. "connect": "3.7.0",
  85. "eslint": "7.17.0",
  86. "eslint-plugin-vue": "7.4.1",
  87. "html-webpack-plugin": "4.5.1",
  88. "husky": "4.3.6",
  89. "lint-staged": "10.5.3",
  90. "mockjs": "1.1.0",
  91. "node-sass": "5.0.0",
  92. "plop": "2.7.4",
  93. "runjs": "4.4.2",
  94. "sass-loader": "10.1.0",
  95. "script-ext-html-webpack-plugin": "2.1.5",
  96. "script-loader": "0.7.2",
  97. "serve-static": "1.14.1",
  98. "svg-sprite-loader": "5.2.1",
  99. "svgo": "1.3.2",
  100. "vue-template-compiler": "2.6.12"
  101. },
  102. "engines": {
  103. "node": ">=8.9",
  104. "npm": ">= 3.0.0"
  105. },
  106. "browserslist": [
  107. "> 1%",
  108. "last 2 versions"
  109. ]
  110. }