package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "name": "cocoroboworkpc",
  3. "version": "1.0.0",
  4. "description": "A Vue.js project",
  5. "author": "lsc <1249685148@qq.com>",
  6. "private": true,
  7. "scripts": {
  8. "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js --host 0.0.0.0",
  9. "start": "npm run dev",
  10. "build": "node build/build.js"
  11. },
  12. "dependencies": {
  13. "axios": "^0.21.1",
  14. "cacache": "^16.1.1",
  15. "clipboard": "^2.0.10",
  16. "cocoroboworkpc": "file:",
  17. "dayjs": "^1.11.7",
  18. "echarts": "^5.4.2",
  19. "echarts-wordcloud": "^2.1.0",
  20. "element-china-area-data": "^5.0.2",
  21. "element-ui": "^2.15.1",
  22. "file-saver": "^2.0.5",
  23. "gantt-elastic": "^1.0.12",
  24. "gantt-elastic-header": "^0.1.11",
  25. "hevue-img-preview": "^5.0.3",
  26. "highcharts": "^11.1.0",
  27. "highcharts-vue": "^1.4.3",
  28. "html-docx-js": "^0.3.1",
  29. "html2canvas": "^1.4.1",
  30. "image-conversion": "^2.1.1",
  31. "jquery": "^3.6.0",
  32. "js-audio-recorder": "^1.0.7",
  33. "js-pinyin": "^0.1.9",
  34. "jsmind": "^0.4.8",
  35. "jspdf": "^2.5.1",
  36. "jszip": "^3.10.1",
  37. "lamejs": "^1.2.1",
  38. "language-hk-loader": "^1.0.1",
  39. "lodash": "^4.17.21",
  40. "markdown-it": "^13.0.2",
  41. "opencc-js": "^1.0.5",
  42. "papaparse": "^5.4.1",
  43. "pdfjs-dist": "^2.5.207",
  44. "pptxgenjs": "^3.12.0",
  45. "qrcodejs2": "^0.0.2",
  46. "qs": "^6.10.1",
  47. "relation-graph": "^1.1.0",
  48. "turndown": "^7.2.0",
  49. "v-viewer": "^1.6.4",
  50. "vant": "^2.12.10",
  51. "vue": "^2.5.2",
  52. "vue-audio-better": "^3.0.1",
  53. "vue-cookies": "^1.7.4",
  54. "vue-markdown": "^2.2.4",
  55. "vue-pdf": "^4.2.0",
  56. "vue-router": "^3.0.1",
  57. "vue-video-player": "^5.0.2",
  58. "vue-wordcloud": "^1.1.1",
  59. "vuedraggable": "^2.24.3",
  60. "vuex": "^3.6.2",
  61. "wangeditor": "^4.6.14",
  62. "wav-encoder": "^1.3.0",
  63. "xlsx": "^0.16.9",
  64. "xlsx-js-style": "^1.2.0"
  65. },
  66. "devDependencies": {
  67. "autoprefixer": "^7.1.2",
  68. "babel-core": "^6.22.1",
  69. "babel-helper-vue-jsx-merge-props": "^2.0.3",
  70. "babel-loader": "^7.1.1",
  71. "babel-plugin-syntax-jsx": "^6.18.0",
  72. "babel-plugin-transform-runtime": "^6.22.0",
  73. "babel-plugin-transform-vue-jsx": "^3.5.0",
  74. "babel-preset-env": "^1.3.2",
  75. "babel-preset-stage-2": "^6.22.0",
  76. "chalk": "^2.0.1",
  77. "copy-webpack-plugin": "^4.0.1",
  78. "css-loader": "^0.28.0",
  79. "extract-text-webpack-plugin": "^3.0.0",
  80. "file-loader": "^1.1.11",
  81. "friendly-errors-webpack-plugin": "^1.6.1",
  82. "html-webpack-plugin": "^2.30.1",
  83. "node-notifier": "^5.1.2",
  84. "node-sass": "^7.0.1",
  85. "optimize-css-assets-webpack-plugin": "^3.2.0",
  86. "ora": "^1.2.0",
  87. "portfinder": "^1.0.13",
  88. "postcss-import": "^11.0.0",
  89. "postcss-loader": "^2.0.8",
  90. "postcss-url": "^7.2.1",
  91. "rimraf": "^2.6.0",
  92. "script-loader": "^0.7.2",
  93. "semver": "^5.3.0",
  94. "shelljs": "^0.7.6",
  95. "uglifyjs-webpack-plugin": "^1.1.1",
  96. "url-loader": "^0.5.9",
  97. "vue-loader": "^13.3.0",
  98. "vue-style-loader": "^3.0.1",
  99. "vue-template-compiler": "^2.5.2",
  100. "webpack": "^3.6.0",
  101. "webpack-bundle-analyzer": "^2.9.0",
  102. "webpack-dev-server": "^2.9.1",
  103. "webpack-merge": "^4.1.0"
  104. },
  105. "engines": {
  106. "node": ">= 6.0.0",
  107. "npm": ">= 3.0.0"
  108. },
  109. "browserslist": [
  110. "> 1%",
  111. "last 2 versions",
  112. "not ie <= 8"
  113. ]
  114. }