gatsby-remark-vega
Version:
Adds the ability to include a [Vega](https://vega.github.io/vega/) visualization from a markdown file.
37 lines (36 loc) • 897 B
JSON
{
"name": "gatsby-remark-vega",
"version": "0.2.6",
"keywords": [
"vega",
"gatsby-transform-remark",
"gatsby",
"gatsby-plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/thekevinscott/gatsby-remark-vega"
},
"scripts": {
"build": "rm -rf dist && babel src --out-dir dist && cp package.json dist/package.json",
"prepublish": "npm run build"
},
"dependencies": {
"react": "^16.4.0",
"unist-util-visit": "^1.3.1",
"vega-embed": "^3.13.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-es2015": "^6.24.1"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/thekevinscott/gatsby-remark-vega/blob/master/LICENSE"
}
],
"main": "dist/index.js"
}