2020-06-11 09:50:24 +00:00
|
|
|
{
|
|
|
|
"name": "@iconify/react-with-api",
|
|
|
|
"description": "Iconify icon component for React.",
|
|
|
|
"author": "Vjacheslav Trushkin",
|
2020-07-02 07:50:57 +00:00
|
|
|
"version": "1.0.0-beta.2",
|
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",
|
|
|
|
"peerDependencies": {
|
|
|
|
"react": "^16.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-08-02 19:04:39 +00:00
|
|
|
"@babel/preset-env": "^7.11.0",
|
2020-07-02 07:50:57 +00:00
|
|
|
"@babel/preset-react": "^7.10.4",
|
2020-06-11 09:50:24 +00:00
|
|
|
"@cyberalien/redundancy": "^1.0.0",
|
2020-07-02 07:50:57 +00:00
|
|
|
"@iconify/core": "^1.0.0-beta.2",
|
|
|
|
"@iconify/iconify": "^2.0.0-beta.3",
|
|
|
|
"@iconify/react": "^2.0.0-beta.2",
|
2020-06-11 09:50:24 +00:00
|
|
|
"@iconify/types": "^1.0.3",
|
2020-08-02 19:04:39 +00:00
|
|
|
"@microsoft/api-extractor": "^7.9.2",
|
2020-06-11 09:50:24 +00:00
|
|
|
"@rollup/plugin-buble": "^0.21.3",
|
|
|
|
"@rollup/plugin-commonjs": "^11.1.0",
|
|
|
|
"@rollup/plugin-node-resolve": "^7.1.3",
|
2020-08-02 19:04:39 +00:00
|
|
|
"@types/react": "^16.9.44",
|
2020-06-11 09:50:24 +00:00
|
|
|
"babel-jest": "^25.5.1",
|
|
|
|
"jest": "^25.5.4",
|
|
|
|
"react": "^16.13.1",
|
|
|
|
"react-test-renderer": "^16.13.1",
|
|
|
|
"rollup": "^1.32.0",
|
|
|
|
"rollup-plugin-terser": "^5.3.0",
|
2020-08-02 19:04:39 +00:00
|
|
|
"typescript": "^3.9.7"
|
2020-06-11 09:50:24 +00:00
|
|
|
},
|
2020-06-11 20:39:32 +00:00
|
|
|
"dependencies": {}
|
2020-06-11 09:50:24 +00:00
|
|
|
}
|