2016-06-15 12:07:12 -07:00
|
|
|
{
|
2017-09-11 18:11:45 -07:00
|
|
|
"private": true,
|
|
|
|
"name": "slate-packages",
|
|
|
|
"workspaces": [
|
|
|
|
"packages/*"
|
|
|
|
],
|
2018-02-02 18:46:36 -05:00
|
|
|
"umd": "./examples/build.dev.js",
|
|
|
|
"umdMin": "./examples/build.prod.js",
|
2016-06-15 12:07:12 -07:00
|
|
|
"devDependencies": {
|
2018-01-26 13:55:29 -05:00
|
|
|
"babel-core": "^6.26.0",
|
|
|
|
"babel-eslint": "^8.2.1",
|
2018-02-02 18:46:36 -05:00
|
|
|
"babel-plugin-external-helpers": "^6.22.0",
|
2018-01-26 13:55:29 -05:00
|
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
|
|
"babel-preset-env": "^1.6.1",
|
|
|
|
"babel-preset-react": "^6.24.1",
|
|
|
|
"babel-preset-stage-0": "^6.24.1",
|
|
|
|
"babel-runtime": "^6.26.0",
|
2017-03-21 17:38:39 -07:00
|
|
|
"chalk": "^1.1.3",
|
2018-02-02 17:20:06 -08:00
|
|
|
"cross-env": "^5.1.3",
|
2016-07-20 10:08:19 -07:00
|
|
|
"disc": "^1.3.2",
|
2018-01-26 13:55:29 -05:00
|
|
|
"eslint": "^4.16.0",
|
|
|
|
"eslint-plugin-import": "^2.8.0",
|
|
|
|
"eslint-plugin-react": "^7.6.0",
|
2016-11-03 10:39:38 +01:00
|
|
|
"faker": "^3.1.0",
|
2016-08-07 13:14:43 -07:00
|
|
|
"fbjs": "^0.8.3",
|
2016-12-06 15:21:08 -08:00
|
|
|
"fs-promise": "^1.0.0",
|
2016-07-15 09:40:50 -07:00
|
|
|
"gh-pages": "^0.11.0",
|
2016-07-11 12:34:22 -07:00
|
|
|
"http-server": "^0.9.0",
|
2018-02-02 18:46:36 -05:00
|
|
|
"image-extensions": "^1.1.0",
|
2017-09-11 18:11:45 -07:00
|
|
|
"immutable": "^3.8.1",
|
2017-10-17 18:18:27 -07:00
|
|
|
"is-hotkey": "^0.1.1",
|
2016-07-18 13:06:10 -07:00
|
|
|
"is-url": "^1.2.2",
|
2018-01-04 15:20:02 -08:00
|
|
|
"jsdom": "^11.5.1",
|
2018-01-25 16:14:55 -05:00
|
|
|
"lerna": "^2.7.1",
|
2018-02-02 18:46:36 -05:00
|
|
|
"lodash": "^4.17.4",
|
2017-03-21 17:38:39 -07:00
|
|
|
"matcha": "^0.7.0",
|
2016-06-15 12:07:12 -07:00
|
|
|
"mocha": "^2.5.3",
|
2017-09-11 18:11:45 -07:00
|
|
|
"npm-run-all": "^4.1.1",
|
2016-07-06 14:05:35 -07:00
|
|
|
"prismjs": "^1.5.1",
|
2017-10-13 22:01:18 +00:00
|
|
|
"react": "^16.0.0",
|
|
|
|
"react-dom": "^16.0.0",
|
2017-02-13 16:28:53 -08:00
|
|
|
"react-frame-aware-selection-plugin": "^1.0.0",
|
2017-08-01 12:06:39 -04:00
|
|
|
"react-frame-component": "^1.1.1",
|
2017-09-11 18:11:45 -07:00
|
|
|
"react-portal": "^3.1.0",
|
2016-06-24 10:22:48 -07:00
|
|
|
"react-router": "^2.5.1",
|
2017-05-04 16:48:42 -07:00
|
|
|
"react-router-dom": "^4.1.1",
|
2016-06-22 18:42:49 -07:00
|
|
|
"read-metadata": "^1.0.0",
|
2016-12-06 15:21:08 -08:00
|
|
|
"read-yaml-promise": "^1.0.2",
|
2018-02-02 18:46:36 -05:00
|
|
|
"rollup": "^0.55.1",
|
|
|
|
"rollup-plugin-alias": "^1.4.0",
|
|
|
|
"rollup-plugin-babel": "^3.0.3",
|
|
|
|
"rollup-plugin-commonjs": "^8.3.0",
|
|
|
|
"rollup-plugin-json": "^2.3.0",
|
|
|
|
"rollup-plugin-node-resolve": "^3.0.2",
|
|
|
|
"rollup-plugin-replace": "^2.0.0",
|
|
|
|
"rollup-plugin-sourcemaps": "^0.4.2",
|
|
|
|
"rollup-plugin-uglify": "^3.0.0",
|
2017-10-17 09:22:08 -07:00
|
|
|
"slate-collapse-on-escape": "^0.5.0",
|
|
|
|
"slate-soft-break": "^0.5.0",
|
start removing raw serializer (#1098)
* start removing raw serializer
* convert first tests to use jsx
* simplify jsx tests for raw serializer
* allow for options in raw serializer tests
* add more preserve option tests
* convert plain serializer tests
* convert html serialize
* start converting html deserialize
* add hyperscript util
* remove slate-sugar copy-pasted
* finish converting html deserialize
* convert plugins tests
* update rendering tests
* convert schemas tests
* convert core plugin tests
* update hyperscript utl
* refactor changes test directory structure
* fix changes before migration
* add migrated changes test files
* remove <x- prefixes from migration
* get addMark at-current-range tests passing
* get delete at-current-range tests passing
* remove old tests
* convert deleteForward and deleteBackward
* convert insertBlock, insertInline, insertFragment, insertText
* convert removeMark, setBlock, setInline, splitBlock, splitInline
* add unstaged tests
* convert toggleMark, unwrapBlock, unwrapInline, wrapBlock, wrapInline, wrapText
* convert call, setData
* convert on-selection tests
* remove old on-selection tests
* convert history tests
* convert insertFragmentByKey, insertNodeByKey, insertTextByKey, mergeNodeByKey, moveNodeByKey
* convert removeNodeByKey, removeTextByKey, setMarkByKey, setNodeByKey
* convert splitDescendantsByKey, splitNodeByKey, unwrapBlockByKey, unwrapInlineByKey, unwrapNodeByKey, wrapBlockByKey
* fix tests
* port missing at-range tests to at-current-range
* remove at-range tests
* fix raw serializer tests
* fix linter
* fix to prefer toJSON as the canonical method name
* fix todos
* remove internal references to Raw
* add deprecation helper to Text.fromJSON
* convert examples to not use Raw, and not rely on terse
* remove focus-blur example, rename large document example
* refactor Raw serialize to deprecate, not remove, terse
* deprecate defaultBlockType, toRaw, cleanup serializers
2017-09-10 14:56:03 -07:00
|
|
|
"slate-sugar": "^0.6.1",
|
2016-06-23 11:32:24 -07:00
|
|
|
"source-map-support": "^0.4.0",
|
2016-06-22 18:42:49 -07:00
|
|
|
"to-camel-case": "^1.0.0",
|
2016-06-24 10:22:48 -07:00
|
|
|
"to-title-case": "^1.0.0",
|
start removing raw serializer (#1098)
* start removing raw serializer
* convert first tests to use jsx
* simplify jsx tests for raw serializer
* allow for options in raw serializer tests
* add more preserve option tests
* convert plain serializer tests
* convert html serialize
* start converting html deserialize
* add hyperscript util
* remove slate-sugar copy-pasted
* finish converting html deserialize
* convert plugins tests
* update rendering tests
* convert schemas tests
* convert core plugin tests
* update hyperscript utl
* refactor changes test directory structure
* fix changes before migration
* add migrated changes test files
* remove <x- prefixes from migration
* get addMark at-current-range tests passing
* get delete at-current-range tests passing
* remove old tests
* convert deleteForward and deleteBackward
* convert insertBlock, insertInline, insertFragment, insertText
* convert removeMark, setBlock, setInline, splitBlock, splitInline
* add unstaged tests
* convert toggleMark, unwrapBlock, unwrapInline, wrapBlock, wrapInline, wrapText
* convert call, setData
* convert on-selection tests
* remove old on-selection tests
* convert history tests
* convert insertFragmentByKey, insertNodeByKey, insertTextByKey, mergeNodeByKey, moveNodeByKey
* convert removeNodeByKey, removeTextByKey, setMarkByKey, setNodeByKey
* convert splitDescendantsByKey, splitNodeByKey, unwrapBlockByKey, unwrapInlineByKey, unwrapNodeByKey, wrapBlockByKey
* fix tests
* port missing at-range tests to at-current-range
* remove at-range tests
* fix raw serializer tests
* fix linter
* fix to prefer toJSON as the canonical method name
* fix todos
* remove internal references to Raw
* add deprecation helper to Text.fromJSON
* convert examples to not use Raw, and not rely on terse
* remove focus-blur example, rename large document example
* refactor Raw serialize to deprecate, not remove, terse
* deprecate defaultBlockType, toRaw, cleanup serializers
2017-09-10 14:56:03 -07:00
|
|
|
"yaml-js": "^0.2.0"
|
2016-07-06 17:22:45 -07:00
|
|
|
},
|
2017-09-11 18:11:45 -07:00
|
|
|
"peerDependencies": {
|
|
|
|
"slate": "*",
|
|
|
|
"slate-html-serializer": "*",
|
|
|
|
"slate-plain-serializer": "*",
|
2018-01-26 12:28:40 -08:00
|
|
|
"slate-react": "*",
|
|
|
|
"slate-schema-violations": "*"
|
2017-09-11 18:11:45 -07:00
|
|
|
},
|
2016-07-21 12:51:34 -07:00
|
|
|
"scripts": {
|
2018-02-05 16:29:33 -05:00
|
|
|
"benchmark": "mkdir -p ./tmp && cross-env BABEL_ENV=test babel-node ./node_modules/.bin/_matcha --reporter ./support/benchmark-reporter ./packages/*/benchmark/index.js > ./tmp/benchmark-comparison.json && cross-env BABEL_ENV=test babel-node ./support/benchmark-compare",
|
|
|
|
"benchmark:save": "mkdir -p ./tmp && cross-env BABEL_ENV=test babel-node ./node_modules/.bin/_matcha --reporter ./support/benchmark-reporter ./packages/*/benchmark/index.js > ./tmp/benchmark-baseline.json",
|
2018-02-02 18:46:36 -05:00
|
|
|
"bootstrap": "lerna bootstrap && yarn build",
|
2018-02-02 17:20:06 -08:00
|
|
|
"build": "cross-env NODE_ENV=production rollup --config",
|
2017-10-31 19:05:24 -07:00
|
|
|
"clean": "lerna run clean && rm -rf ./node_modules ./dist ./examples/build.*.js",
|
2018-02-02 18:46:36 -05:00
|
|
|
"gh-pages": "yarn build && gh-pages --dist ./examples",
|
2017-09-11 18:11:45 -07:00
|
|
|
"lint": "eslint packages/*/src packages/*/test examples/*/*.js examples/dev/*/*.js",
|
2016-08-07 17:25:43 -07:00
|
|
|
"open": "open http://localhost:8080/dev.html",
|
2018-02-02 18:46:36 -05:00
|
|
|
"release": "yarn test && yarn lint && lerna publish && yarn gh-pages",
|
2018-02-03 20:02:46 -05:00
|
|
|
"server": "http-server ./examples",
|
|
|
|
"start": "npm-run-all --parallel --print-label watch server",
|
2018-02-02 17:20:06 -08:00
|
|
|
"test": "cross-env BABEL_ENV=test mocha --require babel-core/register ./packages/*/test/index.js",
|
2018-02-03 20:02:46 -05:00
|
|
|
"watch": "rollup --config --watch",
|
|
|
|
"watch:packages": "cross-env SKIP_EXAMPLES=true yarn watch"
|
2017-09-11 18:11:45 -07:00
|
|
|
}
|
2016-06-15 12:07:12 -07:00
|
|
|
}
|