phpmyadmin/package.json
Maurício Meneghini Fauth 205c654274 Add some Composer and Yarn scripts
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-11-25 01:11:09 -02:00

37 lines
1.2 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": {
"codemirror": "5.37.0",
"jquery": "3.3.1",
"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.17.0",
"jquery.event.drag": "2.2.2",
"js-cookie": "2.2.0",
"sass": "^1.15.0",
"tracekit": "0.4.5",
"updated-jqplot": "1.0.9",
"zxcvbn": "4.4.2"
},
"devDependencies": {
"eslint": "^4.9.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"
}
}