29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-30 00:53:41 +00:00
cms/package.json

110 lines
3.8 KiB
JSON
Raw Normal View History

{
"name": "joomla",
"version": "4.0.0",
"description": "Joomla CMS",
"license": "GPL-2.0-or-later",
2016-10-11 14:31:43 +00:00
"repository": {
"type": "git",
2017-03-19 12:08:32 +00:00
"url": "https://github.com/joomla/joomla-cms.git"
},
"engines": {
"node": ">=16",
"npm": ">=8.6.0"
},
2017-03-19 12:08:32 +00:00
"scripts": {
2020-10-19 09:16:13 +00:00
"build:js": "node build/build.js --compile-js",
"build:css": "node build/build.js --compile-css",
"build:bs5": "node build/build.js --compile-bs",
"build:com_media": "node build/build.js --com-media",
2020-10-19 09:16:13 +00:00
"watch": "node build/build.js --watch",
"watch:com_media": "node build/build.js --watch-com-media",
"lint:js": "eslint --config build/.eslintrc --ignore-pattern '/media/' --ext .es6.js,.es6,.vue .",
2021-12-20 23:06:31 +00:00
"lint:css": "stylelint --config build/.stylelintrc.json \"administrator/components/com_media/resources/**/*.scss\" \"administrator/templates/**/*.scss\" \"build/media_source/**/*.scss\" \"templates/**/*.scss\" \"installation/template/**/*.scss\"",
"test": "karma start tests/javascript/karma.conf.js --single-run",
"install": "node build/build.js --prepare",
"update": "node build/build.js --copy-assets && node build/build.js --build-pages && node build/build.js --compile-js && node build/build.js --compile-css && node build/build.js --compile-bs && node build/build.js --com-media",
"gzip": "node build/build.js --gzip",
"versioning": "node build/build.js --versioning"
2016-10-11 14:31:43 +00:00
},
"browserslist": [
"last 1 version",
"not ie < 11"
],
"dependencies": {
2021-12-20 23:06:31 +00:00
"@claviska/jquery-minicolors": "^2.3.6",
"@fortawesome/fontawesome-free": "^5.15.4",
2022-02-20 17:18:08 +00:00
"@joomla/joomla-a11y-checker": "^1.0.0",
2021-12-20 23:06:31 +00:00
"@popperjs/core": "^2.11.0",
"@webcomponents/webcomponentsjs": "^2.6.0",
"accessibility": "^3.0.14",
"awesomplete": "^1.1.5",
"bootstrap": "^5.1.3",
"choices.js": "^9.0.1",
"chosen-js": "^1.8.7",
"codemirror": "^5.64.0",
2021-12-20 23:06:31 +00:00
"cropperjs": "^1.5.12",
"diff": "^5.0.0",
"dragula": "^3.7.3",
"focus-visible": "^5.2.0",
2021-12-20 23:06:31 +00:00
"joomla-ui-custom-elements": "^0.2.0",
"jquery": "^3.6.0",
"jquery-migrate": "^3.3.2",
2021-04-19 06:30:11 +00:00
"mark.js": "^8.11.1",
2021-12-20 23:06:31 +00:00
"mediaelement": "^5.0.4",
"metismenujs": "^1.3.1",
"punycode": "^2.1.1",
"qrcode-generator": "^1.4.4",
"roboto-fontface": "^0.10.0",
2021-08-08 17:35:12 +00:00
"short-and-sweet": "^1.0.4",
2021-12-20 23:06:31 +00:00
"skipto": "^4.1.3",
"tinymce": "^5.10.2",
2021-12-20 23:06:31 +00:00
"vue": "3.2.26",
"vuex": "^4.0.2",
2021-12-20 23:06:31 +00:00
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
2021-12-20 23:06:31 +00:00
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@dgrammatiko/compress": "^1.0.4",
"@rollup/plugin-babel": "^5.3.0",
2021-12-20 23:06:31 +00:00
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-replace": "^3.0.0",
"@vue/compiler-sfc": "^3.2.26",
"autoprefixer": "^10.4.0",
"chokidar": "^3.5.2",
2021-12-20 23:06:31 +00:00
"commander": "^8.3.0",
"core-js": "^3.19.3",
"cssnano": "^5.0.12",
"eslint": "^8.4.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.3",
[4.1] Joomla-Accessibility Checker (jooa11y). (#36190) * jooa11y scaffolding media folder web assets hard coded until we decide on npm or not to install check out this branch npm run build:js npm run build:css discover install the plugin todo - aka brian needs help [] make the checker start [] make the checker use the settings from the plugin * script loads now * tippy - temp * editor button * toolbar * enpugh * Jooa11y/enhancements (#132) * Add some enhancements * Fix wrong name Co-authored-by: Benjamin Trenkle <benjamin.trenkle@wicked-software.de> * tabs * tippy popper licence and naming * postgresql install * xml bug * cleaning * tidy * fix * dont need scss * needs to be an integer * deploy version * might not be the best way? * Revert "Auxiliary commit to revert individual files from 18199dd5bec43f5b52bfcfd1b0bb13afb865dc2c" This reverts commit 4eb15800ccc4bb0d64580013b58a92505bc5abfc. * clarify show * options * package.lock * remove editor button * cs * string * set input * deploy * Temporary add git to node ci (#133) * github link * param * Revert "param" This reverts commit 378a64e0a38cafde20551aade429901251099329. * params * spelling * revert * sql field * cs and spelling * Fix npm * Revert drone.yml change * Switch package to tarball * Use the es module * Update eslint-plugin-vue to 8.2.0 * CS (#135) * lang * progress update * fix strings * load strings * js change from @fedik * typo and package-lock * sef and non-sef * revert change by Dimitris * Update joomla-a11y-checker version * Update joomla-a11y-checker version * Update view preview url * simplify * Update jooa11y.php * fix jscs (#136) * undo eslint change * remove "Additional ruleset toggles" from the plugin settings * Update .eslintrc lets try this again * final try * sha Co-authored-by: Benjamin Trenkle <benjamin.trenkle@wicked-software.de> Co-authored-by: Harald Leithner <leithner@itronic.at> Co-authored-by: dgrammatiko <d.grammatiko@gmail.com> Co-authored-by: Dimitris Grammatikogiannis <dg@dgrammatiko.dev> Co-authored-by: Benjamin Trenkle <bembelimen@users.noreply.github.com> Co-authored-by: Fedir Zinchuk <getthesite@gmail.com>
2021-12-29 09:39:29 +00:00
"eslint-plugin-vue": "^8.2.0",
2021-12-20 23:06:31 +00:00
"fs-extra": "^10.0.0",
"ini": "^2.0.0",
"jasmine-core": "^3.10.1",
"karma": "^6.3.14",
2021-12-20 23:06:31 +00:00
"karma-coverage": "^2.1.0",
"karma-firefox-launcher": "^2.1.2",
"karma-fixture": "^0.2.6",
"karma-html2js-preprocessor": "^1.1.0",
"karma-jasmine": "^4.0.1",
2018-12-09 11:30:55 +00:00
"karma-jasmine-ajax": "^0.1.13",
"karma-json-fixtures-preprocessor": "0.0.6",
2018-12-09 11:30:55 +00:00
"karma-verbose-reporter": "^0.0.6",
2021-12-20 23:06:31 +00:00
"postcss": "^8.4.4",
"postcss-scss": "^4.0.2",
2018-12-09 11:30:55 +00:00
"recursive-readdir": "^2.2.2",
2021-01-23 22:15:35 +00:00
"rimraf": "^3.0.2",
2021-12-20 23:06:31 +00:00
"rollup": "^2.61.1",
"rollup-plugin-vue": "^6.0.0",
"sass": "^1.49.9",
2021-12-20 23:06:31 +00:00
"selenium-standalone": "^8.0.8",
"stylelint": "^14.1.0",
"stylelint-config-standard": "^24.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.0.1",
"terser": "^5.7.0"
}
}