UNPKG

@open-condo/icons

Version:

A set of SVG icons presented as React components

66 lines 1.71 kB
{ "name": "@open-condo/icons", "description": "A set of SVG icons presented as React components", "keywords": [ "condo", "open-condo-software", "UI", "React", "icons" ], "version": "1.16.0", "repository": { "type": "git", "url": "git+https://github.com/open-condo-software/condo.git", "directory": "packages/icons" }, "author": { "name": "Matthew Savelev", "email": "matthew@doma.ai", "url": "https://github.com/SavelevMatthew" }, "license": "MIT", "scripts": { "import:figma": "find src/components -mindepth 1 -delete && ts-node bin/import/index.ts", "build": "webpack --config webpack.config.js && tsc --project tsconfig.prod.json" }, "files": [ "dist" ], "main": "dist/index.js", "types": "dist/index.d.ts", "publishConfig": { "access": "public" }, "peerDependencies": { "react": ">=16", "react-dom": ">=16" }, "devDependencies": { "@babel/core": "^7.20.7", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@open-condo/tsconfig": "^1.0.4", "@svgr/core": "^6.5.1", "@svgr/plugin-jsx": "^6.5.1", "@svgr/plugin-prettier": "^6.5.1", "@svgr/plugin-svgo": "^6.5.1", "@types/fs-extra": "^9.0.13", "@types/node": "^18.11.17", "axios": "^1.2.1", "babel": "^6.23.0", "babel-loader": "^9.1.0", "chalk": "4.1.2", "dotenv": "^16.0.3", "figma-js": "^1.16.0", "figma-transformer": "^2.1.0", "fs-extra": "^11.1.0", "react": "^16.13.1", "react-dom": "^16.13.1", "ts-node": "^10.9.2", "typescript": "^5.5.4", "webpack": "^5.91.0", "webpack-cli": "^5.0.1" } }