Fix GisVisualizationControllerTest
[phpmyadmin.git] / package.json
blobfcf78519bac3cbdf468bb5cb845c65bf1edf8efc
2   "name": "phpmyadmin",
3   "version": "6.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   "private": true,
9   "engines": {
10     "node": ">=16"
11   },
12   "type": "module",
13   "dependencies": {
14     "@babel/cli": "^7.23.9",
15     "@babel/core": "^7.23.9",
16     "@babel/preset-env": "^7.23.9",
17     "@babel/preset-typescript": "^7.21.0",
18     "@popperjs/core": "^2.11.8",
19     "@types/bootstrap": "^5.2.6",
20     "@types/chart.js": "^2.9.37",
21     "@types/codemirror": "^5.60.7",
22     "@types/jquery": "^3.5.16",
23     "@types/jquery.ui.datetimepicker": "^0.3.30",
24     "@types/jquery.validation": "^1.16.7",
25     "@types/jqueryui": "^1.12.16",
26     "@types/js-cookie": "^3.0.3",
27     "@zxcvbn-ts/core": "^3.0.4",
28     "autoprefixer": "^10.4.17",
29     "babel-loader": "^9.1.2",
30     "bootstrap": "5.3.3",
31     "chart.js": "^4.4.3",
32     "chartjs-adapter-date-fns": "^3.0.0",
33     "chartjs-plugin-zoom": "^2.0.1",
34     "codemirror": "5.65.12",
35     "copy-webpack-plugin": "^11.0.0",
36     "css-loader": "^6.6.0",
37     "date-fns": "^3.6.0",
38     "jquery": "3.7.1",
39     "jquery-migrate": "3.5.2",
40     "jquery-ui-dist": "1.13.3",
41     "jquery-ui-timepicker-addon": "1.6.3",
42     "jquery-uitablefilter": "^1.0.0",
43     "jquery-validation": "1.21.0",
44     "js-cookie": "3.0.5",
45     "locutus.sprintf": "^2.0.32-code-lts.1",
46     "mini-css-extract-plugin": "^2.5.3",
47     "ol": "^7.1.0",
48     "postcss": "^8.4.21",
49     "postcss-cli": "^10.1.0",
50     "postcss-loader": "^7.1.0",
51     "rtlcss": "^4.0.0",
52     "rtlcss-webpack-plugin": "^4.0.7",
53     "sass": "^1.60.0 <=1.77.6",
54     "sass-loader": "^13.2.2",
55     "tablesorter": "^2.31.3",
56     "tracekit": "0.4.6",
57     "ts-loader": "^9.4.2",
58     "typescript": "~5.3.2",
59     "u2f-api-polyfill": "0.4.4",
60     "webpack": "^5.76.3",
61     "webpack-cli": "^5.0.1"
62   },
63   "devDependencies": {
64     "@types/jest": "^29.5.0",
65     "@typescript-eslint/eslint-plugin": "^6.13.1",
66     "@typescript-eslint/parser": "^6.13.1",
67     "babel-jest": "^29.5.0",
68     "eslint": "^8.36.0",
69     "eslint-plugin-compat": "^4.1.4",
70     "eslint-plugin-no-jquery": "^2.7.0",
71     "jest": "^29.5.0",
72     "jest-environment-jsdom": "^29.5.0",
73     "stylelint": "^15.11.0",
74     "stylelint-config-recommended-scss": "^13.1.0",
75     "stylelint-config-standard": "^34.0.0",
76     "stylelint-scss": "^5.3.1"
77   },
78   "scripts": {
79     "postinstall": "yarn run build",
80     "build": "webpack",
81     "css-lint": "stylelint \"public/themes/**/scss/*.scss\" \"public/setup/scss/*.scss\"",
82     "js-lint": "eslint resources/js/src tests/javascript jest.config.cjs",
83     "test": "yarn node --experimental-vm-modules $(yarn bin jest)"
84   },
85   "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"