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