3 "version": "5.3.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 "@babel/cli": "^7.15.7",
14 "@babel/core": "^7.15.5",
15 "@babel/preset-env": "^7.15.6",
16 "@popperjs/core": "^2.10.2",
17 "@zxcvbn-ts/core": "^1.0.0-beta.0",
18 "autoprefixer": "^10.3.6",
19 "babel-loader": "^8.2.3",
21 "codemirror": "5.63.3",
22 "copy-webpack-plugin": "^10.2.4",
23 "css-loader": "^6.6.0",
25 "jquery-debounce-throttle": "^1.0.6-rc.0",
26 "jquery-migrate": "3.3.2",
27 "jquery-mousewheel": "3.1.13",
28 "jquery-ui-dist": "1.12.1",
29 "jquery-ui-timepicker-addon": "1.6.3",
30 "jquery-uitablefilter": "^1.0.0",
31 "jquery-validation": "1.19.3",
33 "kbwood-jquery-svg": "https://github.com/kbwood/svg/archive/1.5.0.tar.gz",
34 "locutus.sprintf": "^2.0.14-code-lts.2",
35 "mini-css-extract-plugin": "^2.5.3",
38 "postcss-cli": "^9.0.1",
39 "postcss-loader": "^6.2.1",
42 "sass-loader": "^12.4.0",
43 "stickyfilljs": "2.1.0",
44 "tablesorter": "^2.31.3",
46 "u2f-api-polyfill": "0.4.4",
47 "updated-jqplot": "1.0.9",
49 "webpack-cli": "^4.9.2",
50 "webpack-concat-files-plugin": "^0.5.2",
51 "webpack-rtl-plugin": "^2.0.0"
54 "babel-jest": "^27.3.1",
56 "eslint-plugin-compat": "^3.13.0",
57 "eslint-plugin-no-jquery": "^2.7.0",
59 "stylelint": "^13.13.1",
60 "stylelint-config-recommended-scss": "^4.3.0",
61 "stylelint-config-standard": "^22.0.0",
62 "stylelint-scss": "^3.21.0"
65 "postinstall": "yarn run build",
67 "css-lint": "stylelint -s scss \"themes/**/scss/*.scss\" \"setup/scss/*.scss\"",
68 "js-lint": "eslint js/src test/javascript test/jest jest.config.js",