Merge pull request #639 from outline/refactor-editor

Extract Markdown Editor
This commit is contained in:
Tom Moor
2018-05-12 14:21:34 -07:00
committed by GitHub
340 changed files with 23808 additions and 7284 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "Outline",
"name": "outline",
"private": true,
"main": "index.js",
"scripts": {
@@ -104,7 +104,7 @@
"extract-text-webpack-plugin": "^3.0.2",
"fbemitter": "^2.1.1",
"file-loader": "^1.1.6",
"flow-typed": "^2.1.2",
"flow-typed": "^2.4.0",
"fs-extra": "^4.0.2",
"history": "3.0.0",
"html-webpack-plugin": "2.17.0",
@@ -140,6 +140,7 @@
"nodemailer": "^4.4.0",
"normalize.css": "^7.0.0",
"normalizr": "2.0.1",
"outline-icons": "^1.1.0",
"oy-vey": "^0.10.0",
"pg": "^6.1.5",
"pg-hstore": "2.3.2",
@@ -162,6 +163,7 @@
"react-waypoint": "^7.3.1",
"redis": "^2.6.2",
"redis-lock": "^0.1.0",
"rich-markdown-editor": "^0.2.6",
"rimraf": "^2.5.4",
"safestart": "1.1.0",
"sequelize": "4.28.6",
@@ -181,7 +183,7 @@
"string-hash": "^1.1.0",
"string-replace-to-array": "^1.0.3",
"style-loader": "^0.18.2",
"styled-components": "^2.2.3",
"styled-components": "^3.2.3",
"styled-components-breakpoint": "^1.0.1",
"styled-components-grid": "^1.0.0-preview.15",
"styled-normalize": "^2.2.1",
@@ -196,7 +198,7 @@
"enzyme": "2.8.2",
"enzyme-to-json": "^1.5.1",
"fetch-test-server": "^1.1.0",
"flow-bin": "^0.49.1",
"flow-bin": "^0.71.0",
"identity-obj-proxy": "^3.0.0",
"jest-cli": "22",
"koa-webpack-dev-middleware": "1.4.5",