LAPP 基础模块前端
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.

117 lines
3.0 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",
  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. "codemirror": "5.45.0",
  43. "core-js": "^2.6.11",
  44. "dhtmlx-gantt": "^7.0.10",
  45. "driver.js": "0.9.5",
  46. "dropzone": "5.5.1",
  47. "echarts": "4.2.1",
  48. "element-ui": "2.11.1",
  49. "file-saver": "2.0.1",
  50. "fuse.js": "3.4.4",
  51. "js-cookie": "2.2.0",
  52. "jsonlint": "1.6.3",
  53. "jszip": "3.2.1",
  54. "monaco-editor": "^0.20.0",
  55. "normalize.css": "7.0.0",
  56. "nprogress": "0.2.0",
  57. "path-to-regexp": "2.4.0",
  58. "screenfull": "4.2.0",
  59. "showdown": "^1.9.1",
  60. "solarlunar": "^2.0.7",
  61. "sortablejs": "1.8.4",
  62. "tui-editor": "1.3.3",
  63. "vue": "2.6.10",
  64. "vue-count-to": "1.0.13",
  65. "vue-cropper": "^0.5.0",
  66. "vue-json-viewer": "^2.2.14",
  67. "vue-router": "3.0.2",
  68. "vue-splitpane": "1.0.4",
  69. "vuedraggable": "2.20.0",
  70. "vuex": "3.1.0",
  71. "vxe-table": "^2.9.17",
  72. "xe-utils": "^2.7.8",
  73. "xlsx": "0.14.1"
  74. },
  75. "devDependencies": {
  76. "@babel/core": "7.0.0",
  77. "@babel/register": "^7.9.0",
  78. "@vue/cli-plugin-babel": "3.5.3",
  79. "@vue/cli-plugin-eslint": "^3.9.1",
  80. "@vue/cli-plugin-unit-jest": "3.5.3",
  81. "@vue/cli-service": "3.5.3",
  82. "@vue/test-utils": "1.0.0-beta.29",
  83. "autoprefixer": "^9.5.1",
  84. "babel-core": "7.0.0-bridge.0",
  85. "babel-eslint": "10.0.1",
  86. "babel-jest": "23.6.0",
  87. "beautifier": "^0.1.7",
  88. "chalk": "2.4.2",
  89. "chokidar": "2.1.5",
  90. "connect": "3.6.6",
  91. "eslint": "5.15.3",
  92. "eslint-plugin-vue": "5.2.2",
  93. "html-webpack-plugin": "3.2.0",
  94. "husky": "1.3.1",
  95. "lint-staged": "8.1.5",
  96. "mockjs": "1.0.1-beta3",
  97. "monaco-editor-webpack-plugin": "^1.9.0",
  98. "node-sass": "^4.13.1",
  99. "plop": "2.3.0",
  100. "runjs": "^4.3.2",
  101. "sass-loader": "^7.1.0",
  102. "script-ext-html-webpack-plugin": "2.1.3",
  103. "script-loader": "0.7.2",
  104. "serve-static": "^1.13.2",
  105. "svg-sprite-loader": "4.1.3",
  106. "svgo": "1.2.0",
  107. "vue-template-compiler": "2.6.10"
  108. },
  109. "engines": {
  110. "node": ">=8.9",
  111. "npm": ">= 3.0.0"
  112. },
  113. "browserslist": [
  114. "> 1%",
  115. "last 2 versions"
  116. ]
  117. }