UNPKG

tods-react-draws

Version:

React Components for displaying draw structures.

87 lines (86 loc) 2.09 kB
{ "version": "0.2.1", "license": "MIT", "private": false, "keywords": [ "TODS", "tournament", "tournaments", "competition", "tennis" ], "homepage": "https://github.com/CourtHive/tods-react-draws", "bugs": { "url": "https://github.com/CourtHive/tods-react-draws/issues", "email": "support@CourtHive.com" }, "repository": { "type": "git", "url": "https://github.com/CourtHive/tods-react-draws" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "np": { "contents": "." }, "engines": { "node": ">=10" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "jest test --passWithNoTests", "prepare": "tsdx build", "release": "np", "size": "size-limit", "analyze": "size-limit --why", "_postinstall": "husky install", "prepublishOnly": "pinst --disable", "postpublish": "pinst --enable", "doc:publish": "cd documentation && GIT_USER=CourtHive USE_SSH=true yarn deploy" }, "peerDependencies": { "react": ">=16" }, "husky": { "hooks": {} }, "name": "tods-react-draws", "author": "Charles Allen", "module": "dist/tods-react-draws.esm.js", "devDependencies": { "@babel/core": "7.18.10", "@babel/preset-env": "7.18.10", "@babel/preset-react": "7.18.6", "@babel/preset-typescript": "7.18.6", "@types/jest": "27.5.2", "@types/react": "17.0.48", "@types/react-dom": "17.0.17", "babel-jest": "27.5.1", "babel-loader": "8.2.5", "eslint-plugin-jest": "26.7.0", "husky": "8.0.3", "np": "7.6.2", "pinst": "3.0.0", "react": "17.0.2", "react-dom": "17.0.2", "react-is": "17.0.2", "size-limit": "7.0.8", "tsdx": "0.14.1", "tslib": "2.5.2", "typescript": "4.7.4" }, "dependencies": { "@material-ui/core": "4.12.4", "@material-ui/icons": "^4.11.2", "classnames": "^2.2.6", "eslint": "^8.41.0", "tods-competition-factory": "^0.501.0" } }