UNPKG

gatsby-plugin-polished

Version:
33 lines (32 loc) 846 B
{ "name": "gatsby-plugin-polished", "description": "Gatsby plugin to add polished babel plugin", "version": "1.0.4", "author": "Corjen Moll <corjen.moll@gmail.com>", "license": "MIT", "repository": "https://github.com/Corjen/gatsby-plugin-polished", "scripts": { "build": "babel src --out-dir . --ignore **/__tests__", "prepare": "npm run build", "watch": "babel -w src --out-dir . --ignore **/__tests__" }, "dependencies": { "@babel/runtime": "^7.4.0" }, "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.4.0", "babel-preset-gatsby-package": "^0.1.4" }, "peerDependencies": { "babel-plugin-polished": "^1.0.0" }, "bugs": { "url": "https://github.com/Corjen/gatsby-plugin-polished/issues" }, "keywords": [ "gatsby", "gatsby-plugin", "polished" ] }