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.

89 lines
3.5 KiB

  1. {
  2. "scripts": {
  3. "dev": "webpack --mode=development --watch",
  4. "dev:dashboard": "webpack --module dashboard --mode=development --watch",
  5. "build:dashboard": "webpack --module dashboard --mode=production",
  6. "dev:mini-program-management": "webpack --module mini_program_management --mode=development --watch",
  7. "build:mini-program-management": "webpack --module mini_program_management --mode=production",
  8. "dev:spread": "webpack --module spread --mode=development --watch",
  9. "build:spread": "webpack --module spread --mode=production",
  10. "dev:sku": "webpack --module sku --mode=development --watch",
  11. "build:sku": "webpack --module sku --mode=production",
  12. "dev:style": "webpack --module style --mode=development --watch",
  13. "build:style": "webpack --module style --mode=production",
  14. "dev:order-detail": "webpack --module order_detail --mode=development --watch",
  15. "build:order-detail": "webpack --module order_detail --mode=production",
  16. "dev:sku-item": "webpack --module sku_item --mode=development --watch",
  17. "build:sku-item": "webpack --module sku_item --mode=production",
  18. "dev:custom-menu": "webpack --module custom-menu --mode=development --watch",
  19. "build:custom-menu": "webpack --module custom-menu --mode=production",
  20. "dev:sku-for-activity": "webpack --module sku_for_activity --mode=development --watch",
  21. "build:sku-for-activity": "webpack --module sku_for_activity --mode=production",
  22. "build": "webpack --mode=production"
  23. },
  24. "dependencies": {
  25. "@babel/core": "^7.0.1",
  26. "@babel/preset-react": "^7.0.0",
  27. "antd": "^3.16.5",
  28. "axios": "^0.18.0",
  29. "babel-loader": "^8.0.2",
  30. "bizcharts": "^3.4.3",
  31. "che-react-number-easing": "^0.1.2",
  32. "classnames": "^2.2.6",
  33. "clone": "^2.1.2",
  34. "compare-versions": "^3.4.0",
  35. "dayjs": "^1.8.0",
  36. "extract-text-webpack-plugin": "^4.0.0-beta.0",
  37. "fast-deep-equal": "^2.0.1",
  38. "file-loader": "^2.0.0",
  39. "html2canvas": "^1.0.0-alpha.12",
  40. "immer": "^2.1.5",
  41. "mobx": "^5.6.0",
  42. "mobx-react": "^5.3.6",
  43. "polished": "^2.3.3",
  44. "prop-types": "^15.6.2",
  45. "qs": "^6.6.0",
  46. "rasterizehtml": "^1.3.0",
  47. "rc-switch": "^1.8.0",
  48. "rc-upload": "^2.6.3",
  49. "react": "^16.8.6",
  50. "react-beautiful-dnd": "^11.0.2",
  51. "react-chartjs-2": "^2.7.4",
  52. "react-circle": "^1.1.1",
  53. "react-color": "^2.17.0",
  54. "react-dom": "^16.8.6",
  55. "react-grid-layout": "^0.16.6",
  56. "react-select": "^2.1.1",
  57. "react-sortable-hoc": "^0.8.3",
  58. "sass-resources-loader": "^1.3.3",
  59. "styled-components": "^4.1.3",
  60. "throttle-debounce": "^2.1.0",
  61. "to-string-loader": "^1.1.5",
  62. "url-loader": "^1.1.1",
  63. "uuid": "^3.3.2",
  64. "webpack": "^4.29.5",
  65. "webpack-cli": "^3.2.3"
  66. },
  67. "devDependencies": {
  68. "@babel/plugin-proposal-class-properties": "^7.1.0",
  69. "@babel/plugin-proposal-decorators": "^7.1.2",
  70. "@babel/plugin-transform-runtime": "^7.4.3",
  71. "@babel/preset-env": "^7.1.0",
  72. "babel-plugin-import": "^1.11.0",
  73. "babel-plugin-styled-components": "^1.10.0",
  74. "clean-webpack-plugin": "^2.0.0",
  75. "copy-webpack-plugin": "^4.6.0",
  76. "css-loader": "^1.0.0",
  77. "eslint": "^5.16.0",
  78. "eslint-plugin-react": "^7.12.4",
  79. "eslint-plugin-react-hooks": "^1.6.0",
  80. "html-webpack-plugin": "^3.2.0",
  81. "mini-css-extract-plugin": "^0.5.0",
  82. "mobx-react-devtools": "^6.0.3",
  83. "node-sass": "^4.9.3",
  84. "require-context": "^1.1.0",
  85. "resolve-url-loader": "^2.3.1",
  86. "sass-loader": "^7.1.0",
  87. "style-loader": "^0.23.0"
  88. }
  89. }