gatsby-plugin-material-symbols
Version:
Easily add Material Symbols to your Gatsby site, with various Gatsby-specific performance optimizations built-in.
54 lines (53 loc) • 1.26 kB
JSON
{
"name": "gatsby-plugin-material-symbols",
"version": "1.0.5",
"description": "Easily add Material Symbols to your Gatsby site, with various Gatsby-specific performance optimizations built-in.",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"./dist/*",
"./gatsby-node.js",
"./gatsby-browser.js",
"./gatsby-ssr.js"
],
"scripts": {
"clean": "del-cli dist .cache",
"build": "tsc",
"develop": "tsc --watch",
"test": "jest",
"prepare": "npm run clean && npm run build"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"font",
"typography",
"Material",
"Material Design",
"Material Icons",
"Material Symbols",
"Google Design",
"Google Fonts"
],
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"gatsby-core-utils": ">=4.14.0",
"node-fetch": "^2.6.8"
},
"devDependencies": {
"del-cli": "^5.0.0",
"gatsby": "^5.14.0",
"typescript": "^5.7.2"
},
"peerDependencies": {
"gatsby": ">=5.14.0"
},
"repository": {
"type": "git",
"url": "https://github.com/RYRY1002/gatsby-plugin-material-symbols.git",
"directory": "plugin"
}
}