devilbox/.devilbox/www/htdocs/vendor/phpmyadmin-5.0.4/package.json

45 lines
1.4 KiB
JSON
Raw Normal View History

2019-12-28 20:02:28 +00:00
{
"name": "phpmyadmin",
2020-11-08 11:56:53 +00:00
"version": "5.0.4",
2019-12-28 20:02:28 +00:00
"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.48.4",
"jquery": "3.4.1",
"jquery-migrate": "3.1.0",
"jquery-mousewheel": "3.1.13",
"jquery-ui": "1.12.1",
"jquery-ui-timepicker-addon": "1.6.3",
"jquery-validation": "1.19.1",
"jquery.event.drag": "2.2.2",
"js-cookie": "2.2.1",
"popper.js": "^1.14.6",
"sass": "^1.22.4",
2020-11-08 11:56:53 +00:00
"stickyfilljs": "2.1.0",
2019-12-28 20:02:28 +00:00
"tracekit": "0.4.5",
"u2f-api-polyfill": "0.4.4",
"updated-jqplot": "1.0.9",
"zxcvbn": "4.4.2"
},
"devDependencies": {
"eslint": "^6.2.2",
"eslint-plugin-no-jquery": "^2.1.0",
2020-11-08 11:56:53 +00:00
"stylelint": "^13.2.1",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-config-standard": "^20.0.0",
2019-12-28 20:02:28 +00:00
"stylelint-scss": "^3.10.0"
},
2020-11-08 11:56:53 +00:00
"resolutions": {
"kind-of": "^6.0.3"
},
2019-12-28 20:02:28 +00:00
"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"
}
}