Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-10-20 15:18:53 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-10-20 15:28:03 +0300
commit84176cb9fe1fcec20cd5d6e018f78843d0113037 (patch)
treec014b9f3b69c990fe0f81dca048c8df3b8b452dc /package.json
parent8cf6efcce5d0e50defaa92f3d80d3476e1c705f0 (diff)
Add JavaScript dependencies to package.json
Added dependencies on specific versions because we do not use these files directly which makes updating non-automatic. Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 15 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9d01e35631..cba88a56e7 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,21 @@
"repository": "https://github.com/phpmyadmin/phpmyadmin.git",
"author": "The phpMyAdmin Team <developers@phpmyadmin.net> (https://www.phpmyadmin.net/team/)",
"license": "GPL-2.0",
+ "dependencies": {
+ "codemirror": "5.26.0",
+ "jquery": "3.2.1",
+ "jquery-migrate": "3.0.0",
+ "jquery-mousewheel": "3.1.13",
+ "jquery-ui": "1.12.1",
+ "jquery-ui-timepicker-addon": "1.6.3",
+ "jquery-validation": "1.16.0",
+ "jquery.event.drag": "2.2.2",
+ "js-cookie": "2.1.4",
+ "tracekit": "0.4.4",
+ "updated-jqplot": "1.0.9",
+ "zxcvbn": "4.4.2"
+ },
"devDependencies": {
- "eslint": "^4.7.0"
+ "eslint": "^4.9.0"
}
}