aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/package.json
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-01-09 10:55:03 +0100
committerCharles <sircharlesaze@gmail.com>2020-01-09 13:09:38 +0100
commit04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa (patch)
tree5c691241355c943a3c68ddb06b8cf8c60aa11319 /srcs/phpmyadmin/package.json
parent7e0d85db834d6351ed85d01e5126ac31dc510b86 (diff)
downloadft_server-04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa.tar.gz
ft_server-04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa.tar.bz2
ft_server-04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa.zip
phpmyadmin working
Diffstat (limited to 'srcs/phpmyadmin/package.json')
-rw-r--r--srcs/phpmyadmin/package.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/srcs/phpmyadmin/package.json b/srcs/phpmyadmin/package.json
new file mode 100644
index 0000000..607a178
--- /dev/null
+++ b/srcs/phpmyadmin/package.json
@@ -0,0 +1,40 @@
+{
+ "name": "phpmyadmin",
+ "version": "5.0.1",
+ "description": "A web interface for MySQL and MariaDB",
+ "repository": "https://github.com/phpmyadmin/phpmyadmin.git",
+ "author": "The phpMyAdmin Team <developers@phpmyadmin.net> (https://www.phpmyadmin.net/team/)",
+ "license": "GPL-2.0",
+ "dependencies": {
+ "bootstrap": "^4.1.3",
+ "codemirror": "5.48.4",
+ "jquery": "3.4.1",
+ "jquery-migrate": "3.1.0",
+ "jquery-mousewheel": "3.1.13",
+ "jquery-ui": "1.12.1",
+ "jquery-ui-timepicker-addon": "1.6.3",
+ "jquery-validation": "1.19.1",
+ "jquery.event.drag": "2.2.2",
+ "js-cookie": "2.2.1",
+ "popper.js": "^1.14.6",
+ "sass": "^1.22.4",
+ "tracekit": "0.4.5",
+ "u2f-api-polyfill": "0.4.4",
+ "updated-jqplot": "1.0.9",
+ "zxcvbn": "4.4.2"
+ },
+ "devDependencies": {
+ "eslint": "^6.2.2",
+ "eslint-plugin-no-jquery": "^2.1.0",
+ "stylelint": "^10.1.0",
+ "stylelint-config-recommended-scss": "^3.3.0",
+ "stylelint-config-standard": "^18.3.0",
+ "stylelint-scss": "^3.10.0"
+ },
+ "scripts": {
+ "postinstall": "yarn run --silent css-compile --quiet --style=compressed",
+ "css-compile": "sass themes/pmahomme/scss:themes/pmahomme/css themes/original/scss:themes/original/css themes/metro/scss:themes/metro/css",
+ "css-lint": "stylelint --syntax scss \"themes/**/scss/*.scss\"",
+ "js-lint": "eslint js"
+ }
+}