iconoir/packages/iconoir-react/package.json

40 lines
794 B
JSON
Raw Normal View History

{
"name": "iconoir-react",
"version": "2.1.0",
"description": "React library for Iconoir icon set",
2021-05-25 09:36:34 +02:00
"main": "dist/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
2021-06-29 15:41:41 +02:00
"dist": "tsup && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lucaburgio/iconoir.git"
},
2021-05-22 08:31:20 +02:00
"keywords": [
"icons",
"svg",
"library",
"react"
2021-05-22 08:31:20 +02:00
],
"license": "MIT",
"bugs": {
"url": "https://github.com/lucaburgio/iconoir/issues"
},
2021-06-29 15:41:41 +02:00
"sideEffects": false,
"homepage": "https://iconoir.com",
"peerDependencies": {
"react": "^16.8.6 || ^17"
},
"devDependencies": {
"@types/react": "^17.0.13",
"react": "^17.0.2",
"tsup": "^4.12.0",
"typescript": "^4.3.5"
}
}