@gechiui/icons
Version:
GeChiUI Icons package, based on dashicon.
40 lines (39 loc) • 936 B
JSON
{
"name": "@gechiui/icons",
"version": "6.3.0",
"description": "GeChiUI Icons package, based on dashicon.",
"author": "The GeChiUI Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
"gechiui",
"gutenberg",
"icons",
"dashicon"
],
"homepage": "https://github.com/GeChiUI/gutenberg/tree/HEAD/packages/icons/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/GeChiUI/gutenberg.git",
"directory": "packages/icons"
},
"sideEffects": false,
"bugs": {
"url": "https://github.com/GeChiUI/gutenberg/issues"
},
"engines": {
"node": ">=12"
},
"main": "build/index.js",
"module": "build-module/index.js",
"react-native": "src/index",
"types": "build-types",
"dependencies": {
"@babel/runtime": "^7.16.0",
"@gechiui/element": "^4.1.1",
"@gechiui/primitives": "^3.1.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "2e4922861e49f5a090f9dc52056165092cfba163"
}