|
@@ -17,19 +17,20 @@
|
|
"dev": "webpack-dev-server"
|
|
"dev": "webpack-dev-server"
|
|
},
|
|
},
|
|
"dependencies": {
|
|
"dependencies": {
|
|
- "antd": "^3.25.2",
|
|
|
|
|
|
+ "@ant-design/icons": "^4.6.4",
|
|
|
|
+ "antd": "^4.16.13",
|
|
"clsx": "^1.1.1"
|
|
"clsx": "^1.1.1"
|
|
},
|
|
},
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
"@babel/core": "^7.7.4",
|
|
"@babel/core": "^7.7.4",
|
|
- "@babel/runtime": "^7.15.3",
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
|
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
|
"@babel/plugin-proposal-decorators": "^7.14.5",
|
|
"@babel/plugin-proposal-decorators": "^7.14.5",
|
|
"@babel/plugin-transform-runtime": "^7.11.5",
|
|
"@babel/plugin-transform-runtime": "^7.11.5",
|
|
"@babel/preset-env": "^7.7.4",
|
|
"@babel/preset-env": "^7.7.4",
|
|
"@babel/preset-react": "^7.10.4",
|
|
"@babel/preset-react": "^7.10.4",
|
|
|
|
+ "@babel/runtime": "^7.15.3",
|
|
"@tinymce/tinymce-react": "^3.12.6",
|
|
"@tinymce/tinymce-react": "^3.12.6",
|
|
- "antd": "^3.25.2",
|
|
|
|
|
|
+ "antd": "^4.16.13",
|
|
"axios": "^0.21.1",
|
|
"axios": "^0.21.1",
|
|
"babel-loader": "^8.0.5",
|
|
"babel-loader": "^8.0.5",
|
|
"babel-plugin-import": "^1.13.3",
|
|
"babel-plugin-import": "^1.13.3",
|
|
@@ -37,11 +38,13 @@
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"clsx": "^1.1.1",
|
|
"clsx": "^1.1.1",
|
|
"codemirror": "^5.62.0",
|
|
"codemirror": "^5.62.0",
|
|
|
|
+ "crypto-js": "^4.0.0",
|
|
"css-loader": "^3.2.1",
|
|
"css-loader": "^3.2.1",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"less": "^3.10.3",
|
|
"less": "^3.10.3",
|
|
"less-loader": "^5.0.0",
|
|
"less-loader": "^5.0.0",
|
|
"lodash": "^4.17.21",
|
|
"lodash": "^4.17.21",
|
|
|
|
+ "moment": "^2.25.3",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
|
"react": "^16.6.0",
|
|
"react": "^16.6.0",
|
|
"react-codemirror2": "^7.2.1",
|
|
"react-codemirror2": "^7.2.1",
|
|
@@ -51,9 +54,7 @@
|
|
"tinymce": "^5.8.1",
|
|
"tinymce": "^5.8.1",
|
|
"uglifyjs-webpack-plugin": "^2.2.0",
|
|
"uglifyjs-webpack-plugin": "^2.2.0",
|
|
"url-loader": "^3.0.0",
|
|
"url-loader": "^3.0.0",
|
|
- "moment": "^2.25.3",
|
|
|
|
"webpack": "^4.41.2",
|
|
"webpack": "^4.41.2",
|
|
- "crypto-js": "^4.0.0",
|
|
|
|
"webpack-cli": "^3.3.10",
|
|
"webpack-cli": "^3.3.10",
|
|
"webpack-dev-server": "^3.9.0",
|
|
"webpack-dev-server": "^3.9.0",
|
|
"webpack-merge": "^4.2.2",
|
|
"webpack-merge": "^4.2.2",
|
|
@@ -61,7 +62,7 @@
|
|
"webpack-parallel-uglify-plugin": "^1.1.2"
|
|
"webpack-parallel-uglify-plugin": "^1.1.2"
|
|
},
|
|
},
|
|
"peerDependencies": {
|
|
"peerDependencies": {
|
|
- "antd": "^3.25.2",
|
|
|
|
|
|
+ "antd": "^4.16.13",
|
|
"react": ">=16.6.0",
|
|
"react": ">=16.6.0",
|
|
"react-dom": ">=16.6.0"
|
|
"react-dom": ">=16.6.0"
|
|
},
|
|
},
|