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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann-S <johann.servoire@gmail.com>2018-03-04 00:04:11 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-10-20 15:32:09 +0300
commitcaefd7046372e954d21550bbdadcabf98b2a86f0 (patch)
tree9e1835a7d61a8302c4dcaaff5b5a023efcae96b1 /package.json
parentbf573896472c83e2b85b52f6cbf606765b73cb3e (diff)
Add touch support in our carousel with HammerJS.
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/package.json b/package.json
index fbb238adcd..2f2f76bc58 100644
--- a/package.json
+++ b/package.json
@@ -95,6 +95,7 @@
"license": "MIT",
"dependencies": {},
"peerDependencies": {
+ "hammerjs": "^2.0.8",
"jquery": "1.9.1 - 3",
"popper.js": "^1.14.4"
},
@@ -114,6 +115,8 @@
"eslint": "^5.7.0",
"find-unused-sass-variables": "^0.2.1",
"glob": "^7.1.3",
+ "hammer-simulator": "0.0.1",
+ "hammerjs": "^2.0.8",
"htmllint-cli": "^0.0.7",
"http-server": "^0.11.1",
"ip": "^1.1.5",
@@ -133,6 +136,7 @@
"qunit": "^2.7.0",
"rollup": "^0.66.6",
"rollup-plugin-babel": "^4.0.3",
+ "rollup-plugin-commonjs": "^9.1.6",
"rollup-plugin-node-resolve": "^3.4.0",
"shelljs": "^0.8.2",
"shx": "^0.3.2",
@@ -181,11 +185,11 @@
},
{
"path": "./dist/js/bootstrap.bundle.js",
- "maxSize": "45 kB"
+ "maxSize": "61 kB"
},
{
"path": "./dist/js/bootstrap.bundle.min.js",
- "maxSize": "25 kB"
+ "maxSize": "28 kB"
},
{
"path": "./dist/js/bootstrap.js",