UNPKG

react-chess-game-fix

Version:

react-chess-game is a React component bridging chess.js with react-chessboard to offer a full-featured, ready-to-integrate chess board experience.

55 lines (54 loc) 1.35 kB
{ "name": "react-chess-game-fix", "version": "1.0.8", "description": "react-chess-game is a React component bridging chess.js with react-chessboard to offer a full-featured, ready-to-integrate chess board experience.", "main": "dist/index.mjs", "module": "dist/index.mjs", "types": "dist/index.d.mts", "scripts": { "build": "tsup src/index.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "chess", "react", "board", "game", "chess.js", "react-chessboard", "component", "play", "strategy", "checkmate", "interactive", "UI", "boardgame" ], "publishConfig": { "access": "public" }, "author": "Daniele Cammareri <daniele.cammareri@gmail.com>", "license": "MIT", "dependencies": { "chess.js": "^1.0.0-beta.8", "lodash": "^4.17.21", "react-chessboard": "^4.6.0" }, "devDependencies": { "@types/lodash": "^4.17.15", "react": "^18.3.1", "react-dom": "^18.3.1" }, "peerDependencies": { "react": ">=16.14.0", "react-dom": ">=16.14.0" }, "repository": { "type": "git", "url": "git+https://github.com/dancamma/react-chess-tools.git" }, "bugs": { "url": "https://github.com/dancamma/react-chess-tools/issues" }, "homepage": "https://github.com/dancamma/react-chess-tools#readme" }