Merge remote-tracking branch 'origin/master'
# Conflicts: # build/webpack.base.config copy.js # build/webpack.base.config.js # src/locales/newWord.json # src/locales/zh-CN.json

499 Bytes

561 Bytes

612 KB

727 Bytes

769 Bytes

846 Bytes

2.3 KB

2.56 KB

498 Bytes

524 Bytes

688 Bytes

1.26 KB

688 Bytes

713 Bytes

1.34 KB

713 Bytes

827 Bytes

714 Bytes

805 Bytes

727 Bytes

593 Bytes

827 Bytes

669 Bytes

453 Bytes

475 Bytes

698 Bytes

782 Bytes

1.01 KB

1.19 KB

695 Bytes

767 Bytes

564 Bytes

607 Bytes

3.83 KB

1.41 KB

2.1 KB

1.78 KB

433 Bytes

352 Bytes

6.31 KB

2.35 KB

2.1 KB

37.3 KB

62.4 KB

405 KB

3.86 KB

1.88 KB

906 Bytes

906 Bytes

906 Bytes

49.8 KB

151 Bytes

2.28 KB

2.28 KB

2.28 KB

265 Bytes

681 Bytes

4.13 KB

222 KB

288 KB

3.68 KB

3.68 KB

3.68 KB

590 Bytes

3.39 KB

1.23 KB

5.37 KB

7.12 KB

1.49 KB

1.3 KB

835 Bytes

702 Bytes

773 Bytes

949 Bytes

1.11 KB

1.36 KB

3.2 KB

8.14 KB

17.6 KB

483 Bytes

722 Bytes

18.8 KB

2.61 KB

2.27 KB

4.13 KB

1.38 KB

1.57 KB

8.83 KB

9.17 KB

655 Bytes

2.54 KB

681 Bytes

637 Bytes

951 Bytes

1.13 KB

721 Bytes

273 Bytes

203 Bytes

159 Bytes

1.26 KB

648 Bytes

681 Bytes

705 Bytes

2.27 KB

672 Bytes

672 Bytes

951 Bytes

985 Bytes

637 Bytes

1.27 KB

1.33 KB

2.13 KB

2.13 KB

2.23 KB

2.23 KB

1.21 KB

1.21 KB

1.27 KB

1.27 KB

1003 Bytes

1003 Bytes

1 KB

1 KB

1.75 KB

1.75 KB

1.85 KB

1.85 KB

641 Bytes

641 Bytes

37.4 KB

504 Bytes

484 Bytes

1.43 KB

1.18 KB

1.28 KB

1.28 KB

3.13 KB

3.11 KB

3.13 KB

961 Bytes

951 Bytes

637 Bytes

6.59 KB

5.88 KB

1.04 KB

1001 Bytes

701 Bytes

648 Bytes

2.77 KB

2.45 KB

595 Bytes

117 KB

36.7 KB

222 KB

109 KB

15 KB

6.32 KB

13.2 KB

161 Bytes

4.49 KB

2.54 KB

2.2 KB

1.41 KB

5 KB

3.57 KB

946 Bytes

1.41 KB

2.03 KB

2.02 KB

200 Bytes

643 Bytes

644 Bytes

731 Bytes

993 Bytes

1.51 KB

19.8 KB

5.46 KB

11.9 KB

9.63 KB

9.63 KB

40.2 KB

28.5 KB

3.38 KB

3.38 KB

7.83 KB

333 Bytes

146 KB

46.1 KB

3.38 KB

3.42 KB

3.44 KB

3.33 KB

461 Bytes

4.58 KB

75.2 KB

1.03 KB

662 Bytes

1.26 KB

3.12 KB

1.2 KB

6.67 KB

2.86 KB

1.85 KB

2.26 KB

491 Bytes

209 Bytes

1.6 KB

40.5 KB

30.1 KB

441 Bytes

3.57 KB

2.9 KB

2.7 KB

21.9 KB

1.26 KB
... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
"server": "node build/server.prod.js", | "server": "node build/server.prod.js", | ||
"dev": "cross-env NODE_ENV=development webpack-dev-server --config ./build/webpack.dev.config.js --port 8092", | "dev": "cross-env NODE_ENV=development webpack-dev-server --config ./build/webpack.dev.config.js --port 8092", | ||
"buildP": "npm run build:prod", | "buildP": "npm run build:prod", | ||
"build:prod": "cross-env NODE_ENV=production webpack --config ./build/webpack.prod.config.js", | "build:prod": "cross-env NODE_ENV=production webpack --config ./build/webpack.prod.config.js", | ||
"//build": " npm run clean:distJS && npm run clean:distImgs && cross-env NODE_ENV=production && webpack --config ./build/webpack.dev.config.js", | "//build": " npm run clean:distJS && npm run clean:distImgs && cross-env NODE_ENV=production && webpack --config ./build/webpack.dev.config.js", | ||
"build": " npm run clean:distJS && npm run clean:distImgs && NODE_ENV=production && webpack --config ./build/webpack.prod.config.js", | "build": " npm run clean:distJS && npm run clean:distImgs && NODE_ENV=production && webpack --config ./build/webpack.prod.config.js", | ||
"clean:distJS": "rm -rf ./dist/js", | "clean:distJS": "rm -rf ./dist/js", | ||
... | @@ -26,20 +26,24 @@ | ... | @@ -26,20 +26,24 @@ |
"@babel/plugin-syntax-dynamic-import": "^7.0.0", | "@babel/plugin-syntax-dynamic-import": "^7.0.0", | ||
"@babel/plugin-transform-runtime": "^7.2.0", | "@babel/plugin-transform-runtime": "^7.2.0", | ||
"@babel/preset-env": "^7.1.6", | "@babel/preset-env": "^7.1.6", | ||
"@babel/preset-react": "^7.0.0", | "@babel/preset-react": "^7.25.7", | ||
"autoprefixer": "^9.3.1", | "autoprefixer": "^9.3.1", | ||
"axios": "^0.18.1", | "axios": "^0.18.1", | ||
"babel-eslint": "^10.0.1", | "babel-cli": "^6.26.0", | ||
"babel-eslint": "^10.1.0", | |||
"babel-loader": "^8.0.4", | "babel-loader": "^8.0.4", | ||
"babel-plugin-import": "^1.11.0", | "babel-plugin-import": "^1.11.0", | ||
"babel-plugin-transform-decorators-legacy": "^1.3.5", | "babel-plugin-transform-decorators-legacy": "^1.3.5", | ||
"braft-editor": "^2.3.8", | "braft-editor": "^2.3.8", | ||
"braft-finder": "0.0.21", | "braft-finder": "0.0.21", | ||
"braft-utils": "^3.0.12", | "braft-utils": "^3.0.13", | ||
"cross-env": "^5.2.0", | "cross-env": "^5.2.0", | ||
"css-loader": "^1.0.1", | "css-loader": "^1.0.1", | ||
"cssnano": "^4.1.7", | "cssnano": "^4.1.7", | ||
"eslint-plugin-react": "^7.11.1", | "enzyme": "^3.4.0", | ||
"enzyme-adapter-react-16": "^1.15.8", | |||
"enzyme-to-json": "^3.6.2", | |||
"eslint-plugin-react": "^7.37.1", | |||
"extract-text-webpack-plugin": "^4.0.0-beta.0", | "extract-text-webpack-plugin": "^4.0.0-beta.0", | ||
"file-loader": "^2.0.0", | "file-loader": "^2.0.0", | ||
"html-loader": "^0.5.5", | "html-loader": "^0.5.5", | ||
... | @@ -53,12 +57,14 @@ | ... | @@ -53,12 +57,14 @@ |
"mini-css-extract-plugin": "^0.4.5", | "mini-css-extract-plugin": "^0.4.5", | ||
"moment": "^2.22.1", | "moment": "^2.22.1", | ||
"postcss-loader": "^3.0.0", | "postcss-loader": "^3.0.0", | ||
"preact-render-to-json": "^3.6.6", | |||
"progress-bar-webpack-plugin": "^1.11.0", | "progress-bar-webpack-plugin": "^1.11.0", | ||
"react-cropper": "^1.3.0", | "react-cropper": "^1.3.0", | ||
"react-hot-loader": "^4.3.12", | "react-hot-loader": "^4.3.12", | ||
"react-iscroll": "^2.0.3", | "react-iscroll": "^2.0.3", | ||
"react-loadable": "^5.5.0", | "react-loadable": "^5.5.0", | ||
"react-perfect-scrollbar": "^1.5.8", | "react-perfect-scrollbar": "^1.5.8", | ||
"react-router": "^4.3.1", | |||
"react-textscroll": "^1.0.0", | "react-textscroll": "^1.0.0", | ||
"redux-actions": "^0.12.0", | "redux-actions": "^0.12.0", | ||
"redux-logger": "^3.0.6", | "redux-logger": "^3.0.6", | ||
... | @@ -77,10 +83,14 @@ | ... | @@ -77,10 +83,14 @@ |
"whatwg-fetch": "^3.0.0" | "whatwg-fetch": "^3.0.0" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@vue/babel-helper-vue-jsx-merge-props": "^1.4.0", | |||
"@vue/babel-preset-jsx": "^1.4.0", | |||
"antd": "^3.26.20", | "antd": "^3.26.20", | ||
"babel-plugin-transform-vue-jsx": "^3.7.0", | |||
"crypto-js": "^3.1.9-1", | "crypto-js": "^3.1.9-1", | ||
"draft-js": "^0.10.5", | "draft-js": "^0.11.7", | ||
"draft-js-export-html": "^1.2.0", | "draft-js-export-html": "^1.2.0", | ||
"draftjs-utils": "^0.9.4", | |||
"echarts": "^4.2.0-rc.2", | "echarts": "^4.2.0-rc.2", | ||
"echarts-for-react": "^2.0.15-beta.0", | "echarts-for-react": "^2.0.15-beta.0", | ||
"immutability-helper": "^2.8.1", | "immutability-helper": "^2.8.1", | ||
... | ... |