package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "name": "jz-admin",
  3. "version": "1.0.0",
  4. "description": "鲸致 CRM",
  5. "author": "O2O",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vue-cli-service serve",
  9. "build": "vue-cli-service build --mode production",
  10. "build:prod": "vue-cli-service build --mode production",
  11. "build:dep": "vue-cli-service build --mode deployment",
  12. "preview": "node build/index.js --preview",
  13. "lint": "eslint --ext .js,.vue src",
  14. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  15. "test:ci": "npm run lint && npm run test:unit",
  16. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
  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. "@tinymce/tinymce-vue": "3.0.1",
  40. "axios": "0.18.1",
  41. "clipboard": "2.0.4",
  42. "connect": "3.6.6",
  43. "echarts": "4.2.1",
  44. "element-ui": "2.12.0",
  45. "file-saver": "1.3.8",
  46. "js-cookie": "2.2.0",
  47. "lodash": "^4.17.11",
  48. "moment": "^2.29.1",
  49. "normalize.css": "7.0.0",
  50. "nprogress": "0.2.0",
  51. "path-to-regexp": "2.4.0",
  52. "screenfull": "4.2.0",
  53. "v-charts": "1.19.0",
  54. "vue": "2.6.10",
  55. "vue-count-to": "1.0.13",
  56. "vue-giant-tree": "^0.1.4",
  57. "vue-router": "3.0.2",
  58. "vue-table-with-tree-grid": "^0.2.4",
  59. "vuex": "3.1.0",
  60. "xlsx": "0.14.1"
  61. },
  62. "devDependencies": {
  63. "@babel/core": "7.0.0",
  64. "@babel/register": "7.0.0",
  65. "@vue/cli-plugin-babel": "3.5.3",
  66. "@vue/cli-plugin-eslint": "^3.9.1",
  67. "@vue/cli-plugin-unit-jest": "3.5.3",
  68. "@vue/cli-service": "3.5.3",
  69. "@vue/test-utils": "1.0.0-beta.29",
  70. "autoprefixer": "^9.5.1",
  71. "babel-core": "7.0.0-bridge.0",
  72. "babel-eslint": "10.0.1",
  73. "babel-jest": "23.6.0",
  74. "chalk": "2.4.2",
  75. "chokidar": "2.1.5",
  76. "connect": "3.6.6",
  77. "eslint": "5.15.3",
  78. "eslint-plugin-vue": "5.2.2",
  79. "html-webpack-plugin": "3.2.0",
  80. "husky": "1.3.1",
  81. "lint-staged": "8.1.5",
  82. "node-sass": "^4.9.0",
  83. "runjs": "^4.3.2",
  84. "sass-loader": "^7.1.0",
  85. "script-ext-html-webpack-plugin": "2.1.3",
  86. "script-loader": "0.7.2",
  87. "serve-static": "^1.13.2",
  88. "svg-sprite-loader": "4.1.3",
  89. "svgo": "1.2.0",
  90. "vue-template-compiler": "2.6.10"
  91. },
  92. "engines": {
  93. "node": ">=8.9",
  94. "npm": ">= 3.0.0"
  95. },
  96. "browserslist": [
  97. "> 1%",
  98. "last 2 versions"
  99. ]
  100. }