Translated using Weblate (Slovenian)
[phpmyadmin.git] / package.json
blobc72264312d1d02140f85d70d287023adc6e01b74
2   "name": "phpmyadmin",
3   "version": "5.0.5-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.48.4",
11     "jquery": "3.4.1",
12     "jquery-migrate": "3.1.0",
13     "jquery-mousewheel": "3.1.13",
14     "jquery-ui": "1.12.1",
15     "jquery-ui-timepicker-addon": "1.6.3",
16     "jquery-validation": "1.19.1",
17     "jquery.event.drag": "2.2.2",
18     "js-cookie": "2.2.1",
19     "popper.js": "^1.14.6",
20     "sass": "^1.22.4",
21     "stickyfilljs": "2.1.0",
22     "tracekit": "0.4.5",
23     "u2f-api-polyfill": "0.4.4",
24     "updated-jqplot": "1.0.9",
25     "zxcvbn": "4.4.2"
26   },
27   "devDependencies": {
28     "eslint": "^6.2.2",
29     "eslint-plugin-no-jquery": "^2.1.0",
30     "stylelint": "^13.2.1",
31     "stylelint-config-recommended-scss": "^4.2.0",
32     "stylelint-config-standard": "^20.0.0",
33     "stylelint-scss": "^3.10.0"
34   },
35   "resolutions": {
36     "kind-of": "^6.0.3"
37   },
38   "scripts": {
39     "postinstall": "yarn run --silent css-compile --quiet --style=compressed",
40     "css-compile": "sass themes/pmahomme/scss:themes/pmahomme/css themes/original/scss:themes/original/css themes/metro/scss:themes/metro/css",
41     "css-lint": "stylelint --syntax scss \"themes/**/scss/*.scss\"",
42     "js-lint": "eslint js"
43   }