phpmyadmin/package.json
Maurício Meneghini Fauth a22cc65688 Upgrade jQuery Validation Plugin to 1.19
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-04-15 16:47:29 -03:00

39 lines
1.3 KiB
JSON

{
"name": "phpmyadmin",
"version": "5.0.0-dev",
"description": "A web interface for MySQL and MariaDB",
"repository": "https://github.com/phpmyadmin/phpmyadmin.git",
"author": "The phpMyAdmin Team <developers@phpmyadmin.net> (https://www.phpmyadmin.net/team/)",
"license": "GPL-2.0",
"dependencies": {
"bootstrap": "^4.1.3",
"codemirror": "5.45.0",
"jquery": "3.4.0",
"jquery-migrate": "3.0.1",
"jquery-mousewheel": "3.1.13",
"jquery-ui": "1.12.1",
"jquery-ui-timepicker-addon": "1.6.3",
"jquery-validation": "1.19.0",
"jquery.event.drag": "2.2.2",
"js-cookie": "2.2.0",
"popper.js": "^1.14.6",
"sass": "^1.15.0",
"tracekit": "0.4.5",
"updated-jqplot": "1.0.9",
"zxcvbn": "4.4.2"
},
"devDependencies": {
"eslint": "^5.16.0",
"stylelint": "^9.8.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.4.0"
},
"scripts": {
"postinstall": "yarn run --silent css-compile --quiet --style=compressed",
"css-compile": "sass themes/pmahomme/scss:themes/pmahomme/css themes/original/scss:themes/original/css themes/metro/scss:themes/metro/css",
"css-lint": "stylelint --syntax scss \"themes/**/scss/*.scss\"",
"js-lint": "eslint js"
}
}