gatsby-plugin-fonts-com
Version:
Gatsby plugin to add Fonts.com (by Monotype) webfont usage tracking to your site
48 lines (47 loc) • 1.28 kB
JSON
{
"name": "gatsby-plugin-fonts-com",
"version": "1.3.2",
"description": "Gatsby plugin to add Fonts.com (by Monotype) webfont usage tracking to your site",
"keywords": [
"gatsby",
"gatsby-plugin",
"fonts",
"fonts-com",
"fonts-dot-com",
"monotype",
"webfont",
"tracking"
],
"homepage": "https://github.com/ryanditjia/gatsby-plugin-fonts-com#readme",
"bugs": "https://github.com/ryanditjia/gatsby-plugin-fonts-com/issues",
"license": "MIT",
"author": "Ryandi Tjia <ryandi.tjia@me.com> (https://artycurate.com)",
"repository": {
"type": "git",
"url": "https://github.com/ryanditjia/gatsby-plugin-fonts-com.git"
},
"scripts": {
"build": "babel src --out-dir .",
"prepare": "npm run build",
"lint": "eslint ./src --ext .js",
"format": "prettier --write \"src/**/*.js\""
},
"dependencies": {
"fs-extra": "^8.1.0"
},
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"eslint": "^6.6.0",
"eslint-config-ryanditjia": "^3.3.0",
"prettier": "^1.19.1"
},
"peerDependencies": {
"gatsby": "^1.0.0 || ^2.0.0 || ^2.0.0-alpha || ^2.0.0-beta"
},
"engines": {
"node": ">=6.0"
}
}