mirror of
https://github.com/iconify/iconify.git
synced 2024-11-10 07:11:00 +00:00
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "@iconify/react-with-api",
|
|
"description": "Iconify icon component for React.",
|
|
"author": "Vjacheslav Trushkin <cyberalien@gmail.com> (https://iconify.design)",
|
|
"version": "1.0.0-rc.6",
|
|
"license": "MIT",
|
|
"bugs": "https://github.com/iconify/iconify/issues",
|
|
"homepage": "https://iconify.design/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/iconify/iconify.git",
|
|
"directory": "packages/react-with-api"
|
|
},
|
|
"scripts": {
|
|
"build": "node build",
|
|
"build:lib": "tsc -b",
|
|
"build:dist": "rollup -c rollup.config.js",
|
|
"build:api": "api-extractor run --local --verbose"
|
|
},
|
|
"main": "dist/icon.js",
|
|
"module": "dist/icon.esm.js",
|
|
"types": "dist/icon.d.ts",
|
|
"peerDependencies": {
|
|
"react": "^16.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.7",
|
|
"@babel/preset-env": "^7.12.7",
|
|
"@babel/preset-react": "^7.12.7",
|
|
"@iconify/core": "^1.0.0-rc.4",
|
|
"@iconify/react": "^2.0.0-rc.4",
|
|
"@microsoft/api-extractor": "^7.12.0",
|
|
"@rollup/plugin-buble": "^0.21.3",
|
|
"@rollup/plugin-commonjs": "^16.0.0",
|
|
"@rollup/plugin-node-resolve": "^10.0.0",
|
|
"@types/react": "^16.9.55",
|
|
"react": "^16.14.0",
|
|
"rollup": "^2.33.3",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"typescript": "^4.1.2"
|
|
}
|
|
}
|