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:
authorDavid O'Regan <doregan@gitlab.com>2020-07-15 05:15:31 +0300
committerEvan Read <eread@gitlab.com>2020-07-15 05:15:31 +0300
commitbdb5526074d9a67c280accf9c7c1429864b89827 (patch)
tree3ade4c0c3fc6e3019649c2ed8aa13f43daebe7f2 /package.json
parent2e3648751f5c74c83f3078776bb1fff3a5aee5ef (diff)
Rollup gitlab-ui
The first attenpt to use rollup to import the gitlab-ui project.
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 9 insertions, 3 deletions
diff --git a/package.json b/package.json
index 961678e6..3d1124e3 100644
--- a/package.json
+++ b/package.json
@@ -14,6 +14,7 @@
"@babel/preset-env": "^7.6.0",
"@gitlab/eslint-config": "^1.6.0",
"@rollup/plugin-json": "^4.0.2",
+ "@rollup/plugin-node-resolve": "^8.4.0",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.9.0",
@@ -21,16 +22,21 @@
"glob": "^7.1.4",
"jest": "^24.9.0",
"prettier": "1.19.1",
- "rollup": "^1.20.3",
- "rollup-plugin-babel": "^4.3.3",
+ "rollup": "^2.21.0",
+ "rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-import-resolver": "^1.0.4",
- "rollup-plugin-vue": "^5.0.1",
+ "rollup-plugin-node-polyfills": "^0.2.1",
+ "rollup-plugin-vue": "^5.1.9",
"vue-jest": "^3.0.5",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"@gitlab/svgs": "^1.85.0",
+ "@gitlab/ui": "^17.22.0",
+ "bootstrap": "4.4.1",
+ "pikaday": "^1.8.0",
+ "popper.js": "^1.16.1",
"vue": "^2.6.10"
}
}