UNPKG

gatsby-prismjs-dracula

Version:

All in one Dracula syntax highlighting theme for Gatsby

49 lines (48 loc) 1.34 kB
{ "name": "gatsby-prismjs-dracula", "version": "0.1.15", "description": "All in one Dracula syntax highlighting theme for Gatsby", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/iamskok/gatsby-prismjs-dracula.git" }, "keywords": [ "gatsby", "gatsby-plugin", "gatsby-remark-prismjs", "prism", "prism-line-numbers", "prism-line-highlight", "theme", "dark-theme", "dracula", "dracula-theme", "gatsby-line-hightlights-dracula", "gatsby-line-numbers-dracula", "gatsby-syntax-highlights-dracula", "gatsby-code-buttons-dracula", "gatsby-code-titles-dracula", "styles", "sass", "scss", "css" ], "author": "Vladimir Skok <skok@vova.io> (https://github.com/iamskok)", "license": "ISC", "bugs": { "url": "https://github.com/iamskok/gatsby-prismjs-dracula/issues" }, "homepage": "https://github.com/iamskok/gatsby-prismjs-dracula#readme", "dependencies": { "gatsby-code-buttons-dracula": "^0.1.2", "gatsby-code-titles-dracula": "^0.1.3", "gatsby-line-highlights-dracula": "^0.1.3", "gatsby-line-numbers-dracula": "^0.1.2", "gatsby-syntax-highlights-dracula": "^0.1.5", "node-sass": "^4.11.0" } }