We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/deleonio/public-ui-kolibri'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@public-ui/sample-react",
"version": "4.1.1-rc.0",
"description": "This app contains samples for the KoliBri/Public UI",
"license": "EUPL-1.2",
"repository": {
"type": "git",
"url": "https://github.com/public-ui/kolibri"
},
"scripts": {
"build": "vite build",
"build:deps": "pnpm --filter @public-ui/sample-react^... build",
"format": "prettier --check src",
"lint": "pnpm lint:stylelint && pnpm lint:tsc",
"lint:eslint": "eslint src",
"lint:stylelint": "stylelint \"src/**/*.{css,scss}\"",
"lint:tsc": "tsc --noemit",
"prebuild": "npm-run-all2 prepare:*",
"prepare": "pnpm prebuild",
"prepare:components": "cpy \"node_modules/@public-ui/components/assets/**/*\" public/assets --dot",
"prepare:themes": "cpy \"node_modules/@public-ui/themes/assets/**/*\" public/assets --dot",
"serve": "vite",
"start": "vite --open",
"test:e2e": "playwright test",
"unused": "knip"
},
"dependencies": {
"@hookform/resolvers": "3.10.0",
"@public-ui/components": "workspace:*",
"@public-ui/react-hook-form-adapter": "workspace:*",
"@public-ui/react-v19": "workspace:*",
"@public-ui/themes": "workspace:*",
"@stencil/core": "4.38.3",
"adopted-style-sheets": "1.1.9-rc.21",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-hook-form": "7.71.2",
"react-number-format": "5.4.4",
"react-router": "7.13.1",
"react-router-dom": "7.13.1",
"tslib": "2.8.1",
"world_countries_lists": "3.3.0",
"zod": "4.3.6"
},
"devDependencies": {
"@eslint/js": "9.39.3",
"@playwright/test": "1.58.2",
"@types/node": "25.3.2",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@typescript-eslint/eslint-plugin": "8.56.1",
"@typescript-eslint/parser": "8.56.1",
"@unocss/preset-mini": "66.6.0",
"@unocss/vite": "66.6.0",
"@vitejs/plugin-react-swc": "4.2.3",
"cpy-cli": "6.0.0",
"eslint": "9.39.3",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.0.1",
"knip": "5.85.0",
"npm-run-all2": "8.0.4",
"prettier": "3.8.1",
"prettier-plugin-organize-imports": "4.3.0",
"stylelint": "17.4.0",
"typescript": "5.9.3",
"vite": "7.3.1"
},
"files": [
"dist",
"public",
"src",
"index.html",
"tsconfig.json",
"unocss.config.ts",
"vite.config.ts"
],
"exports": {
".": "./src/index.ts",
"./package.json": "./package.json"
}
}