@furystack/shades
Version:
A lightweight UI framework for FuryStack with JSX support
59 lines • 1.26 kB
JSON
{
"name": "@furystack/shades",
"version": "15.0.1",
"description": "A lightweight UI framework for FuryStack with JSX support",
"type": "module",
"scripts": {
"build": "tsc --outDir ./esm"
},
"exports": {
".": {
"types": "./esm/index.d.ts",
"import": "./esm/index.js"
}
},
"files": [
"esm",
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/furystack/furystack.git"
},
"keywords": [
"FuryStack",
"Shades",
"UI",
"JSX",
"frontend",
"framework",
"components"
],
"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": {
"@types/jsdom": "^28.0.3",
"@types/node": "^25.9.1",
"jsdom": "^29.1.1",
"typescript": "^6.0.3",
"vitest": "^4.1.7"
},
"dependencies": {
"@furystack/core": "^17.1.0",
"@furystack/inject": "^13.0.1",
"@furystack/rest": "^10.0.1",
"@furystack/utils": "^9.0.1",
"path-to-regexp": "^8.4.2"
},
"engines": {
"node": ">=22.0.0"
},
"sideEffects": false
}