UNPKG

@charan379/react-svg-icons

Version:

This is a component library package for react based applications.

72 lines 2.21 kB
{ "name": "@charan379/react-svg-icons", "version": "0.0.7", "description": "", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "files": [ "dist" ], "types": "dist/index.d.ts", "scripts": { "test": "jest", "coverage": "jest --coverage", "rollup": "rollup -c", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "predeploy": "npm run build-storybook", "deploy-storybook": "gh-pages -d storybook-static" }, "repository": { "type": "git", "url": "git+https://github.com/charan379/react-svg-icons.git" }, "keywords": [ "react-svg-icons", "react-icons" ], "author": "charan379", "license": "AGPL-3.0-or-later", "bugs": { "url": "https://github.com/charan379/react-svg-icons/issues" }, "homepage": "https://github.com/charan379/react-svg-icons", "devDependencies": { "@babel/core": "^7.22.20", "@babel/preset-env": "^7.22.20", "@babel/preset-react": "^7.22.15", "@babel/preset-typescript": "^7.22.15", "@rollup/plugin-commonjs": "^25.0.4", "@rollup/plugin-node-resolve": "^15.2.1", "@rollup/plugin-terser": "^0.4.3", "@rollup/plugin-typescript": "^11.1.3", "@storybook/addon-essentials": "^7.4.3", "@storybook/addon-interactions": "^7.4.3", "@storybook/addon-links": "^7.4.3", "@storybook/addon-onboarding": "^1.0.8", "@storybook/blocks": "^7.4.3", "@storybook/react": "^7.4.3", "@storybook/react-webpack5": "^7.4.3", "@storybook/testing-library": "^0.2.1", "@testing-library/react": "^14.0.0", "@types/jest": "^29.5.5", "@types/react": "^18.2.22", "babel-jest": "^29.7.0", "gh-pages": "^6.0.0", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^3.29.2", "rollup-plugin-dts": "^6.0.2", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "storybook": "^7.4.3", "tslib": "^2.6.2", "typescript": "^5.2.2" }, "peerDependencies": { "react": "^18.2.0" } }