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",
|
2023-05-08 07:20:11 +00:00
|
|
|
"node": ">= 18.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\"",
|
2023-03-08 20:26:43 +00:00
|
|
|
"spellcheck": "cspell -c .cspell.json",
|
2023-04-24 08:11:38 +00:00
|
|
|
"spellcheck:make-drupal-dict": "rm -f misc/cspell/dictionary.txt && touch misc/cspell/dictionary.txt && yarn -s spellcheck:core --unique --words-only | perl -Mopen=locale -pe '$_=lc$_' | LC_ALL=en_US.UTF-8 tr -d \\\\\\\\ | LC_ALL=C sort -u -o misc/cspell/dictionary.txt",
|
2023-07-25 07:40:08 +00:00
|
|
|
"spellcheck:core": "cspell -c .cspell.json --no-progress --root .. \"core/**/*\" \"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": {
|
2023-06-29 08:49:44 +00:00
|
|
|
"@ckeditor/ckeditor5-alignment": "~38.1.0",
|
|
|
|
"@ckeditor/ckeditor5-autoformat": "~38.1.0",
|
|
|
|
"@ckeditor/ckeditor5-basic-styles": "~38.1.0",
|
|
|
|
"@ckeditor/ckeditor5-block-quote": "~38.1.0",
|
|
|
|
"@ckeditor/ckeditor5-code-block": "~38.1.0",
|
|
|
|
"@ckeditor/ckeditor5-editor-classic": "~38.1.0",
|
|
|
|
"@ckeditor/ckeditor5-editor-decoupled": "~38.1.0",
|
|
|
|
"@ckeditor/ckeditor5-essentials": "~38.1.0",
|
|
|
|
"@ckeditor/ckeditor5-heading": "~38.1.0",
|
|
|
|
"@ckeditor/ckeditor5-horizontal-line": "~38.1.0",
|
|
|
|
"@ckeditor/ckeditor5-html-support": "~38.1.0",
|
|
|
|
"@ckeditor/ckeditor5-image": "~38.1.0",
|
|
|
|
"@ckeditor/ckeditor5-indent": "~38.1.0",
|
|
|
|
"@ckeditor/ckeditor5-language": "~38.1.0",
|
|
|
|
"@ckeditor/ckeditor5-link": "~38.1.0",
|
|
|
|
"@ckeditor/ckeditor5-list": "~38.1.0",
|
|
|
|
"@ckeditor/ckeditor5-paste-from-office": "~38.1.0",
|
|
|
|
"@ckeditor/ckeditor5-remove-format": "~38.1.0",
|
|
|
|
"@ckeditor/ckeditor5-source-editing": "~38.1.0",
|
|
|
|
"@ckeditor/ckeditor5-special-characters": "~38.1.0",
|
|
|
|
"@ckeditor/ckeditor5-style": "~38.1.0",
|
|
|
|
"@ckeditor/ckeditor5-table": "~38.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",
|
2023-06-29 08:49:44 +00:00
|
|
|
"ckeditor5": "~38.1.0",
|
2023-07-17 16:16:59 +00:00
|
|
|
"cspell": "^6.31.1",
|
2020-01-30 09:08:38 +00:00
|
|
|
"dotenv-safe": "^8.2.0",
|
2023-07-17 16:16:59 +00:00
|
|
|
"eslint": "^8.44.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",
|
2023-07-17 16:16:59 +00:00
|
|
|
"eslint-plugin-yml": "^1.8.0",
|
2022-09-09 12:47:10 +00:00
|
|
|
"glob": "^8.0.3",
|
2023-05-18 20:27:29 +00:00
|
|
|
"jquery": "~3.7.0",
|
2022-05-03 14:04:55 +00:00
|
|
|
"jquery-form": "4.3.x",
|
|
|
|
"jquery-ui": "1.13.x",
|
2023-06-07 22:02:25 +00:00
|
|
|
"js-cookie": "^3.0.5",
|
|
|
|
"jsdom": "^22.1.0",
|
2022-05-03 14:04:55 +00:00
|
|
|
"loadjs": "4.2.x",
|
2023-06-07 22:02:25 +00:00
|
|
|
"minimist": "^1.2.8",
|
|
|
|
"mkdirp": "^3.0.1",
|
2022-10-31 10:54:24 +00:00
|
|
|
"nightwatch": "^2.3.9",
|
2022-05-03 14:04:55 +00:00
|
|
|
"normalize.css": "8.0.x",
|
2023-06-07 22:02:25 +00:00
|
|
|
"postcss": "^8.4.24",
|
2022-09-13 10:31:51 +00:00
|
|
|
"postcss-header": "^3.0.2",
|
|
|
|
"postcss-import": "^15.0.0",
|
2023-06-07 22:02:25 +00:00
|
|
|
"postcss-preset-env": "^8.4.2",
|
2022-09-13 10:31:51 +00:00
|
|
|
"postcss-pxtorem": "^6.0.0",
|
|
|
|
"postcss-url": "^10.1.3",
|
2020-10-21 10:41:33 +00:00
|
|
|
"prettier": "^2.1.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",
|
2023-07-17 16:16:59 +00:00
|
|
|
"stylelint": "^15.10.1",
|
2022-01-25 14:26:40 +00:00
|
|
|
"stylelint-checkstyle-formatter": "^0.1.2",
|
2023-04-28 08:58:26 +00:00
|
|
|
"stylelint-config-standard": "^33.0.0",
|
|
|
|
"stylelint-order": "^6.0.3",
|
2023-06-07 22:02:25 +00:00
|
|
|
"tabbable": "^6.1.2",
|
2023-07-17 16:16:59 +00:00
|
|
|
"terser": "^5.19.0",
|
2023-06-07 22:02:25 +00:00
|
|
|
"terser-webpack-plugin": "^5.3.9",
|
Issue #2707291 by Utkarsh_33, lauriii, darvanen, samuel.mortenson, hooroomoo, komalk, narendraR, Vidushi Mehta, sasanikolic, droplet, smustgrave, yoroy, Bcwald, kostyashupenko, penyaskito: Disable body-level scrolling when a dialog is open as a modal
2023-07-22 12:16:42 +00:00
|
|
|
"tua-body-scroll-lock": "^1.4.0",
|
2023-06-17 10:09:49 +00:00
|
|
|
"transliteration": "^2.3.5",
|
2022-09-07 13:51:37 +00:00
|
|
|
"underscore": "~1.13.4",
|
2023-06-07 22:02:25 +00:00
|
|
|
"webpack": "^5.85.1",
|
|
|
|
"webpack-cli": "^5.1.3"
|
2016-10-13 23:53:15 +00:00
|
|
|
},
|
2023-07-17 16:16:59 +00:00
|
|
|
"resolutions": {
|
|
|
|
"nightwatch/semver": "~7.5.2"
|
|
|
|
},
|
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"
|
2023-01-05 23:55:43 +00:00
|
|
|
]
|
2016-10-13 23:53:15 +00:00
|
|
|
}
|