diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2017-04-24 18:17:49 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2017-04-24 18:17:49 +0000 |
commit | 640e8093d4e9a96e3c6b787d6b5bd5f679594724 (patch) | |
tree | ecd3ed4b799957e74b2ffe3663f4fb11a8c41088 /package.json | |
parent | 3ac4ef221b532e3425d890f044ef7d39ac81e163 (diff) | |
parent | 1d99c7755ce337a715847344f4f20df23b29bfc7 (diff) | |
download | gitlab-ce-640e8093d4e9a96e3c6b787d6b5bd5f679594724.tar.gz |
Merge branch 'notebooklab-in-repo' into 'master'
Moved NotebookLab assets into repo
See merge request !10630
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 e65f30eea77..f8c151ebd81 100644 --- a/package.json +++ b/package.json @@ -32,8 +32,10 @@ "js-cookie": "^2.1.3", "jszip": "^3.1.3", "jszip-utils": "^0.0.2", + "marked": "^0.3.6", "mousetrap": "^1.4.6", "pikaday": "^1.5.1", + "prismjs": "^1.6.0", "raphael": "^2.2.7", "raw-loader": "^0.5.1", "react-dev-utils": "^0.5.2", |