package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "name": "sino-mark-client",
  3. "version": "4.3.1",
  4. "description": "sino integral small system",
  5. "author": "zhangamins@163.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:test": "vue-cli-service build --mode testing",
  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.24.0",
  19. "clipboard": "2.0.4",
  20. "codemirror": "^5.65.0",
  21. "core-js": "3.6.5",
  22. "docxtemplater": "^3.19.7",
  23. "driver.js": "0.9.5",
  24. "dropzone": "5.5.1",
  25. "echarts": "4.2.1",
  26. "element-ui": "2.15.7",
  27. "file-saver": "2.0.1",
  28. "fuse.js": "3.4.4",
  29. "js-cookie": "2.2.0",
  30. "js-md5": "^0.7.3",
  31. "jsonlint": "1.6.3",
  32. "jszip": "^3.7.1",
  33. "jszip-utils": "^0.1.0",
  34. "less": "^2.7.2",
  35. "less-loader": "^4.0.5",
  36. "moment": "^2.18.1",
  37. "normalize.css": "7.0.0",
  38. "nprogress": "0.2.0",
  39. "path-to-regexp": "2.4.0",
  40. "pinyin": "2.9.0",
  41. "pizzip": "^3.0.6",
  42. "screenfull": "4.2.0",
  43. "script-loader": "0.7.2",
  44. "sortablejs": "1.8.4",
  45. "vue": "2.6.10",
  46. "vue-count-to": "1.0.13",
  47. "vue-i18n": "7.3.2",
  48. "vue-qriously": "^1.1.1",
  49. "vue-router": "3.0.2",
  50. "vue-splitpane": "1.0.4",
  51. "vue-video-player": "^5.0.2",
  52. "vuedraggable": "2.20.0",
  53. "vuex": "3.1.0",
  54. "xlsx": "^0.17.4"
  55. },
  56. "devDependencies": {
  57. "@vue/cli-plugin-babel": "4.4.4",
  58. "@vue/cli-plugin-eslint": "4.4.4",
  59. "@vue/cli-plugin-unit-jest": "4.4.4",
  60. "@vue/cli-service": "4.4.4",
  61. "@vue/test-utils": "1.0.0-beta.29",
  62. "autoprefixer": "9.5.1",
  63. "babel-eslint": "10.1.0",
  64. "babel-jest": "23.6.0",
  65. "babel-plugin-dynamic-import-node": "2.3.3",
  66. "chalk": "2.4.2",
  67. "chokidar": "2.1.5",
  68. "connect": "3.6.6",
  69. "eslint": "6.7.2",
  70. "eslint-plugin-vue": "6.2.2",
  71. "html-webpack-plugin": "3.2.0",
  72. "husky": "1.3.1",
  73. "lint-staged": "8.1.5",
  74. "mockjs": "1.0.1-beta3",
  75. "plop": "2.3.0",
  76. "runjs": "4.3.2",
  77. "sass": "1.26.2",
  78. "sass-loader": "8.0.2",
  79. "script-ext-html-webpack-plugin": "2.1.3",
  80. "serve-static": "1.13.2",
  81. "svg-sprite-loader": "4.1.3",
  82. "svgo": "1.2.0",
  83. "vue-template-compiler": "2.6.10"
  84. },
  85. "browserslist": [
  86. "> 1%",
  87. "last 2 versions"
  88. ],
  89. "engines": {
  90. "node": ">=8.9",
  91. "npm": ">= 3.0.0"
  92. },
  93. "license": "MIT",
  94. "lint-staged": {
  95. "src/**/*.{js,vue}": [
  96. "eslint --fix",
  97. "git add"
  98. ]
  99. },
  100. "husky": {
  101. "hooks": {
  102. "pre-commit": "lint-staged"
  103. }
  104. }
  105. }