UNPKG

react-crossword-v2

Version:

A flexible, responsive, and easy-to-use crossword component for React apps

105 lines (104 loc) 3.02 kB
{ "name": "react-crossword-v2", "version": "4.3.9", "description": "A flexible, responsive, and easy-to-use crossword component for React apps", "author": { "name": "MatthewKoppe", "email": "mmmewk@gmail.com" }, "keywords": [ "react", "react-crossword", "crossword", "puzzle", "library" ], "repository": { "type": "git", "url": "https://github.com/mmmewk/react-crossword" }, "license": "MIT", "engines": { "node": ">=14.17.0" }, "main": "dist/index.js", "sideEffects": false, "scripts": { "build": "tsc", "dist": "yarn build && yarn publish" }, "files": [ "/dist", "/src", "!**/__test__", "!**/*.test.js" ], "dependencies": { "focus-options-polyfill": "^1.6.0", "immer": "^9.0.7", "lodash": "^4.17.21", "prop-types": "^15.8.0", "styled-components": ">=5.3.3" }, "devDependencies": { "@babel/preset-env": "^7.16.7", "@babel/preset-react": "^7.16.7", "@babel/preset-typescript": "^7.16.7", "@commitlint/cli": "^16.0.1", "@commitlint/config-conventional": "^16.0.0", "@semantic-release/changelog": "^6.0.1", "@semantic-release/git": "^10.0.1", "@testing-library/jest-dom": "^5.16.1", "@testing-library/react": "^12.1.2", "@testing-library/user-event": "^13.5.0", "@types/lodash": "^4.14.178", "@types/prop-types": "^15.7.4", "@types/react": "^17.0.38", "@types/react-dom": "^17.0.11", "@types/react-test-renderer": "^17.0.1", "@types/styled-components": "^5.1.19", "@types/testing-library__jest-dom": "^5.14.2", "@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/parser": "^5.8.1", "all-contributors-cli": "^6.20.0", "commitizen": "^4.2.4", "eslint": "^8.6.0", "eslint-config-airbnb": "^19.0.2", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.25.4", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-react": "^7.28.0", "eslint-plugin-react-hooks": "^4.3.0", "gh-pages": "^3.2.3", "husky": "^7.0.0", "is-ci": "^3.0.1", "jest": "^27.4.5", "lint-staged": "^12.1.5", "prettier": "^2.5.1", "pretty-quick": "^3.1.3", "react": "^17.0.2", "react-docgen-typescript": "^2.2.2", "react-dom": "^17.0.2", "react-styleguidist": "^12.0.0-alpha9.9", "react-test-renderer": "^17.0.2", "rimraf": "^3.0.2", "semantic-release": "^18.0.1", "snyk": "^1.812.0", "stylelint": "^14.2.0", "stylelint-config-prettier": "^9.0.3", "stylelint-config-recommended": "^6.0.0", "stylelint-config-standard": "^24.0.0", "stylelint-config-styled-components": "^0.1.1", "stylelint-prettier": "^2.0.0", "stylelint-processor-styled-components": "^1.10.0", "ts-loader": "^9.2.6", "typescript": "^4.5.4", "webpack": "^5.65.0" }, "peerDependencies": { "react": ">=17.0.2", "react-dom": ">=17.0.2", "styled-components": ">=5.3.3" } }