gatsby-source-prismic-lang
Version:
Gatsby source plugin for building websites using prismic.io as a data source
40 lines (39 loc) • 1.28 kB
JSON
{
"name": "gatsby-source-prismic-lang",
"version": "2.0.0-alpha.5",
"description": "Gatsby source plugin for building websites using prismic.io as a data source",
"scripts": {
"prepublish": "npm run build",
"build": "babel src --out-dir .",
"format": "prettier --trailing-comma all --no-semi --single-quote --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "babel -w src --out-dir ."
},
"homepage": "https://github.com/angeloashmore/gatsby-source-prismic",
"repository": {
"type": "git",
"url": "https://github.com/angeloashmore/gatsby-source-prismic.git"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source-plugin"
],
"author": "Angelo Ashmore <angelo.ashmore@walltowall.com>",
"license": "MIT",
"dependencies": {
"asyncro": "^3.0.0",
"gatsby-node-helpers": "^0.3.0",
"gatsby-source-filesystem": "next",
"prismic-dom": "^2.1.0",
"prismic-javascript": "^1.1.5"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"prettier": "^1.5.3"
}
}