-
- Downloads
slate editor poc #185
Showing
- app/components/all.scss 1 addition, 0 deletionsapp/components/all.scss
- app/components/elements/SlateEditor.jsx 299 additions, 0 deletionsapp/components/elements/SlateEditor.jsx
- app/components/elements/SlateEditor.scss 74 additions, 0 deletionsapp/components/elements/SlateEditor.scss
- package.json 3 additions, 0 deletionspackage.json
app/components/elements/SlateEditor.jsx
0 → 100644
app/components/elements/SlateEditor.scss
0 → 100644
... | @@ -91,6 +91,7 @@ | ... | @@ -91,6 +91,7 @@ |
"react-medium-editor": "^1.8.0", | "react-medium-editor": "^1.8.0", | ||
"react-notification": "^5.0.7", | "react-notification": "^5.0.7", | ||
"react-overlays": "0.6.4", | "react-overlays": "0.6.4", | ||
"react-portal": "^2.2.1", | |||
"react-prop-types": "^0.3.0", | "react-prop-types": "^0.3.0", | ||
"react-qr": "0.0.2", | "react-qr": "0.0.2", | ||
"react-rangeslider": "^1.0.3", | "react-rangeslider": "^1.0.3", | ||
... | @@ -108,9 +109,11 @@ | ... | @@ -108,9 +109,11 @@ |
"sanitize-html": "^1.11.4", | "sanitize-html": "^1.11.4", | ||
"sass-loader": "^3.1.2", | "sass-loader": "^3.1.2", | ||
"secure-random": "^1.1.1", | "secure-random": "^1.1.1", | ||
"selection-position": "^1.0.0", | |||
"sendgrid": "^4.0.1", | "sendgrid": "^4.0.1", | ||
"sequelize": "^3.21.0", | "sequelize": "^3.21.0", | ||
"sequelize-cli": "^2.3.1", | "sequelize-cli": "^2.3.1", | ||
"slate": "^0.14.13", | |||
"speakingurl": "^9.0.0", | "speakingurl": "^9.0.0", | ||
"style-loader": "^0.13.0", | "style-loader": "^0.13.0", | ||
"svg-inline-loader": "^0.4.0", | "svg-inline-loader": "^0.4.0", | ||
... | ... |
Please register or sign in to comment