mirror of
https://hk.gh-proxy.com/https://github.com/bytedance/IconPark.git
synced 2026-07-28 13:28:34 +08:00
40 lines
908 B
JSON
40 lines
908 B
JSON
{
|
|
"name": "@icon-park/react",
|
|
"description": "React Icons for IconPark",
|
|
"version": "1.0.12",
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"keywords": [
|
|
"react",
|
|
"icon",
|
|
"icon pack",
|
|
"icon park",
|
|
"IconPark",
|
|
"svg",
|
|
"system icons",
|
|
"component",
|
|
"components",
|
|
"design"
|
|
],
|
|
"homepage": "http://iconpark.bytedance.com/",
|
|
"bugs": {
|
|
"url": "https://github.com/bytedance/IconPark/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bytedance/IconPark"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">= 8.0.0",
|
|
"npm": ">= 5.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.9",
|
|
"react-dom": ">=16.9"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|