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.

114 lines
3.1 KiB

4 years ago
4 years ago
4 years ago
3 years ago
3 years ago
4 years ago
4 years ago
3 years ago
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. "serve": "vue-cli-service serve --open",
  10. "start": "vue-cli-service serve --open",
  11. "build:prod": "vue-cli-service build --mode production --dest dist&&node version.js",
  12. "build:stage": "vue-cli-service build --mode staging --dest dist&&node version.js",
  13. "preview": "node build/index.js --preview",
  14. "lint": "eslint --ext .js,.vue src",
  15. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  16. "test:ci": "npm run lint && npm run test:unit",
  17. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
  18. "new": "plop"
  19. },
  20. "husky": {
  21. "hooks": {
  22. "pre-commit": "lint-staged"
  23. }
  24. },
  25. "lint-staged": {
  26. "src/**/*.{js,vue}": [
  27. "eslint --fix",
  28. "git add"
  29. ]
  30. },
  31. "keywords": [
  32. "vue",
  33. "admin",
  34. "dashboard",
  35. "element-ui",
  36. "boilerplate",
  37. "admin-template",
  38. "management-system"
  39. ],
  40. "dependencies": {
  41. "@riophae/vue-treeselect": "0.4.0",
  42. "axios": "0.18.1",
  43. "clipboard": "2.0.4",
  44. "core-js": "^2.6.11",
  45. "echarts": "4.2.1",
  46. "element-china-area-data": "^5.0.2",
  47. "element-ui": "2.11.1",
  48. "file-saver": "2.0.1",
  49. "js-cookie": "2.2.0",
  50. "moment": "^2.29.1",
  51. "neffos.js": "^0.1.25",
  52. "node-fetch": "^2.6.1",
  53. "normalize.css": "7.0.0",
  54. "nprogress": "0.2.0",
  55. "path-to-regexp": "2.4.0",
  56. "screenfull": "4.2.0",
  57. "showdown": "^1.9.1",
  58. "v-viewer": "^1.5.1",
  59. "vue": "2.6.10",
  60. "vue-count-to": "1.0.13",
  61. "vue-cropper": "^0.5.0",
  62. "vue-json-viewer": "^2.2.15",
  63. "vue-router": "3.0.2",
  64. "vue-splitpane": "1.0.4",
  65. "vue-video-player": "^5.0.2",
  66. "vuedraggable": "2.20.0",
  67. "vuex": "3.1.0",
  68. "vxe-table": "^2.9.17",
  69. "xe-utils": "^2.7.7",
  70. "xlsx": "0.14.1"
  71. },
  72. "devDependencies": {
  73. "@babel/core": "7.0.0",
  74. "@babel/register": "^7.9.0",
  75. "@vue/cli-plugin-babel": "3.5.3",
  76. "@vue/cli-plugin-eslint": "^3.9.1",
  77. "@vue/cli-plugin-unit-jest": "3.5.3",
  78. "@vue/cli-service": "3.5.3",
  79. "@vue/test-utils": "1.0.0-beta.29",
  80. "autoprefixer": "^9.5.1",
  81. "babel-core": "7.0.0-bridge.0",
  82. "babel-eslint": "10.0.1",
  83. "babel-jest": "23.6.0",
  84. "beautifier": "^0.1.7",
  85. "chalk": "2.4.2",
  86. "chokidar": "2.1.5",
  87. "compression-webpack-plugin": "^6.1.1",
  88. "connect": "3.6.6",
  89. "eslint": "5.15.3",
  90. "eslint-plugin-vue": "5.2.2",
  91. "html-webpack-plugin": "3.2.0",
  92. "husky": "1.3.1",
  93. "lint-staged": "8.1.5",
  94. "node-sass": "^4.13.1",
  95. "plop": "2.3.0",
  96. "runjs": "^4.3.2",
  97. "sass-loader": "^7.1.0",
  98. "script-ext-html-webpack-plugin": "2.1.3",
  99. "script-loader": "0.7.2",
  100. "serve-static": "^1.13.2",
  101. "svg-sprite-loader": "4.1.3",
  102. "svgo": "1.2.0",
  103. "neffos.js": "^0.1.25",
  104. "vue-template-compiler": "2.6.10"
  105. },
  106. "engines": {
  107. "node": ">=8.9",
  108. "npm": ">= 3.0.0"
  109. },
  110. "browserslist": [
  111. "> 1%",
  112. "last 2 versions"
  113. ]
  114. }