UNPKG

gatsby-plugin-ueno

Version:
43 lines (42 loc) 1.12 kB
{ "name": "gatsby-plugin-ueno", "description": "Adds opinionated features to Gatsby", "version": "2.1.0", "author": "Birkir Gudjonsson <birkir.gudjonsson@gmail.com>", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "files": [ "*.js" ], "dependencies": { "@babel/plugin-proposal-decorators": "^7.4.4", "classnames": "^2.2.6", "classnames-loader": "^2.1.0", "node-sass": "^4.12.0", "sass-loader": "^7.1.0" }, "devDependencies": { "@babel/cli": "^7.4.4", "@babel/core": "^7.4.5", "babel-preset-gatsby-package": "^0.2.0", "cross-env": "^5.2.0" }, "homepage": "https://github.com/ueno/gatsby-plugin-ueno", "keywords": [ "gatsby", "gatsby-plugin", "ueno" ], "license": "MIT", "main": "index.js", "peerDependencies": { "gatsby": ">2.0.0-alpha" }, "repository": "https://github.com/ueno/gatsby-plugin-ueno", "scripts": { "build": "babel src --out-dir . --ignore **/__tests__", "prepare": "cross-env NODE_ENV=production yarn build", "watch": "babel -w src --out-dir . --ignore **/__tests__" } }