UNPKG

@furystack/shades-common-components

Version:

Common UI components for FuryStack Shades

62 lines 1.35 kB
{ "name": "@furystack/shades-common-components", "version": "17.0.2", "description": "Common UI components for FuryStack Shades", "type": "module", "scripts": { "build": "tsc --outDir ./esm" }, "exports": { ".": { "types": "./esm/index.d.ts", "import": "./esm/index.js" }, "./themes/*": { "types": "./esm/themes/*-theme.d.ts", "import": "./esm/themes/*-theme.js" } }, "files": [ "esm", "src" ], "repository": { "type": "git", "url": "https://github.com/furystack/furystack.git" }, "keywords": [ "FuryStack", "Shades", "UI components", "Input", "Button", "DataGrid", "AppBar", "Autocomplete" ], "publishConfig": { "access": "public" }, "author": "Gallay Lajos <gallay.lajos@gmail.com>", "license": "GPL-2.0", "bugs": { "url": "https://github.com/furystack/furystack/issues" }, "homepage": "https://github.com/furystack/furystack", "devDependencies": { "typescript": "^6.0.3", "vitest": "^4.1.8" }, "dependencies": { "@furystack/cache": "^8.0.1", "@furystack/core": "^17.1.1", "@furystack/inject": "^13.0.2", "@furystack/shades": "^15.0.2", "@furystack/utils": "^9.0.2", "path-to-regexp": "^8.4.2" }, "engines": { "node": ">=24.0.0" }, "sideEffects": false }