|
|
@@ -52,6 +52,7 @@
|
|
|
"@ckeditor/ckeditor5-list": "^10.0.0",
|
|
|
"@ckeditor/ckeditor5-markdown-gfm": "^10.0.0",
|
|
|
"@ckeditor/ckeditor5-paragraph": "^10.0.0",
|
|
|
+ "@ckeditor/ckeditor5-table": "^0.0.1",
|
|
|
"@ckeditor/ckeditor5-theme-lark": "^10.0.0",
|
|
|
"@ckeditor/ckeditor5-typing": "^10.0.0",
|
|
|
"@ckeditor/ckeditor5-ui": "^10.0.0",
|
|
|
@@ -101,6 +102,7 @@
|
|
|
"precommit": "lint-staged",
|
|
|
"test": "node --max_old_space_size=4096 node_modules/@ckeditor/ckeditor5-dev-tests/bin/test.js",
|
|
|
"test:manual": "node --max_old_space_size=4096 node_modules/@ckeditor/ckeditor5-dev-tests/bin/test-manual.js",
|
|
|
+ "reinstall": "rm -rf ./packages ./node_modules && mgit bootstrap && lerna bootstrap",
|
|
|
"docs": "node ./scripts/docs/build-docs.js",
|
|
|
"docs:api": "node ./scripts/docs/build-api-docs.js",
|
|
|
"docs:build-and-publish": "node ./scripts/docs/build-and-publish.js",
|