UNPKG

@wfp/icons-react

Version:

React components for icons in digital and software products using the Carbon Design System

63 lines (62 loc) 1.68 kB
{ "name": "@wfp/icons-react", "type": "module", "description": "React components for icons in digital and software products using the Carbon Design System", "version": "10.38.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", "repository": { "type": "git", "url": "http://dev.azure.com/worldfoodprogramme/Design%20System/_git/bridge", "directory": "packages/icons-react" }, "bugs": "https://dev.azure.com/worldfoodprogramme/Design%20System/_workitems/myactivity/", "files": [ "es", "lib", "umd", "next" ], "keywords": [ "un", "elements", "icons", "united-nations", "wfp", "world-food-programme", "components", "react" ], "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" }, "dependencies": { "prop-types": "^15.7.2" }, "devDependencies": { "@babel/preset-react": "^7.23.3", "@rollup/plugin-json": "^6.1.0", "@types/node": "^22.15.18", "@types/react": "^18.2.14", "@wfp/icons": "^10.37.56", "@wfp/icons-core": "^0.3.56", "rimraf": "^6.0.1", "rollup": "4.40.2", "rollup-plugin-dts": "^6.2.1", "typescript": "^5.8.3" }, "sideEffects": false, "gitHead": "b953eabfcd011dc9b8a21682371e777e6854bd17" }