3 "version": "5.1.0-dev",
4 "description": "A web interface for MySQL and MariaDB",
5 "repository": "https://github.com/phpmyadmin/phpmyadmin.git",
6 "author": "The phpMyAdmin Team <developers@phpmyadmin.net> (https://www.phpmyadmin.net/team/)",
13 "bootstrap": "^4.4.1",
14 "codemirror": "5.52.2",
16 "jquery-migrate": "3.2.0",
17 "jquery-mousewheel": "3.1.13",
18 "jquery-ui": "1.12.1",
19 "jquery-ui-timepicker-addon": "1.6.3",
20 "jquery-validation": "1.19.1",
21 "jquery.event.drag": "2.2.2",
24 "popper.js": "^1.16.1",
26 "u2f-api-polyfill": "0.4.4",
27 "updated-jqplot": "1.0.9",
32 "eslint-plugin-no-jquery": "^2.3.2",
33 "stylelint": "^13.3.2",
34 "stylelint-config-recommended-scss": "^4.2.0",
35 "stylelint-config-standard": "^20.0.0",
36 "stylelint-scss": "^3.16.1"
42 "postinstall": "yarn run --silent css-compile --quiet --style=compressed",
43 "css-compile": "sass themes/pmahomme/scss:themes/pmahomme/css themes/original/scss:themes/original/css themes/metro/scss:themes/metro/css themes/bootstrap/scss:themes/bootstrap/css",
44 "css-lint": "stylelint --syntax scss \"themes/**/scss/*.scss\"",
45 "js-lint": "eslint js"