GAAS GFrame项目web前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

107 lines
2.7 KiB

4 years ago
  1. {
  2. "name": "vue_element_le-it",
  3. "version": "1.0.1",
  4. "description": "le-it solution for enterprise applications",
  5. "author": "wei <wei.wei@le-it.com.cn>",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vue-cli-service serve --open",
  9. "build:prod": "vue-cli-service build",
  10. "build:stage": "vue-cli-service build --mode staging",
  11. "preview": "node build/index.js --preview",
  12. "lint": "eslint --ext .js,.vue src",
  13. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  14. "test:ci": "npm run lint && npm run test:unit",
  15. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
  16. "new": "plop"
  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. "@riophae/vue-treeselect": "0.4.0",
  40. "axios": "0.18.1",
  41. "clipboard": "2.0.4",
  42. "core-js": "^2.6.11",
  43. "dhtmlx-gantt": "^7.0.10",
  44. "echarts": "4.2.1",
  45. "element-ui": "2.11.1",
  46. "file-saver": "2.0.1",
  47. "js-cookie": "2.2.0",
  48. "normalize.css": "7.0.0",
  49. "nprogress": "0.2.0",
  50. "path-to-regexp": "2.4.0",
  51. "screenfull": "4.2.0",
  52. "showdown": "^1.9.1",
  53. "v-viewer": "^1.5.1",
  54. "vue": "2.6.10",
  55. "vue-count-to": "1.0.13",
  56. "vue-cropper": "^0.5.0",
  57. "vue-json-viewer": "^2.2.15",
  58. "vue-router": "3.0.2",
  59. "vue-splitpane": "1.0.4",
  60. "vuedraggable": "2.20.0",
  61. "vuex": "3.1.0",
  62. "vxe-table": "^2.9.17",
  63. "xe-utils": "^2.7.7",
  64. "xlsx": "0.14.1"
  65. },
  66. "devDependencies": {
  67. "@babel/core": "7.0.0",
  68. "@babel/register": "^7.9.0",
  69. "@vue/cli-plugin-babel": "3.5.3",
  70. "@vue/cli-plugin-eslint": "^3.9.1",
  71. "@vue/cli-plugin-unit-jest": "3.5.3",
  72. "@vue/cli-service": "3.5.3",
  73. "@vue/test-utils": "1.0.0-beta.29",
  74. "autoprefixer": "^9.5.1",
  75. "babel-core": "7.0.0-bridge.0",
  76. "babel-eslint": "10.0.1",
  77. "babel-jest": "23.6.0",
  78. "beautifier": "^0.1.7",
  79. "chalk": "2.4.2",
  80. "chokidar": "2.1.5",
  81. "compression-webpack-plugin": "^6.1.1",
  82. "connect": "3.6.6",
  83. "eslint": "5.15.3",
  84. "eslint-plugin-vue": "5.2.2",
  85. "html-webpack-plugin": "3.2.0",
  86. "husky": "1.3.1",
  87. "lint-staged": "8.1.5",
  88. "node-sass": "^4.13.1",
  89. "plop": "2.3.0",
  90. "runjs": "^4.3.2",
  91. "sass-loader": "^7.1.0",
  92. "script-ext-html-webpack-plugin": "2.1.3",
  93. "script-loader": "0.7.2",
  94. "serve-static": "^1.13.2",
  95. "svg-sprite-loader": "4.1.3",
  96. "svgo": "1.2.0",
  97. "vue-template-compiler": "2.6.10"
  98. },
  99. "engines": {
  100. "node": ">=8.9",
  101. "npm": ">= 3.0.0"
  102. },
  103. "browserslist": [
  104. "> 1%",
  105. "last 2 versions"
  106. ]
  107. }