react-tierlist
Version:
A lightweight, customizable React Tier List Maker & Viewer component package with drag-and-drop support and theming.
56 lines (55 loc) • 1.25 kB
JSON
{
"name": "react-tierlist",
"version": "1.0.6",
"description": "A lightweight, customizable React Tier List Maker & Viewer component package with drag-and-drop support and theming.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"dev": "tsup src/index.ts --watch --format cjs,esm --dts",
"test": "echo \"No tests yet\" && exit 0"
},
"keywords": [
"react",
"tierlist",
"drag-and-drop",
"component",
"tier",
"viewer",
"maker"
],
"author": "sakthilk",
"license": "MIT",
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"dependencies": {
"@hello-pangea/dnd": "^16.5.0"
},
"devDependencies": {
"typescript": "^5.0.0",
"tsup": "^8.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/sakthilkv/react-tierlist.git"
},
"homepage": "https://github.com/sakthilkv/react-tierlist",
"bugs": {
"url": "https://github.com/sakthilkv/react-tierlist/issues"
}
}