UNPKG

@react-symbols/icons

Version:

Symbols icons by Miguel Solorio for React

67 lines 1.49 kB
{ "name": "@react-symbols/icons", "version": "1.2.8", "description": "Symbols icons by Miguel Solorio for React", "author": "@pheralb_", "license": "MIT", "type": "module", "keywords": [ "react", "icons", "svg", "icons", "lightweight", "symbols", "devicons", "ui", "ux", "interface" ], "repository": { "type": "git", "url": "git+https://github.com/pheralb/react-symbols.git" }, "contributors": [ { "name": "pheralb", "github": "https://github.com/pheralb" }, { "name": "miguelsolorio", "github": "https://github.com/miguelsolorio" } ], "main": "./build/index.js", "module": "./build/index.js", "types": "./build/index.d.ts", "typings": "./build/index.d.ts", "exports": { ".": { "import": "./build/index.js", "types": "./build/index.d.ts" } }, "files": [ "build" ], "devDependencies": { "@swc/cli": "0.5.2", "@swc/core": "1.10.4", "@types/react": "18.3.18", "@types/react-dom": "18.3.5", "react": "18.3.1", "react-dom": "18.3.1", "tsup": "8.3.5", "typescript": "5.7.2" }, "peerDependencies": { "react": ">= 16.8", "react-dom": ">= 16.8" }, "scripts": { "dev": "tsc && swc ./src -d ./build", "build:swc-tsc": "tsc && swc ./src -d ./build && tsc --emitDeclarationOnly --declaration --outDir build/types", "build": "tsc && swc ./src -d ./build", "typecheck": "tsc --noEmit" } }