3 "version": "5.0.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/)",
10 "codemirror": "5.48.4",
12 "jquery-migrate": "3.1.0",
13 "jquery-mousewheel": "3.1.13",
14 "jquery-ui": "1.12.1",
15 "jquery-ui-timepicker-addon": "1.6.3",
16 "jquery-validation": "1.19.1",
17 "jquery.event.drag": "2.2.2",
19 "popper.js": "^1.14.6",
22 "u2f-api-polyfill": "0.4.4",
23 "updated-jqplot": "1.0.9",
28 "eslint-plugin-no-jquery": "^2.1.0",
29 "stylelint": "^10.1.0",
30 "stylelint-config-recommended-scss": "^3.3.0",
31 "stylelint-config-standard": "^18.3.0",
32 "stylelint-scss": "^3.10.0"
35 "postinstall": "yarn run --silent css-compile --quiet --style=compressed",
36 "css-compile": "sass themes/pmahomme/scss:themes/pmahomme/css themes/original/scss:themes/original/css themes/metro/scss:themes/metro/css",
37 "css-lint": "stylelint --syntax scss \"themes/**/scss/*.scss\"",
38 "js-lint": "eslint js"