emblor-maintained
Version:
A full featured, unstyled tag input component for React
77 lines • 2.04 kB
JSON
{
"name": "emblor-maintained",
"version": "1.4.10",
"description": "A full featured, unstyled tag input component for React",
"private": false,
"publishConfig": {
"access": "public"
},
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"shadcn",
"react",
"tag input",
"shadcn/ui",
"tag input component",
"shadcn tag input component",
"input",
"radix ui",
"react tag input",
"tag input component",
"emblor",
"emblor tag input component"
],
"author": "Jaleel Bennett <jaleelcodes@gmail.com>, Adriano Tirloni <adriano.tirloni@gmail.com>",
"license": "MIT",
"homepage": "https://emblor.jaleelbennett.com",
"repository": {
"type": "git",
"url": "https://github.com/adriano-tirloni/emblor-maintained",
"directory": "packages/emblor"
},
"bugs": {
"url": "https://github.com/adriano-tirloni/emblor-maintained/issues"
},
"devDependencies": {
"@types/node": "^18.11.13",
"@types/react": "^19.1.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tsup": "^6.5.0",
"typescript": "^4.8.4"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-slot": "^1.2.3",
"class-variance-authority": "latest",
"clsx": "latest",
"cmdk": "^1.1.1",
"react-easy-sort": "^1.6.0",
"tailwind-merge": "latest"
},
"scripts": {
"typecheck": "tsc --noEmit",
"build": "run-p build:*",
"build:tsup": "tsup --dts --minify",
"clean": "rimraf dist",
"dev": "tsup --watch --dts",
"format": "prettier --write .",
"prettier-check": "prettier --check \"**/*.{ts,tsx,md}\"",
"release": "pnpm run build && changeset publish"
}
}