|
@@ -51,13 +51,15 @@
|
|
|
"@ckeditor/ckeditor5-dev-tests": "^10.0.0",
|
|
"@ckeditor/ckeditor5-dev-tests": "^10.0.0",
|
|
|
"@ckeditor/ckeditor5-dev-webpack-plugin": "^3.0.4",
|
|
"@ckeditor/ckeditor5-dev-webpack-plugin": "^3.0.4",
|
|
|
"babel-minify-webpack-plugin": "^0.2.0",
|
|
"babel-minify-webpack-plugin": "^0.2.0",
|
|
|
- "extract-text-webpack-plugin": "^3.0.2",
|
|
|
|
|
"eslint": "^4.8.0",
|
|
"eslint": "^4.8.0",
|
|
|
"eslint-config-ckeditor5": "^1.0.7",
|
|
"eslint-config-ckeditor5": "^1.0.7",
|
|
|
|
|
+ "extract-text-webpack-plugin": "^3.0.2",
|
|
|
|
|
+ "glob": "^7.1.2",
|
|
|
"husky": "^0.14.3",
|
|
"husky": "^0.14.3",
|
|
|
- "lint-staged": "^4.2.3",
|
|
|
|
|
"lerna": "^2.2.0",
|
|
"lerna": "^2.2.0",
|
|
|
|
|
+ "lint-staged": "^4.2.3",
|
|
|
"mgit2": "^0.7.2",
|
|
"mgit2": "^0.7.2",
|
|
|
|
|
+ "minimatch": "^3.0.4",
|
|
|
"postcss-loader": "^2.0.10",
|
|
"postcss-loader": "^2.0.10",
|
|
|
"raw-loader": "^0.5.1",
|
|
"raw-loader": "^0.5.1",
|
|
|
"style-loader": "^0.19.1",
|
|
"style-loader": "^0.19.1",
|
|
@@ -80,21 +82,16 @@
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
"lint": "eslint --quiet '**/*.js'",
|
|
"lint": "eslint --quiet '**/*.js'",
|
|
|
"precommit": "lint-staged",
|
|
"precommit": "lint-staged",
|
|
|
-
|
|
|
|
|
"test": "node --max_old_space_size=4096 node_modules/@ckeditor/ckeditor5-dev-tests/bin/test.js",
|
|
"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",
|
|
"test:manual": "node --max_old_space_size=4096 node_modules/@ckeditor/ckeditor5-dev-tests/bin/test-manual.js",
|
|
|
-
|
|
|
|
|
"docs": "node ./scripts/docs/build-docs.js",
|
|
"docs": "node ./scripts/docs/build-docs.js",
|
|
|
"docs:api": "node ./scripts/docs/build-api-docs.js",
|
|
"docs:api": "node ./scripts/docs/build-api-docs.js",
|
|
|
"docs:build-and-publish": "node ./scripts/docs/build-and-publish.js",
|
|
"docs:build-and-publish": "node ./scripts/docs/build-and-publish.js",
|
|
|
-
|
|
|
|
|
"translations:collect": "ckeditor5-dev-env-translations collect",
|
|
"translations:collect": "ckeditor5-dev-env-translations collect",
|
|
|
"translations:download": "ckeditor5-dev-env-translations download",
|
|
"translations:download": "ckeditor5-dev-env-translations download",
|
|
|
"translations:upload": "ckeditor5-dev-env-translations upload",
|
|
"translations:upload": "ckeditor5-dev-env-translations upload",
|
|
|
-
|
|
|
|
|
"changelog": "node ./scripts/release/changelog.js",
|
|
"changelog": "node ./scripts/release/changelog.js",
|
|
|
"release:dependencies": "node ./scripts/release/release-dependencies.js",
|
|
"release:dependencies": "node ./scripts/release/release-dependencies.js",
|
|
|
-
|
|
|
|
|
"switch-to-dev-dev": "sh ./scripts/switch-to-dev-dev.sh"
|
|
"switch-to-dev-dev": "sh ./scripts/switch-to-dev-dev.sh"
|
|
|
},
|
|
},
|
|
|
"lint-staged": {
|
|
"lint-staged": {
|