react-bracket-ui
Version:
A modern, feature-rich React component library for displaying single-elimination tournament brackets with drag-drop, zoom/pan, and error validation
63 lines • 1.4 kB
JSON
{
"name": "react-bracket-ui",
"version": "1.2.0",
"description": "A modern, feature-rich React component library for displaying single-elimination tournament brackets with drag-drop, zoom/pan, and error validation",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"CHANGELOG.md"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"prepare": "npm run build",
"type-check": "tsc --noEmit"
},
"keywords": [
"react",
"bracket",
"tournament",
"ui",
"component",
"single-elimination",
"drag-drop",
"zoom",
"pan",
"typescript",
"sports",
"competition",
"esports",
"gaming",
"react19"
],
"author": "thuatdt137",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/thuatdt137/react-bracket-ui"
},
"bugs": {
"url": "https://github.com/thuatdt137/react-bracket-ui/issues"
},
"homepage": "https://github.com/thuatdt137/react-bracket-ui#readme",
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18"
},
"devDependencies": {
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"tsup": "^8.5.0",
"typescript": "^5.9.3"
},
"dependencies": {
"react-zoom-pan-pinch": "^3.6.1"
},
"engines": {
"node": ">=16",
"npm": ">=7"
}
}