【增加】添加webpack对ckeditor5的支持
Showing
... | @@ -5,6 +5,15 @@ | ... | @@ -5,6 +5,15 @@ |
"dependencies": { | "dependencies": { | ||
"@babel/core": "7.2.2", | "@babel/core": "7.2.2", | ||
"@babel/plugin-transform-react-jsx": "^7.3.0", | "@babel/plugin-transform-react-jsx": "^7.3.0", | ||
"@ckeditor/ckeditor5-alignment": "^11.1.0", | |||
"@ckeditor/ckeditor5-basic-styles": "^11.1.0", | |||
"@ckeditor/ckeditor5-build-classic": "^12.1.0", | |||
"@ckeditor/ckeditor5-dev-utils": "^12.0.1", | |||
"@ckeditor/ckeditor5-editor-classic": "^12.1.0", | |||
"@ckeditor/ckeditor5-heading": "^11.0.1", | |||
"@ckeditor/ckeditor5-paragraph": "^11.0.1", | |||
"@ckeditor/ckeditor5-react": "^1.1.3", | |||
"@ckeditor/ckeditor5-theme-lark": "^13.0.1", | |||
"@svgr/webpack": "4.1.0", | "@svgr/webpack": "4.1.0", | ||
"antd": "^3.18.1", | "antd": "^3.18.1", | ||
"babel-core": "7.0.0-bridge.0", | "babel-core": "7.0.0-bridge.0", | ||
... | @@ -70,6 +79,7 @@ | ... | @@ -70,6 +79,7 @@ |
"postcss-write-svg": "^3.0.1", | "postcss-write-svg": "^3.0.1", | ||
"prop-types": "^15.7.2", | "prop-types": "^15.7.2", | ||
"query-string": "^6.3.0", | "query-string": "^6.3.0", | ||
"raw-loader": "^2.0.0", | |||
"react": "^16.8.3", | "react": "^16.8.3", | ||
"react-app-polyfill": "^0.2.1", | "react-app-polyfill": "^0.2.1", | ||
"react-app-rewired": "^2.1.0", | "react-app-rewired": "^2.1.0", | ||
... | ... |
Please register or sign in to comment