2016-10-13 23:53:15 +00:00
|
|
|
{
|
|
|
|
"name": "Drupal",
|
|
|
|
"description": "Drupal is an open source content management platform powering millions of websites and applications.",
|
|
|
|
"license": "GPL-2.0",
|
|
|
|
"private": true,
|
Issue #2869825 by justafish, dawehner, alexpott, martin107, jibran, Lendude, Mixologic, michielnugter, droplet, drpal, lauriii, effulgentsia, mglaman: Leverage JS for JS testing (using nightwatch)
2018-05-07 12:31:07 +00:00
|
|
|
"engines": {
|
|
|
|
"yarn": ">= 1.6",
|
2022-03-03 13:06:39 +00:00
|
|
|
"node": ">= 16.0"
|
Issue #2869825 by justafish, dawehner, alexpott, martin107, jibran, Lendude, Mixologic, michielnugter, droplet, drpal, lauriii, effulgentsia, mglaman: Leverage JS for JS testing (using nightwatch)
2018-05-07 12:31:07 +00:00
|
|
|
},
|
2016-10-13 23:53:15 +00:00
|
|
|
"scripts": {
|
2022-09-09 06:26:42 +00:00
|
|
|
"build": "yarn build:css & yarn build:ckeditor5 & yarn vendor-update",
|
|
|
|
"watch": "yarn watch:css & yarn watch:ckeditor5",
|
2021-06-15 16:16:54 +00:00
|
|
|
"build:css": "node ./scripts/css/postcss-build.js",
|
|
|
|
"watch:css": "node ./scripts/css/postcss-watch.js",
|
2018-05-31 11:06:29 +00:00
|
|
|
"lint:core-js": "node ./node_modules/eslint/bin/eslint.js .",
|
|
|
|
"lint:core-js-passing": "node ./node_modules/eslint/bin/eslint.js --quiet --config=.eslintrc.passing.json .",
|
|
|
|
"lint:core-js-stats": "node ./node_modules/eslint/bin/eslint.js --format=./scripts/js/eslint-stats-by-type.js .",
|
|
|
|
"lint:css": "stylelint \"**/*.css\"",
|
|
|
|
"lint:css-checkstyle": "stylelint \"**/*.css\" --custom-formatter ./node_modules/stylelint-checkstyle-formatter/index.js",
|
2021-08-17 08:58:20 +00:00
|
|
|
"lint:yaml": "node ./node_modules/eslint/bin/eslint.js --ext .yml .",
|
2022-09-09 06:26:42 +00:00
|
|
|
"test:nightwatch": "node -r dotenv-safe/config ./node_modules/.bin/nightwatch --config ./tests/Drupal/Nightwatch/nightwatch.conf.js",
|
|
|
|
"prettier": "prettier --write \"./**/*.js\"",
|
Issue #2972224 by alexpott, longwave, jungle, sja112, xjm, dww, daffie, kiamlaluno, dawehner, quietone, Lendude: Add .cspell.json to automate spellchecking in Drupal core
2020-06-21 19:15:29 +00:00
|
|
|
"spellcheck": "cspell",
|
2021-10-28 12:18:59 +00:00
|
|
|
"spellcheck:make-drupal-dict": "rm -f misc/cspell/dictionary.txt && touch misc/cspell/dictionary.txt && yarn -s spellcheck:core --unique --wordsOnly | tr '[:upper:]' '[:lower:]' | tr -d \\\\\\\\ | LC_ALL=C sort -u -o misc/cspell/dictionary.txt",
|
2021-07-30 10:58:49 +00:00
|
|
|
"spellcheck:core": "cspell \"**/*\" \".*\" \"../composer/**/*\" \"../composer.json\"",
|
2022-03-08 11:48:28 +00:00
|
|
|
"vendor-update": "node ./scripts/js/vendor-update.js",
|
2021-11-25 14:52:00 +00:00
|
|
|
"watch:ckeditor5": "webpack --config ./modules/ckeditor5/webpack.config.js --watch",
|
2022-02-02 23:41:39 +00:00
|
|
|
"build:ckeditor5": "webpack --config ./modules/ckeditor5/webpack.config.js",
|
2022-03-15 18:15:22 +00:00
|
|
|
"check:ckeditor5": "node ./scripts/js/ckeditor5-check-plugins.js",
|
2022-04-15 12:12:47 +00:00
|
|
|
"build:ckeditor5-types": "node ./scripts/js/ckeditor5-types-documentation.js",
|
|
|
|
"build:ckeditor5-dev": "yarn build:ckeditor5 --mode=development",
|
|
|
|
"watch:ckeditor5-dev": "yarn watch:ckeditor5 --mode=development"
|
2016-10-13 23:53:15 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-08-31 18:59:16 +00:00
|
|
|
"@ckeditor/ckeditor5-alignment": "~35.1.0",
|
|
|
|
"@ckeditor/ckeditor5-basic-styles": "~35.1.0",
|
|
|
|
"@ckeditor/ckeditor5-block-quote": "~35.1.0",
|
|
|
|
"@ckeditor/ckeditor5-code-block": "~35.1.0",
|
|
|
|
"@ckeditor/ckeditor5-editor-classic": "~35.1.0",
|
|
|
|
"@ckeditor/ckeditor5-editor-decoupled": "~35.1.0",
|
|
|
|
"@ckeditor/ckeditor5-essentials": "~35.1.0",
|
|
|
|
"@ckeditor/ckeditor5-heading": "~35.1.0",
|
|
|
|
"@ckeditor/ckeditor5-horizontal-line": "~35.1.0",
|
|
|
|
"@ckeditor/ckeditor5-html-support": "~35.1.0",
|
|
|
|
"@ckeditor/ckeditor5-image": "~35.1.0",
|
|
|
|
"@ckeditor/ckeditor5-indent": "~35.1.0",
|
|
|
|
"@ckeditor/ckeditor5-language": "~35.1.0",
|
|
|
|
"@ckeditor/ckeditor5-link": "~35.1.0",
|
|
|
|
"@ckeditor/ckeditor5-list": "~35.1.0",
|
|
|
|
"@ckeditor/ckeditor5-paste-from-office": "~35.1.0",
|
|
|
|
"@ckeditor/ckeditor5-remove-format": "~35.1.0",
|
|
|
|
"@ckeditor/ckeditor5-source-editing": "~35.1.0",
|
|
|
|
"@ckeditor/ckeditor5-special-characters": "~35.1.0",
|
|
|
|
"@ckeditor/ckeditor5-style": "~35.1.0",
|
|
|
|
"@ckeditor/ckeditor5-table": "~35.1.0",
|
2022-05-03 14:04:55 +00:00
|
|
|
"@drupal/once": "1.0.x",
|
|
|
|
"backbone": "1.4.x",
|
2020-01-30 09:08:38 +00:00
|
|
|
"chokidar": "^3.3.1",
|
2022-02-23 14:07:51 +00:00
|
|
|
"chromedriver": "^98.0.1",
|
2022-08-31 18:59:16 +00:00
|
|
|
"ckeditor5": "~35.1.0",
|
2022-07-13 01:59:44 +00:00
|
|
|
"cspell": "^6.0.0",
|
2020-01-30 09:08:38 +00:00
|
|
|
"dotenv-safe": "^8.2.0",
|
2022-02-28 08:58:03 +00:00
|
|
|
"eslint": "^8.9.0",
|
2022-03-21 14:17:38 +00:00
|
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
2022-02-28 08:58:03 +00:00
|
|
|
"eslint-config-prettier": "^8.4.0",
|
|
|
|
"eslint-plugin-import": "^2.25.4",
|
2021-06-29 00:47:31 +00:00
|
|
|
"eslint-plugin-jquery": "^1.5.1",
|
2022-02-28 08:58:03 +00:00
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
2022-09-09 15:53:14 +00:00
|
|
|
"eslint-plugin-yml": "^1.2.0",
|
2022-09-09 12:47:10 +00:00
|
|
|
"glob": "^8.0.3",
|
2022-09-07 13:51:37 +00:00
|
|
|
"jquery": "~3.6.1",
|
2022-05-03 14:04:55 +00:00
|
|
|
"jquery-form": "4.3.x",
|
|
|
|
"jquery-ui": "1.13.x",
|
|
|
|
"js-cookie": "3.0.x",
|
2022-09-09 14:48:25 +00:00
|
|
|
"jsdom": "^20.0.0",
|
2022-05-03 14:04:55 +00:00
|
|
|
"loadjs": "4.2.x",
|
2020-03-28 07:16:23 +00:00
|
|
|
"minimist": "^1.2.2",
|
2020-10-21 10:41:33 +00:00
|
|
|
"mkdirp": "^1.0.4",
|
2022-05-03 12:10:22 +00:00
|
|
|
"nightwatch": "^2.1.3",
|
2022-05-03 14:04:55 +00:00
|
|
|
"normalize.css": "8.0.x",
|
2022-09-13 10:31:51 +00:00
|
|
|
"postcss": "^8.4.16",
|
|
|
|
"postcss-header": "^3.0.2",
|
|
|
|
"postcss-import": "^15.0.0",
|
|
|
|
"postcss-preset-env": "^7.8.1",
|
|
|
|
"postcss-pxtorem": "^6.0.0",
|
|
|
|
"postcss-url": "^10.1.3",
|
2020-10-21 10:41:33 +00:00
|
|
|
"prettier": "^2.1.2",
|
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
|
|
|
"raw-loader": "^4.0.2",
|
2022-09-09 12:39:06 +00:00
|
|
|
"shepherd.js": "~10.0.1",
|
2022-05-12 13:40:19 +00:00
|
|
|
"sortablejs": "1.15.x",
|
2022-01-25 14:26:40 +00:00
|
|
|
"stylelint": "^14.0.1",
|
|
|
|
"stylelint-checkstyle-formatter": "^0.1.2",
|
2022-09-09 13:34:37 +00:00
|
|
|
"stylelint-config-standard": "^28.0.0",
|
2022-01-25 14:26:40 +00:00
|
|
|
"stylelint-order": "^5.0.0",
|
2022-08-30 16:29:14 +00:00
|
|
|
"tabbable": "~6.0.0",
|
2022-08-04 14:35:07 +00:00
|
|
|
"terser": "^5.14.2",
|
|
|
|
"terser-webpack-plugin": "^5.3.3",
|
2022-09-07 13:51:37 +00:00
|
|
|
"underscore": "~1.13.4",
|
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
|
|
|
"webpack": "^5.51.1",
|
|
|
|
"webpack-cli": "^4.4.0"
|
2016-10-13 23:53:15 +00:00
|
|
|
},
|
2019-10-07 14:29:07 +00:00
|
|
|
"browserslist": [
|
2019-11-13 09:47:13 +00:00
|
|
|
"last 2 Chrome major versions",
|
|
|
|
"last 2 Firefox major versions",
|
|
|
|
"last 2 Safari major versions",
|
|
|
|
"last 2 Edge major versions",
|
|
|
|
"last 2 Opera versions",
|
|
|
|
"last 2 iOS major versions",
|
|
|
|
"last 1 ChromeAndroid version",
|
|
|
|
"last 1 Samsung version",
|
|
|
|
"Firefox ESR"
|
2019-10-07 14:29:07 +00:00
|
|
|
]
|
2016-10-13 23:53:15 +00:00
|
|
|
}
|