UNPKG

@brendonhudnell/react-hexgrid

Version:

Interactive hexagon grids with React bindings

56 lines (55 loc) 1.49 kB
{ "name": "@brendonhudnell/react-hexgrid", "version": "1.0.7", "description": "Interactive hexagon grids with React bindings", "license": "MIT", "main": "lib/index.js", "types": "lib/index.d.ts", "author": "Brendon Hudnell", "repository": "github:BrendonHudnell/react-hexgrid", "keywords": [ "Hexagon", "Hex", "Grid", "React" ], "homepage": "https://github.com/BrendonHudnell/react-hexgrid", "bugs": "https://github.com/BrendonHudnell/react-hexgrid/issues", "scripts": { "build": "tsc", "lint": "eslint src --fix", "test": "jest --coverage", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint" }, "peerDependencies": { "react": "^17.0.2" }, "devDependencies": { "@types/jest": "^27.4.0", "@types/react": "^17.0.38", "@types/react-dom": "^17.0.11", "@types/react-test-renderer": "^17.0.1", "@typescript-eslint/eslint-plugin": "^5.9.1", "@typescript-eslint/parser": "^5.9.1", "eslint": "^8.7.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.25.4", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.28.0", "eslint-plugin-react-hooks": "^4.3.0", "jest": "^27.4.7", "prettier": "^2.5.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-test-renderer": "^17.0.2", "ts-jest": "^27.1.3", "typescript": "^4.5.4" }, "dependencies": { "clsx": "^1.1.1" }, "files": [ "lib/" ] }