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:
authorJacques Erasmus <jerasmus@gitlab.com>2019-10-17 17:19:07 +0300
committerJacques Erasmus <jerasmus@gitlab.com>2019-10-17 17:19:07 +0300
commitef5bf70e39d2f515a9f8198aec5db5cef9fa61de (patch)
tree9a71d844f429f70789ea78d868770cbc48dc3d9e /package.json
parent150f40b078c487c03002dd0f330a1896af045507 (diff)
Add support for VueJS
This adds support for VueJs in the docs project
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index 14cf76f2..995b362f 100644
--- a/package.json
+++ b/package.json
@@ -11,6 +11,10 @@
"glob": "^7.1.4",
"rollup": "^1.20.3",
"rollup-plugin-babel": "^4.3.3",
- "rollup-plugin-commonjs": "^10.1.0"
+ "rollup-plugin-commonjs": "^10.1.0",
+ "rollup-plugin-import-resolver": "^1.0.4",
+ "rollup-plugin-vue": "^5.0.1",
+ "vue": "^2.6.10",
+ "vue-template-compiler": "^2.6.10"
}
}