2020-06-11 09:50:24 +00:00
|
|
|
{
|
|
|
|
"name": "@iconify/react-with-api",
|
|
|
|
"description": "Iconify icon component for React.",
|
2020-08-26 16:43:59 +00:00
|
|
|
"author": "Vjacheslav Trushkin <cyberalien@gmail.com> (https://iconify.design)",
|
2021-02-08 07:30:13 +00:00
|
|
|
"version": "1.0.0-rc.7",
|
2020-06-11 09:50:24 +00:00
|
|
|
"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",
|
|
|
|
"devDependencies": {
|
2021-04-19 16:42:47 +00:00
|
|
|
"@babel/core": "^7.13.15",
|
|
|
|
"@babel/preset-env": "^7.13.15",
|
|
|
|
"@babel/preset-react": "^7.13.13",
|
2020-12-30 15:06:52 +00:00
|
|
|
"@iconify/core": "^1.0.0-rc.4",
|
2021-02-08 07:30:13 +00:00
|
|
|
"@iconify/react": "^2.0.0-rc.8",
|
2021-04-19 16:42:47 +00:00
|
|
|
"@microsoft/api-extractor": "^7.13.5",
|
2020-06-11 09:50:24 +00:00
|
|
|
"@rollup/plugin-buble": "^0.21.3",
|
2021-04-19 16:42:47 +00:00
|
|
|
"@rollup/plugin-commonjs": "^18.0.0",
|
|
|
|
"@rollup/plugin-node-resolve": "^11.2.1",
|
|
|
|
"@types/react": "^17.0.3",
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"rollup": "^2.45.2",
|
2020-11-05 10:16:51 +00:00
|
|
|
"rollup-plugin-terser": "^7.0.2",
|
2021-04-19 16:42:47 +00:00
|
|
|
"typescript": "^4.2.4"
|
2020-08-23 16:01:32 +00:00
|
|
|
}
|
2020-06-11 09:50:24 +00:00
|
|
|
}
|