iconoir/packages/iconoir-react/package.json

48 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "iconoir-react",
"version": "1.1.0",
"description": "React library for Iconoir icon set",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "echo Tests not currently set up",
"build": "rm -rf src/icons && node bin/build.js",
"dist": "rm -rf dist && npm run build && rollup -c rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lucaburgio/iconoir.git"
},
2021-05-22 08:31:20 +02:00
"keywords": [
"icons",
"svg",
"library"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/lucaburgio/iconoir/issues"
},
"homepage": "https://github.com/lucaburgio/iconoir#readme",
"dependencies": {
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "^16.8.6 || ^17"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-react": "^7.13.13",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"prettier-eslint": "^9.0.0",
"react": "^17.0.2",
"rollup": "^2.48.0",
"rollup-plugin-copy": "^3.4.0",
"uppercamelcase": "^3.0.0"
}
}