Skip to content

Commit

Permalink
feat(plugin-readme): add code highlighting and github styles for readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Mollweide committed Nov 3, 2019
1 parent 13b4368 commit 3fb20e8
Show file tree
Hide file tree
Showing 12 changed files with 448 additions and 18 deletions.
48 changes: 44 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions packages/config/jest.config.js
Expand Up @@ -14,6 +14,9 @@ module.exports = {
tsConfig: 'tsconfig.test.json',
},
},
moduleNameMapper: {
'\\.(scss|sass|css|less)$': 'identity-obj-proxy',
},
collectCoverageFrom: [
'<rootDir>/src/client/**/*.{ts,tsx}',
'!<rootDir>/node_modules/**',
Expand Down
1 change: 1 addition & 0 deletions packages/config/package.json
Expand Up @@ -15,6 +15,7 @@
"clean-webpack-plugin": "3.0.0",
"cross-env": "6.0.0",
"html-webpack-plugin": "3.2.0",
"identity-obj-proxy": "3.0.0",
"node-pty": "0.8.1",
"nodemon": "1.19.2",
"npm-run-all": "4.1.5",
Expand Down
3 changes: 3 additions & 0 deletions plugins/plugin-readme/package.json
Expand Up @@ -43,6 +43,7 @@
"@dash4/server": "0.5.2",
"@dash4/ui": "0.5.2",
"fs-extra": "8.1.0",
"highlight.js": "9.16.2",
"markdown-to-jsx": "6.10.3",
"mime-types": "2.1.24"
},
Expand All @@ -51,7 +52,9 @@
"@testing-library/react": "9.1.4",
"@testing-library/react-hooks": "2.0.1",
"@types/fs-extra": "8.0.0",
"@types/highlight.js": "9.12.3",
"@types/jest": "24.0.18",
"@types/markdown-to-jsx": "6.9.0",
"@types/mime-types": "2.1.0",
"@types/node": "12.7.5",
"@types/react": "16.9.2",
Expand Down

0 comments on commit 3fb20e8

Please sign in to comment.