UNPKG

tech-stack-icons

Version:

A Typesafe React component for rendering over **395+ original SVG icons** for the most-used design & development tools, frameworks, and AI services.

41 lines 961 B
{ "name": "tech-stack-icons", "version": "3.3.2", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npm run build:types && esbuild src/index.tsx --bundle --minify --format=esm --target=es2020 --outdir=dist --external:react --external:react-dom", "build:types": "tsc --emitDeclarationOnly --declaration --outDir dist" }, "files": [ "dist/" ], "keywords": [ "tech stack icons", "icons", "svg", "company logos", "design stack", "dev icons", "dev logos", "icons pack", "icons set", "icon stack", "logos", "tech icons", "tech logos", "tech stack" ], "author": "Eugenio Ciccale", "license": "MIT", "devDependencies": { "@types/react": "^18.2.48", "esbuild": "0.20.0", "typescript": "^5.5.4" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" } }