diff options
author | Sam Rose <sam@gitlab.com> | 2017-04-11 22:44:22 -0400 |
---|---|---|
committer | Sam Rose <sam@gitlab.com> | 2017-04-28 12:52:36 -0400 |
commit | 9f3985c6133507ac721abbb4c19049656008ec68 (patch) | |
tree | 2b1ccb4c3adf30ced424c690a8dc3a2e6e74fc35 /package.json | |
parent | 6dc424c949ab3de9395d821b05d2e1cc5f632ed2 (diff) | |
download | gitlab-ce-9f3985c6133507ac721abbb4c19049656008ec68.tar.gz |
Move PDFLab into GitLabpdflab-in-repo
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index f8c151ebd81..9ed5e1a7475 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "jszip-utils": "^0.0.2", "marked": "^0.3.6", "mousetrap": "^1.4.6", + "pdfjs-dist": "^1.8.252", "pikaday": "^1.5.1", "prismjs": "^1.6.0", "raphael": "^2.2.7", @@ -46,6 +47,7 @@ "three-stl-loader": "^1.0.4", "timeago.js": "^2.0.5", "underscore": "^1.8.3", + "url-loader": "^0.5.8", "visibilityjs": "^1.2.4", "vue": "^2.2.6", "vue-loader": "^11.3.4", |