UNPKG

@ui3/react

Version:
49 lines 894 B
{ "name": "@ui3/react", "version": "0.1.0", "description": "React components for UI3 icons", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "author": "@planetabhi", "repository": { "type": "git", "url": "git+https://github.com/planetabhi/ui3-icons.git" }, "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "keywords": [ "ui3", "figma", "icons", "svg", "optimized", "react", "vue", "outline" ], "files": [ "dist" ], "scripts": { "build": "tsup" }, "peerDependencies": { "react": "^18.0.0" }, "devDependencies": { "@types/react": "^19.1.1", "react": "^19.1.0", "tsup": "^8.4.0", "typescript": "^5.8.3" }, "publishConfig": { "access": "public" }, "license": "MIT" }