package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "name": "litemall-admin",
  3. "version": "1.0.0",
  4. "description": "litemall-admin basing on vue-element-admin 4.3.0",
  5. "author": "linlinjava <linlinjava@163.com>",
  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. "repository": {
  39. "type": "git",
  40. "url": "git+https://github.com/linlinjava/litemall.git"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/linlinjava/litemall/issues"
  44. },
  45. "dependencies": {
  46. "@tinymce/tinymce-vue": "3.0.1",
  47. "lodash": "^4.17.11",
  48. "v-charts": "1.19.0",
  49. "axios": ">=0.21.2",
  50. "clipboard": "2.0.4",
  51. "connect": "3.6.6",
  52. "echarts": "4.2.1",
  53. "element-ui": "2.15.6",
  54. "file-saver": "1.3.8",
  55. "js-cookie": "2.2.0",
  56. "normalize.css": "7.0.0",
  57. "nprogress": "0.2.0",
  58. "path-to-regexp": "2.4.0",
  59. "screenfull": "4.2.0",
  60. "script-loader": "0.7.2",
  61. "vue": "2.6.10",
  62. "vue-count-to": "1.0.13",
  63. "vue-router": "3.0.2",
  64. "vuex": "3.1.0",
  65. "xlsx": ">=0.17.0"
  66. },
  67. "devDependencies": {
  68. "@babel/core": "7.0.0",
  69. "@babel/register": "7.0.0",
  70. "@vue/cli-plugin-babel": "4.4.4",
  71. "@vue/cli-plugin-eslint": "4.4.4",
  72. "@vue/cli-plugin-unit-jest": "4.4.4",
  73. "@vue/cli-service": "4.4.4",
  74. "autoprefixer": "9.5.1",
  75. "babel-eslint": "10.1.0",
  76. "babel-jest": "23.6.0",
  77. "babel-plugin-dynamic-import-node": "2.3.3",
  78. "chalk": "2.4.2",
  79. "chokidar": "2.1.5",
  80. "connect": "3.6.6",
  81. "eslint": "6.7.2",
  82. "eslint-plugin-vue": "6.2.2",
  83. "html-webpack-plugin": "3.2.0",
  84. "husky": "1.3.1",
  85. "lint-staged": "8.1.5",
  86. "sass": "1.26.2",
  87. "runjs": "4.3.2",
  88. "sass-loader": "8.0.2",
  89. "script-ext-html-webpack-plugin": "2.1.3",
  90. "serve-static": "1.13.2",
  91. "svg-sprite-loader": "4.1.3",
  92. "svgo": "1.2.0",
  93. "vue-template-compiler": "2.6.10"
  94. },
  95. "engines": {
  96. "node": ">=8.9",
  97. "npm": ">= 3.0.0"
  98. },
  99. "browserslist": [
  100. "> 1%",
  101. "last 2 versions"
  102. ]
  103. }