@pmndrs/uikit-horizon
Version:
Horizon kit for @pmndrs/uikit based on the Reality Labs Design System (RLDS)
42 lines • 1.03 kB
JSON
{
"name": "@pmndrs/uikit-horizon",
"description": "Horizon kit for @pmndrs/uikit based on the Reality Labs Design System (RLDS)",
"version": "1.0.60",
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://github.com/pmndrs/uikit",
"author": "Bela Bohlender",
"keywords": [
"uikit",
"horizon",
"rlds",
"three.js",
"userinterface",
"flexbox",
"yoga",
"typescript"
],
"repository": {
"type": "git",
"url": "git@github.com:pmndrs/uikit.git"
},
"files": [
"dist"
],
"main": "dist/index.js",
"devDependencies": {
"@preact/signals-core": "^1.5.1"
},
"type": "module",
"dependencies": {
"@pmndrs/uikit-lucide": "^1.0.60",
"@pmndrs/uikit": "^1.0.60"
},
"scripts": {
"build": "tsc",
"check:prettier": "prettier --check .",
"check:eslint": "eslint 'src/**/*.{tsx,ts}'",
"fix:prettier": "prettier --write .",
"fix:eslint": "eslint 'src/**/*.{tsx,ts}' --fix",
"convert-theme": "node ./src/generate-theme-from-json.mjs"
}
}