UNPKG

gatsby-plugin-preload-fonts

Version:
55 lines (54 loc) 1.58 kB
{ "name": "gatsby-plugin-preload-fonts", "description": "Gatsby plugin for preloading fonts per page", "version": "4.14.0", "author": "Aaron Ross <superhawk610@gmail.com>", "main": "index.js", "bin": { "gatsby-preload-fonts": "./prepare/index.js" }, "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.20.13", "chalk": "^4.1.2", "date-fns": "^2.30.0", "fs-extra": "^11.2.0", "gatsby-core-utils": "^4.14.0", "graphql-request": "^1.8.2", "progress": "^2.0.3", "puppeteer": "^3.3.0" }, "devDependencies": { "@babel/cli": "^7.20.7", "@babel/core": "^7.20.12", "babel-preset-gatsby-package": "^3.14.0", "cross-env": "^7.0.3", "del-cli": "^5.1.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-preload-fonts#readme", "keywords": [ "gatsby", "gatsby-plugin", "preload", "font", "typography" ], "license": "ISC", "peerDependencies": { "gatsby": "^5.0.0-next" }, "repository": { "type": "git", "url": "https://github.com/gatsbyjs/gatsby.git", "directory": "packages/gatsby-plugin-preload-fonts" }, "scripts": { "build": "babel src --out-dir . --ignore \"**/__tests__\" --ignore \"**/__mocks__\"", "prepare": "cross-env NODE_ENV=production npm run build", "watch": "babel -w src --out-dir . --ignore \"**/__tests__\" --ignore \"**/__mocks__\"", "clean": "del-cli index.js prepare" }, "gitHead": "5397fbf5554ec3d937cc5a9042f2141b698d9eab" }