Translated using Weblate (French)
[phpmyadmin.git] / package.json
blob52045f36697fbbd01e33b46f911a58a009ff28b1
2   "name": "phpmyadmin",
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/)",
7   "license": "GPL-2.0",
8   "dependencies": {
9     "bootstrap": "^4.1.3",
10     "codemirror": "5.37.0",
11     "jquery": "3.3.1",
12     "jquery-migrate": "3.0.1",
13     "jquery-mousewheel": "3.1.13",
14     "jquery-ui": "1.12.1",
15     "jquery-ui-timepicker-addon": "1.6.3",
16     "jquery-validation": "1.17.0",
17     "jquery.event.drag": "2.2.2",
18     "js-cookie": "2.2.0",
19     "popper.js": "^1.14.6",
20     "sass": "^1.15.0",
21     "tracekit": "0.4.5",
22     "updated-jqplot": "1.0.9",
23     "zxcvbn": "4.4.2"
24   },
25   "devDependencies": {
26     "eslint": "^4.9.0",
27     "stylelint": "^9.8.0",
28     "stylelint-config-recommended-scss": "^3.2.0",
29     "stylelint-config-standard": "^18.2.0",
30     "stylelint-scss": "^3.4.0"
31   },
32   "scripts": {
33     "postinstall": "yarn run --silent css-compile --quiet --style=compressed",
34     "css-compile": "sass themes/pmahomme/scss:themes/pmahomme/css themes/original/scss:themes/original/css themes/metro/scss:themes/metro/css",
35     "css-lint": "stylelint --syntax scss \"themes/**/scss/*.scss\"",
36     "js-lint": "eslint js"
37   }