Translated using Weblate (Slovenian)
[phpmyadmin.git] / package.json
blob39d4c5aff85366027e60ab58cfeb97bf26b2052d
2   "name": "phpmyadmin",
3   "version": "5.1.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   "private": true,
9   "engines": {
10     "node": ">=10"
11   },
12   "dependencies": {
13     "bootstrap": "^4.4.1",
14     "codemirror": "5.52.2",
15     "jquery": "3.5.0",
16     "jquery-migrate": "3.2.0",
17     "jquery-mousewheel": "3.1.13",
18     "jquery-ui": "1.12.1",
19     "jquery-ui-timepicker-addon": "1.6.3",
20     "jquery-validation": "1.19.1",
21     "jquery.event.drag": "2.2.2",
22     "js-cookie": "2.2.1",
23     "sass": "^1.26.3",
24     "popper.js": "^1.16.1",
25     "tracekit": "0.4.5",
26     "u2f-api-polyfill": "0.4.4",
27     "updated-jqplot": "1.0.9",
28     "zxcvbn": "4.4.2"
29   },
30   "devDependencies": {
31     "eslint": "^6.8.0",
32     "eslint-plugin-no-jquery": "^2.3.2",
33     "stylelint": "^13.3.2",
34     "stylelint-config-recommended-scss": "^4.2.0",
35     "stylelint-config-standard": "^20.0.0",
36     "stylelint-scss": "^3.16.1"
37   },
38   "resolutions": {
39     "kind-of": "^6.0.3"
40   },
41   "scripts": {
42     "postinstall": "yarn run --silent css-compile --quiet --style=compressed",
43     "css-compile": "sass themes/pmahomme/scss:themes/pmahomme/css themes/original/scss:themes/original/css themes/metro/scss:themes/metro/css themes/bootstrap/scss:themes/bootstrap/css",
44     "css-lint": "stylelint --syntax scss \"themes/**/scss/*.scss\"",
45     "js-lint": "eslint js"
46   }