@amsterdam/design-system-react-icons
Version:
All icons from the Amsterdam Design System as React components. Use it to use the correct icons in your React project.
50 lines • 1.41 kB
JSON
{
"version": "0.1.14",
"author": "Design System Team, City of Amsterdam <designsystem@amsterdam.nl>",
"description": "All icons from the Amsterdam Design System as React components. Use it to use the correct icons in your React project.",
"homepage": "https://designsystem.amsterdam",
"license": "SEE LICENSE IN LICENSE.md",
"name": "@amsterdam/design-system-react-icons",
"keywords": [
"amsterdam",
"amsterdam-design-system",
"design-system",
"icons",
"nl-design-system"
],
"private": false,
"publishConfig": {
"access": "public"
},
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/Amsterdam/design-system.git",
"directory": "proprietary/react-icons"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "16.0.1",
"@rollup/pluginutils": "5.1.4",
"@svgr/cli": "8.1.0",
"@types/react": "18.3.18",
"react": "18.3.1",
"rollup": "4.37.0",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-typescript2": "0.36.0"
},
"peerDependencies": {
"react": "16 - 19",
"react-dom": "16 - 19"
},
"scripts": {
"clean": "rimraf src && rimraf dist",
"svgr": "svgr ../assets/icons",
"build": "npm run clean && npm run svgr && rollup -c"
}
}