package.json 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "name": "vue-antd-pro",
  3. "version": "2.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vue-cli-service serve",
  7. "local": "vue-cli-service serve --mode local",
  8. "serve": "vue-cli-service serve --watch",
  9. "localDev": "vue-cli-service serve --mode localDev --port 8080",
  10. "build": "vue-cli-service build",
  11. "build:preview": "vue-cli-service build --mode preview",
  12. "build:uat": "vue-cli-service build --mode uat",
  13. "build:fmea": "vue-cli-service build --mode fmea",
  14. "build:1081": "vue-cli-service build --mode 1081",
  15. "build:local": "vue-cli-service build --mode local",
  16. "test:unit": "vue-cli-service test:unit",
  17. "lint": "vue-cli-service lint",
  18. "lint:nofix": "vue-cli-service lint --no-fix",
  19. "postinstall": "opencollective-postinstall"
  20. },
  21. "dependencies": {
  22. "@antv/data-set": "^0.10.2",
  23. "@antv/g2": "^3.5.11",
  24. "@handsontable-pro/vue": "^3.1.1",
  25. "@handsontable/vue": "^4.1.1",
  26. "ant-design-vue": "^1.6.1",
  27. "axios": "^0.19.0",
  28. "compression-webpack-plugin": "^5.0.1",
  29. "core-js": "^3.1.2",
  30. "countup": "^1.8.2",
  31. "echarts": "4.0.4",
  32. "enquire.js": "^2.1.6",
  33. "handsontable": "^7.4.2",
  34. "handsontable-pro": "^6.2.3",
  35. "lodash.get": "^4.4.2",
  36. "lodash.pick": "^4.4.0",
  37. "md5": "^2.2.1",
  38. "mockjs2": "1.0.8",
  39. "moment": "^2.24.0",
  40. "nprogress": "^0.2.0",
  41. "viser-vue": "^2.4.6",
  42. "vue": "^2.6.10",
  43. "vue-clipboard2": "^0.2.1",
  44. "vue-cropper": "0.4.9",
  45. "vue-ls": "^3.2.1",
  46. "vue-quill-editor": "^3.0.6",
  47. "vue-router": "^3.1.2",
  48. "vue-split-panel": "^1.0.4",
  49. "vue-svg-component-runtime": "^1.0.1",
  50. "vuex": "^3.1.1",
  51. "wangeditor": "^3.1.1"
  52. },
  53. "devDependencies": {
  54. "@ant-design/colors": "^3.2.1",
  55. "@vue/cli-plugin-babel": "^4.0.4",
  56. "@vue/cli-plugin-eslint": "^4.0.4",
  57. "@vue/cli-plugin-router": "^4.0.4",
  58. "@vue/cli-plugin-unit-jest": "^4.0.4",
  59. "@vue/cli-plugin-vuex": "^4.0.4",
  60. "@vue/cli-service": "^4.0.4",
  61. "@vue/eslint-config-standard": "^4.0.0",
  62. "@vue/test-utils": "^1.0.0-beta.29",
  63. "babel-eslint": "^10.0.1",
  64. "babel-plugin-import": "^1.12.2",
  65. "babel-plugin-transform-remove-console": "^6.9.4",
  66. "browserslist": "^4.16.5",
  67. "eslint": "^5.16.0",
  68. "eslint-plugin-html": "^5.0.0",
  69. "eslint-plugin-vue": "^5.2.3",
  70. "hard-source-webpack-plugin": "^0.13.1",
  71. "less": "^3.0.4",
  72. "less-loader": "^5.0.0",
  73. "opencollective": "^1.0.3",
  74. "opencollective-postinstall": "^2.0.2",
  75. "vue-svg-icon-loader": "^2.1.1",
  76. "vue-template-compiler": "^2.6.10",
  77. "webpack-theme-color-replacer": "^1.2.17"
  78. },
  79. "collective": {
  80. "type": "opencollective",
  81. "url": "https://opencollective.com/ant-design-pro-vue"
  82. },
  83. "description": "- 待办任务 - 编辑\r - 待办任务 - 查看\r - 审批待办 - 查看\r - 审批待办 - 编辑\r - 我的项目 - 查看\r - DMFEA 项目 - 编制\r - DMFEA 项目 - 延期\r - DMFEA 项目 - 查看\r - master DMFEA - 查看\r - master DMFEA - 编辑\r - master DMFEA - 编制",
  84. "main": ".eslintrc.js",
  85. "directories": {
  86. "doc": "docs",
  87. "test": "tests"
  88. },
  89. "author": "",
  90. "license": "ISC",
  91. "keywords": []
  92. }