package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "name": "oms",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vue-cli-service serve",
  7. "build:prod": "vue-cli-service build",
  8. "build:stage": "vue-cli-service build --mode staging"
  9. },
  10. "dependencies": {
  11. "@antv/data-set": "^0.11.8",
  12. "@antv/g2": "^4.2.10",
  13. "@babel/core": "^7.22.8",
  14. "@babel/preset-env": "^7.22.7",
  15. "@riophae/vue-treeselect": "^0.4.0",
  16. "axios": "^1.3.5",
  17. "clipboard": "^2.0.11",
  18. "codemirror": "^6.0.1",
  19. "compression-webpack-plugin": "^10.0.0",
  20. "core-js": "^3.8.3",
  21. "echarts": "^5.4.2",
  22. "element-ui": "^2.15.13",
  23. "file-saver": "^2.0.5",
  24. "fuse.js": "^6.6.2",
  25. "js-beautify": "^1.14.8",
  26. "js-cookie": "^3.0.1",
  27. "jsencrypt": "^3.3.2",
  28. "lodash": "^4.17.21",
  29. "mathjs": "^12.1.0",
  30. "monaco-editor": "^0.39.0",
  31. "monaco-editor-locales-plugin": "^0.0.3",
  32. "monaco-editor-nls": "^3.1.0",
  33. "monaco-editor-vue": "^1.0.10",
  34. "node-polyfill-webpack-plugin": "^2.0.1",
  35. "nprogress": "^0.2.0",
  36. "register-service-worker": "^1.7.2",
  37. "screenfull": "^5.0.2",
  38. "script-ext-html-webpack-plugin": "^2.1.5",
  39. "svg-sprite-loader": "^6.0.11",
  40. "uuid": "^9.0.0",
  41. "vue": "^2.6.14",
  42. "vue-class-component": "^7.2.3",
  43. "vue-codemirror": "^6.1.1",
  44. "vue-cropper": "^0.6.2",
  45. "vue-property-decorator": "^9.1.2",
  46. "vue-router": "^3.5.1",
  47. "vuex": "^3.6.2",
  48. "vxe-table": "^3.6.11",
  49. "xe-utils": "^3.5.7"
  50. },
  51. "devDependencies": {
  52. "@babel/core": "^7.22.8",
  53. "@babel/preset-env": "^7.22.7",
  54. "@babel/preset-react": "^7.22.5",
  55. "@types/file-saver": "^2.0.5",
  56. "@types/js-cookie": "^3.0.3",
  57. "@types/lodash": "^4.14.192",
  58. "@types/nprogress": "^0.2.0",
  59. "@types/uuid": "^9.0.1",
  60. "@vue/cli-plugin-babel": "~5.0.0",
  61. "@vue/cli-plugin-pwa": "~5.0.0",
  62. "@vue/cli-plugin-router": "~5.0.0",
  63. "@vue/cli-plugin-typescript": "~5.0.0",
  64. "@vue/cli-plugin-vuex": "~5.0.0",
  65. "@vue/cli-service": "~5.0.0",
  66. "babel-core": "^6.26.3",
  67. "babel-loader": "^9.1.3",
  68. "babel-preset-env": "^1.7.0",
  69. "monaco-editor-esm-webpack-plugin": "^2.1.0",
  70. "monaco-editor-webpack-plugin": "^7.0.1",
  71. "sass": "^1.32.7",
  72. "sass-loader": "^12.0.0",
  73. "typescript": "~4.5.5",
  74. "vue-template-compiler": "^2.6.14",
  75. "webpack": "^5.88.1"
  76. }
  77. }