UNPKG

svelte-hero-icons

Version:

Heroicons for Svelte (Project based on heroicons)

72 lines 1.92 kB
{ "name": "svelte-hero-icons", "version": "5.2.0", "description": "Heroicons for Svelte (Project based on heroicons)", "repository": { "type": "git", "url": "git+https://github.com/JustinVoitel/svelte-hero-icons.git" }, "engines": { "node": ">=18.0.0" }, "type": "module", "author": "Justin Voitel <mail@justinv.me>", "license": "MIT", "keywords": [ "svelte", "component", "icon", "icons", "heroicons", "tailwindcss" ], "bugs": { "url": "https://github.com/JustinVoitel/svelte-hero-icons/issues" }, "homepage": "https://github.com/JustinVoitel/svelte-hero-icons#readme", "devDependencies": { "@sveltejs/adapter-auto": "^3.2.2", "@sveltejs/kit": "^2.5.18", "@sveltejs/package": "^2.3.2", "@sveltejs/vite-plugin-svelte": "^3.1.1", "@types/node": "^20.14.10", "esmo": "^4.7.0", "prettier": "^3.3.3", "prettier-plugin-svelte": "^3.2.5", "svelte": "^4.2.18", "svelte-check": "^3.8.4", "svelte-preprocess": "^5.1.4", "svelte2tsx": "^0.7.13", "tslib": "^2.6.3", "typescript": "^5.5.3", "vite": "^5.3.3" }, "dependencies": { "@steeze-ui/heroicons": "^2.4.0" }, "peerDependencies": { "svelte": "^3.0.0 || ^4.0.0 || ^5.0.0" }, "svelte": "./dist/index.js", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "svelte": "./dist/index.js" } }, "files": [ "dist" ], "scripts": { "dev": "vite dev", "build": "vite build", "preview": "vite preview", "check": "svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-check --tsconfig ./tsconfig.json --watch", "lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. .", "format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .", "package": "pnpm svelte-package" } }