@wfp/humanitarian-icons-react
Version:
React components for humanitarian icons in digital and software products using the Carbon Design System
52 lines (51 loc) • 1.34 kB
JSON
{
"name": "@wfp/humanitarian-icons-react",
"type": "module",
"description": "React components for humanitarian icons in digital and software products using the Carbon Design System",
"version": "11.18.5",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"files": [
"es",
"lib",
"umd"
],
"keywords": [
"un",
"wfp",
"elements",
"components",
"react",
"humanitarian",
"icons",
"bridge"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "rimraf dist es lib umd",
"build:js-from-svg": "node config.mjs",
"build:types:generate": "tsc -p tsconfig.json",
"build:types:bundle": "rollup -c rollup.config.js",
"build": "yarn clean && yarn build:js-from-svg && yarn build:types:generate && yarn build:types:bundle"
},
"peerDependencies": {
"react": ">=18.2.0 <20.0.0 || ^19.0.0-rc"
},
"devDependencies": {
"@rollup/plugin-json": "^6.1.0",
"@types/node": "^22.15.18",
"@types/react": "^18.2.14",
"@wfp/icons-core": "^0.3.56",
"@wfp/pictograms": "^11.17.61",
"rimraf": "^6.0.1",
"rollup": "4.40.2",
"rollup-plugin-dts": "^6.2.1",
"typescript": "^5.8.3"
},
"sideEffects": false,
"gitHead": "29bdd774a74d5581658fbfcbbe2d95cd1c733119"
}