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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah German <sgerman@gitlab.com>2022-06-13 18:57:48 +0300
committerSarah German <sgerman@gitlab.com>2022-06-13 18:57:48 +0300
commit89a3394cdfb8196294bd5765afd60b9e1070995a (patch)
treeea621c9ca878b351ce6aff5285202d0b7fb900bc /package.json
parentfaed2060118befaa2f236e473cc5d2ddec358106 (diff)
Bundle DocSearch with yarn
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 0fbd1f96..56405a20 100644
--- a/package.json
+++ b/package.json
@@ -40,6 +40,8 @@
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
+ "@docsearch/css": "^3.1.0",
+ "@docsearch/js": "3",
"@gitlab/svgs": "^2.18.0",
"@gitlab/ui": "^41.5.0",
"@popperjs/core": "^2.11.5",
@@ -50,6 +52,7 @@
"instantsearch.js": "^4.41.0",
"jquery": "^3.6.0",
"pikaday": "^1.8.2",
+ "rollup-plugin-import-css": "^3.0.3",
"vue": "^2.6.14"
}
}