package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "name": "jz-admin",
  3. "version": "1.0.0",
  4. "description": "鲸致生活商城管理系统",
  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. "lint-staged": {
  19. "src/**/*.{js,vue}": [
  20. "eslint --fix",
  21. "git add"
  22. ]
  23. },
  24. "keywords": [
  25. "vue",
  26. "admin",
  27. "dashboard",
  28. "element-ui",
  29. "boilerplate",
  30. "admin-template",
  31. "management-system"
  32. ],
  33. "dependencies": {
  34. "@tinymce/tinymce-vue": "3.0.1",
  35. "axios": "0.18.1",
  36. "clipboard": "2.0.4",
  37. "connect": "3.6.6",
  38. "echarts": "4.2.1",
  39. "element-ui": "2.12.0",
  40. "file-saver": "1.3.8",
  41. "js-cookie": "2.2.0",
  42. "lodash": "^4.17.11",
  43. "normalize.css": "7.0.0",
  44. "nprogress": "0.2.0",
  45. "path-to-regexp": "2.4.0",
  46. "screenfull": "4.2.0",
  47. "v-charts": "1.19.0",
  48. "vue": "2.6.10",
  49. "vue-count-to": "1.0.13",
  50. "vue-giant-tree": "^0.1.4",
  51. "vue-router": "3.0.2",
  52. "vue-table-with-tree-grid": "^0.2.4",
  53. "vuex": "3.1.0",
  54. "xlsx": "0.14.1"
  55. },
  56. "devDependencies": {
  57. "@babel/core": "7.0.0",
  58. "@babel/register": "7.0.0",
  59. "@vue/cli-plugin-babel": "3.5.3",
  60. "@vue/cli-plugin-eslint": "^3.9.1",
  61. "@vue/cli-plugin-unit-jest": "3.5.3",
  62. "@vue/cli-service": "3.5.3",
  63. "@vue/test-utils": "1.0.0-beta.29",
  64. "autoprefixer": "^9.5.1",
  65. "babel-core": "7.0.0-bridge.0",
  66. "babel-eslint": "10.0.1",
  67. "babel-jest": "23.6.0",
  68. "chalk": "2.4.2",
  69. "chokidar": "2.1.5",
  70. "connect": "3.6.6",
  71. "eslint": "5.15.3",
  72. "eslint-plugin-vue": "5.2.2",
  73. "html-webpack-plugin": "3.2.0",
  74. "husky": "1.3.1",
  75. "lint-staged": "8.1.5",
  76. "node-sass": "^4.9.0",
  77. "runjs": "^4.3.2",
  78. "sass-loader": "^7.1.0",
  79. "script-ext-html-webpack-plugin": "2.1.3",
  80. "script-loader": "0.7.2",
  81. "serve-static": "^1.13.2",
  82. "svg-sprite-loader": "4.1.3",
  83. "svgo": "1.2.0",
  84. "vue-template-compiler": "2.6.10"
  85. },
  86. "engines": {
  87. "node": ">=8.9",
  88. "npm": ">= 3.0.0"
  89. },
  90. "browserslist": [
  91. "> 1%",
  92. "last 2 versions"
  93. ]
  94. }