UNPKG

@steeze-ui/heroicons

Version:

Icon Sources (based on heroicons 2.0) built for @steeze-ui/icons

68 lines 1.77 kB
{ "name": "@steeze-ui/heroicons", "description": "Icon Sources (based on heroicons 2.0) built for @steeze-ui/icons", "version": "2.4.2", "scripts": { "dev": "vite dev", "build": "vite build && npm run package", "preview": "vite preview", "package": "pnpm build:icons && svelte-kit sync && svelte-package && publint", "prepublishOnly": "npm run package", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "build:icons": "node build.js" }, "svelte": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "svelte": "./dist/index.js" } }, "files": [ "dist", "!dist/**/*.test.*", "!dist/**/*.spec.*" ], "devDependencies": { "heroicons": "^2.2.0", "@steeze-ui/icons": "workspace:^", "@steeze-ui/svelte-icon": "workspace:^", "@sveltejs/adapter-auto": "^3.3.1", "@sveltejs/vite-plugin-svelte": "^4.0.1", "@sveltejs/kit": "^2.8.1", "@sveltejs/package": "^2.3.7", "publint": "^0.2.12", "svelte": "^5.2.4", "svelte-check": "^4.0.9", "tslib": "^2.8.1", "typescript": "^5.6.3", "vite": "^5.4.11" }, "repository": { "type": "git", "url": "git+https://github.com/steeze-ui/icons.git", "directory": "packages/builders/heroicons-builder" }, "keywords": [ "raw", "icons", "heroicons", "outline", "solid", "steeze" ], "author": "Justin Voitel <mail@justinv.me>", "license": "MIT", "bugs": { "url": "https://github.com/steeze-ui/icons/issues" }, "homepage": "https://github.com/steeze-ui/icons#readme", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }