package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "name": "nc-multipage-demo",
  3. "version": "1.0.0",
  4. "description": "nc-multipage-demo",
  5. "main": "index.js",
  6. "scripts": {
  7. "build": "node --max_old_space_size=8192 ./d-b/prod-build.js",
  8. "test": "node --max_old_space_size=8192 node_modules/webpack/bin/webpack.js --progress --colors --config ./config/webpack.prod.config.js --env.mode=test",
  9. "component": "webpack --progress --colors --config ./config/webpack.component.config.js --env.mode=prod",
  10. "publish": "sh ./publish.sh",
  11. "dev": "node --max_old_space_size=8192 ./run-script.js",
  12. "updatePlatform": "./updatePlatform.sh",
  13. "update": "sh ./update.sh",
  14. "devs": "node --max_old_space_size=8192 ./run-script.js",
  15. "dll": "webpack --config ./d-b/webpack.dll.config.js",
  16. "prod": "node --max_old_space_size=8192 ./d-b/prod-build.js",
  17. "wbnpm": "wbnpm",
  18. "patch": "node --max_old_space_size=8192 ./d-b/patch.js",
  19. "dev-debugger": "node --inspect --inspect-brk --max_old_space_size=8192 ./run-script.js",
  20. "build-debugger": "node --inspect --inspect-brk --max_old_space_size=8192 ./d-b/prod-build.js"
  21. },
  22. "author": "liyxt@yonyou.com",
  23. "license": "MIT",
  24. "devDependencies": {
  25. "ajv": "^6.10.2",
  26. "autoprefixer": "^7.1.2",
  27. "babel-core": "^6.24.1",
  28. "babel-loader": "^7.0.0",
  29. "babel-plugin-import-bee": "^1.0.2",
  30. "babel-plugin-jsx-control-statements": "^4.0.0",
  31. "babel-plugin-transform-decorators-legacy": "^1.3.5",
  32. "babel-plugin-transform-runtime": "^6.23.0",
  33. "babel-polyfill": "^6.26.0",
  34. "babel-preset-env": "^1.6.1",
  35. "babel-preset-react": "^6.24.1",
  36. "babel-preset-stage-2": "^6.24.1",
  37. "caniuse-lite": "^1.0.30000999",
  38. "cheerio": "^1.0.0-rc.3",
  39. "clean-webpack-plugin": "^0.1.16",
  40. "copy-webpack-plugin": "^4.6.0",
  41. "css-loader": "^0.28.3",
  42. "cssnano": "^4.1.10",
  43. "extract-text-webpack-plugin": "^4.0.0-beta.0",
  44. "file-loader": "^1.1.11",
  45. "friendly-errors-webpack-plugin": "^1.7.0",
  46. "glob": "^7.1.4",
  47. "graceful-fs": "^4.2.2",
  48. "happypack": "^5.0.1",
  49. "html-webpack-plugin": "^3.1.0",
  50. "immutable": "^3.8.2",
  51. "less": "^2.7.2",
  52. "less-loader": "^4.0.5",
  53. "mini-css-extract-plugin": "^0.4.5",
  54. "open-browser-webpack-plugin": "0.0.5",
  55. "optimize-css-assets-webpack-plugin": "^5.0.3",
  56. "postcss-loader": "^2.0.6",
  57. "react-grid-layout": "^0.16.6",
  58. "react-router-dom": "4.2.2",
  59. "style-loader": "^0.18.1",
  60. "url-loader": "^0.5.8",
  61. "wbnpm": "^0.1.19",
  62. "webpack": "^4.41.1",
  63. "webpack-cli": "^3.3.9",
  64. "webpack-dev-server": "^3.8.2",
  65. "webpack-hot-middleware": "^2.25.0",
  66. "webpack-merge": "^4.2.2",
  67. "yazl": "^2.5.1"
  68. },
  69. "dependencies": {
  70. "@antv/g6": "^2.1.0-beta.6",
  71. "@antv/g6-plugins": "^1.0.9",
  72. "@handsontable/react": "^2.1.0",
  73. "@loadable/babel-plugin": "^5.10.3",
  74. "@loadable/component": "^5.10.3",
  75. "antd": "^3.23.6",
  76. "antd-mobile": "^2.3.1",
  77. "axios": "^0.21.1",
  78. "babel-plugin-transform-regenerator": "^6.26.0",
  79. "bee-affix": "^1.0.17",
  80. "classnames": "^2.2.6",
  81. "crypto-js": "^3.1.9-1",
  82. "d3-tip": "^0.9.1",
  83. "dom-helpers": "^3.3.1",
  84. "draft-js": "^0.11.1",
  85. "echarts": "^4.3.0",
  86. "echarts-for-react": "^2.0.15-beta.1",
  87. "echarts-wordcloud": "^1.1.3",
  88. "immutability-helper": "^2.9.1",
  89. "jquery": "^3.4.1",
  90. "lodash": "^4.17.15",
  91. "md5": "^2.2.1",
  92. "moment": "^2.24.0",
  93. "prompts": "^2.4.2",
  94. "prop-types": "^15.7.2",
  95. "rc-calendar": "^9.15.6",
  96. "react": "^16.10.2",
  97. "react-codemirror": "^1.0.0",
  98. "react-copy-to-clipboard": "^5.0.3",
  99. "react-dnd": "^7.7.0",
  100. "react-dnd-html5-backend": "^7.7.0",
  101. "react-dom": "^16.10.2",
  102. "react-flip-move": "^3.0.2",
  103. "react-handsontable": "^0.3.1",
  104. "react-redux": "^5.1.2",
  105. "react-rnd": "^9.2.0",
  106. "react-tagsinput": "^3.19.0",
  107. "react-zmage": "^0.8.5",
  108. "redux": "^4.0.4",
  109. "redux-thunk": "^2.3.0",
  110. "tinper-bee": "^1.6.11"
  111. },
  112. "config": {
  113. "commitizen": {
  114. "path": "./node_modules/cz-conventional-changelog"
  115. }
  116. },
  117. "directories": {
  118. "doc": "doc"
  119. },
  120. "repository": {
  121. "type": "git",
  122. "url": "git@git.yonyou.com:nccloud_hr/nccloud/ncc-web-container.git"
  123. },
  124. "WBDependencies": {
  125. "ader": "0.0.0"
  126. }
  127. }