UNPKG

@react-chess/chessground

Version:
58 lines (57 loc) 1.57 kB
{ "name": "@react-chess/chessground", "version": "1.3.4", "description": "Chessground react wrapper", "main": "build/esm/index.js", "module": "build/esm/index.js", "types": "build/esm/index.d.ts", "type": "module", "files": [ "build" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 0", "build:esm": "tsc", "lint": "eslint . --ignore-path .gitignore --ext .tsx" }, "repository": { "type": "git", "url": "git+https://github.com/react-chess/chessground.git" }, "keywords": [ "chess", "react", "chessground", "lichess", "typescript" ], "author": "H-Richard", "license": "GPL-3.0", "bugs": { "url": "https://github.com/react-chess/chessground/issues" }, "homepage": "https://github.com/react-chess/chessground#readme", "devDependencies": { "@types/react": "^16.8.0", "@types/react-dom": "^16.8.0", "@typescript-eslint/eslint-plugin": "^4.22.1", "@typescript-eslint/parser": "^4.22.1", "eslint": "^7.26.0", "eslint-config-airbnb": "^18.2.1", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.23.2", "eslint-plugin-react-hooks": "^4.2.0", "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0", "semantic-release": "^17.4.2", "typescript": "^4.2.4" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { "chessground": "8.3.5" } }