package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "name": "shjcz-admin",
  3. "version": "1.0.0",
  4. "description": "上海检测站后台管理系统",
  5. "author": "shj <874435441@qq.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:stage": "vue-cli-service build --mode staging",
  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.18.1",
  19. "clipboard": "2.0.4",
  20. "codemirror": "5.45.0",
  21. "core-js": "3.6.5",
  22. "driver.js": "0.9.5",
  23. "dropzone": "5.5.1",
  24. "echarts": "4.2.1",
  25. "element-ui": "2.13.2",
  26. "file-saver": "2.0.1",
  27. "fuse.js": "3.4.4",
  28. "js-cookie": "2.2.0",
  29. "jsonlint": "1.6.3",
  30. "jszip": "3.2.1",
  31. "normalize.css": "7.0.0",
  32. "nprogress": "0.2.0",
  33. "path-to-regexp": "2.4.0",
  34. "screenfull": "4.2.0",
  35. "script-loader": "0.7.2",
  36. "sortablejs": "1.8.4",
  37. "tui-editor": "1.3.3",
  38. "vue": "2.6.10",
  39. "vue-count-to": "1.0.13",
  40. "vue-router": "3.0.2",
  41. "vue-splitpane": "1.0.4",
  42. "vuedraggable": "2.20.0",
  43. "vuex": "3.1.0",
  44. "xlsx": "0.14.1"
  45. },
  46. "devDependencies": {
  47. "@vue/cli-plugin-babel": "4.4.4",
  48. "@vue/cli-plugin-eslint": "4.4.4",
  49. "@vue/cli-plugin-unit-jest": "4.4.4",
  50. "@vue/cli-service": "4.4.4",
  51. "@vue/test-utils": "1.0.0-beta.29",
  52. "autoprefixer": "9.5.1",
  53. "babel-eslint": "10.1.0",
  54. "babel-jest": "23.6.0",
  55. "babel-plugin-dynamic-import-node": "2.3.3",
  56. "chalk": "2.4.2",
  57. "chokidar": "2.1.5",
  58. "connect": "3.6.6",
  59. "eslint": "6.7.2",
  60. "eslint-plugin-vue": "6.2.2",
  61. "html-webpack-plugin": "3.2.0",
  62. "husky": "1.3.1",
  63. "lint-staged": "8.1.5",
  64. "mockjs": "1.0.1-beta3",
  65. "plop": "2.3.0",
  66. "runjs": "4.3.2",
  67. "sass": "1.26.2",
  68. "sass-loader": "8.0.2",
  69. "script-ext-html-webpack-plugin": "2.1.3",
  70. "serve-static": "1.13.2",
  71. "svg-sprite-loader": "4.1.3",
  72. "svgo": "1.2.0",
  73. "vue-template-compiler": "2.6.10"
  74. },
  75. "browserslist": [
  76. "> 1%",
  77. "last 2 versions"
  78. ],
  79. "bugs": {
  80. "url": "https://github.com/PanJiaChen/vue-element-admin/issues"
  81. },
  82. "engines": {
  83. "node": ">=8.9",
  84. "npm": ">= 3.0.0"
  85. },
  86. "keywords": [
  87. "vue",
  88. "admin",
  89. "dashboard",
  90. "element-ui",
  91. "boilerplate",
  92. "admin-template",
  93. "management-system"
  94. ],
  95. "license": "MIT",
  96. "lint-staged": {
  97. "src/**/*.{js,vue}": [
  98. "eslint --fix",
  99. "git add"
  100. ]
  101. },
  102. "husky": {
  103. "hooks": {
  104. "pre-commit": "lint-staged"
  105. }
  106. },
  107. "repository": {
  108. "type": "git",
  109. "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
  110. }
  111. }