UNPKG

@de-adlock/ui

Version:

Modern React component library for FiveM with built-in theme management

54 lines 1.17 kB
{ "name": "@de-adlock/ui", "version": "0.1.0", "description": "Modern React component library for FiveM with built-in theme management", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "style": "./dist/styles.css", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" }, "./styles": "./dist/styles.css" }, "files": [ "dist", "README.md" ], "sideEffects": [ "*.css" ], "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "dependencies": { "clsx": "^2.1.1" }, "keywords": [ "react", "components", "ui", "fivem", "deadlock", "theme", "design-system", "typescript" ], "author": "Deadlock", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/deadlock/dl-ui.git" }, "bugs": { "url": "https://github.com/deadlock/dl-ui/issues" }, "homepage": "https://github.com/deadlock/dl-ui#readme", "publishConfig": { "access": "public" } }