aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-tools-pages/package.json
diff options
context:
space:
mode:
authorAugust Skare <post@augustskare.no>2018-10-25 19:19:56 +0800
committerGitHub <noreply@github.com>2018-10-25 19:19:56 +0800
commit43e55a963bef2a2e4740ce27d456927b020b71f2 (patch)
tree742e684d5f3275e2bcbf5288c8718def845582cd /packages/dev-tools-pages/package.json
parent9cf055c1596d8abce854fea8f4e209573d6df7c8 (diff)
downloaddexon-sol-tools-43e55a963bef2a2e4740ce27d456927b020b71f2.tar
dexon-sol-tools-43e55a963bef2a2e4740ce27d456927b020b71f2.tar.gz
dexon-sol-tools-43e55a963bef2a2e4740ce27d456927b020b71f2.tar.bz2
dexon-sol-tools-43e55a963bef2a2e4740ce27d456927b020b71f2.tar.lz
dexon-sol-tools-43e55a963bef2a2e4740ce27d456927b020b71f2.tar.xz
dexon-sol-tools-43e55a963bef2a2e4740ce27d456927b020b71f2.tar.zst
dexon-sol-tools-43e55a963bef2a2e4740ce27d456927b020b71f2.zip
Feature/syntaxhighlighting (#9)
* wip code highlighting of lines * Implements gutter component * WIP: Profiler with gutter * cleaned up highlight code * Removes before content for gutter styling * Styles gutter * Add correct Profiler code content * Adds color variable for gutter gray * refactor code component width gutter and diffing
Diffstat (limited to 'packages/dev-tools-pages/package.json')
-rw-r--r--packages/dev-tools-pages/package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/dev-tools-pages/package.json b/packages/dev-tools-pages/package.json
index c85ff44a6..eb34e3715 100644
--- a/packages/dev-tools-pages/package.json
+++ b/packages/dev-tools-pages/package.json
@@ -18,7 +18,6 @@
"dependencies": {
"@0xproject/react-shared": "^1.0.15",
"highlight.js": "^9.13.1",
- "highlighter": "^0.1.0",
"less": "^2.7.2",
"polished": "^1.9.2",
"react": "^16.5.2",