|
|
@@ -50,15 +50,9 @@
|
|
|
"@ckeditor/ckeditor5-table": "^19.0.0",
|
|
|
"@ckeditor/ckeditor5-typing": "^19.0.0",
|
|
|
"@ckeditor/ckeditor5-theme-lark": "^19.0.0",
|
|
|
- "eslint": "^5.5.0",
|
|
|
- "eslint-config-ckeditor5": "^2.0.0",
|
|
|
- "husky": "^1.3.1",
|
|
|
- "lint-staged": "^7.0.0",
|
|
|
- "stylelint": "^11.1.1",
|
|
|
"postcss-loader": "^3.0.0",
|
|
|
"raw-loader": "^3.1.0",
|
|
|
"style-loader": "^1.0.0",
|
|
|
- "stylelint-config-ckeditor5": "^1.0.0",
|
|
|
"terser-webpack-plugin": "^2.2.1",
|
|
|
"webpack": "^4.39.1",
|
|
|
"webpack-cli": "^3.3.6"
|
|
|
@@ -73,29 +67,11 @@
|
|
|
"bugs": "https://github.com/ckeditor/ckeditor5/issues",
|
|
|
"repository": {
|
|
|
"type": "git",
|
|
|
- "url": "https://github.com/ckeditor/ckeditor5-build-decoupled-document.git"
|
|
|
+ "url": "https://github.com/ckeditor/ckeditor5.git",
|
|
|
+ "directory": "packages/ckeditor5-build-decoupled-document"
|
|
|
},
|
|
|
"scripts": {
|
|
|
"build": "webpack --mode production",
|
|
|
- "lint": "eslint --quiet '**/*.js'",
|
|
|
- "stylelint": "stylelint --quiet --allow-empty-input 'theme/**/*.css' 'docs/**/*.css'",
|
|
|
"preversion": "npm run build"
|
|
|
- },
|
|
|
- "lint-staged": {
|
|
|
- "**/*.js": [
|
|
|
- "eslint --quiet"
|
|
|
- ],
|
|
|
- "**/*.css": [
|
|
|
- "stylelint --quiet --allow-empty-input"
|
|
|
- ]
|
|
|
- },
|
|
|
- "eslintIgnore": [
|
|
|
- "build/**",
|
|
|
- "packages/**"
|
|
|
- ],
|
|
|
- "husky": {
|
|
|
- "hooks": {
|
|
|
- "pre-commit": "lint-staged"
|
|
|
- }
|
|
|
}
|
|
|
}
|