@adamson/react-crossword
Version:
A flexible, responsive, and easy-to-use crossword component for React apps
153 lines (152 loc) • 4.63 kB
JSON
{
"name": "@adamson/react-crossword",
"homepage": "http://JaredReisinger.github.io/react-crossword",
"version": "2.3.2",
"description": "A flexible, responsive, and easy-to-use crossword component for React apps",
"author": {
"name": "JaredReisinger",
"email": "jaredreisinger@hotmail.com"
},
"keywords": [
"react",
"react-crossword",
"crossword",
"puzzle",
"library"
],
"repository": {
"type": "git",
"url": "https://github.com/JaredReisinger/react-crossword"
},
"license": "MIT",
"engines": {
"node": ">=10.18.0"
},
"main": "dist/NOT-SUPPORTED",
"module": "dist/es",
"sideEffects": false,
"scripts": {
"#installPeer": "node build-tool/peerDep.js",
"test": "jest",
"test:coverage": "jest --coverage",
"test:dev": "jest --watch",
"lint": "eslint src/**/*.{js,jsx}",
"stylelint": "stylelint src/**/*.{ts,tsx,jsx,js,css,scss,less}",
"commit": "git-cz",
"codecov": "codecov",
"release": "npm run build && semantic-release",
"build": "node build-tool/build.js",
"doc:dev": "styleguidist server",
"doc:build": "styleguidist build",
"doc:deploy": "npm run doc:build && gh-pages --dist styleguide",
"#snyk-protect": "snyk protect",
"#prepare": "npm run snyk-protect"
},
"files": [
"/dist",
"!**/__test__",
"!**/*.test.js"
],
"publishConfig": {
"access": "public"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true",
"pre-commit": "pretty-quick --staged && lint-staged"
}
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"lint-staged": {
"{src,docs}/**/*.{js,json,css,jsx,ts,tsx}": [
"stylelint",
"eslint --fix --quiet --ignore-path .gitignore"
]
},
"dependencies": {
"bootstrap": "^4.5.3",
"immer": "^7.0.8",
"puz-reader": "^0.1.0",
"react-bootstrap": "^1.4.0",
"styled-components": "^5.2.0"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^10.0.0",
"@rollup/plugin-replace": "^2.3.3",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^10.4.9",
"@testing-library/user-event": "^12.1.7",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.3.0",
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
"babel-plugin-styled-components": "^1.11.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"codecov": "^3.7.2",
"commitizen": "^4.2.1",
"concurrently": "^5.3.0",
"cross-spawn": "^7.0.3",
"eslint": "^7.10.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.3",
"eslint-plugin-react-hooks": "^4.1.2",
"gh-pages": "^3.1.0",
"glob": "^7.1.6",
"husky": "^4.2.5",
"inflected": "^2.0.4",
"jest": "^26.4.2",
"lint-staged": "^10.4.0",
"prettier": "^2.1.2",
"pretty-quick": "^2.0.2",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"read-pkg-up": "^7.0.1",
"rimraf": "^3.0.2",
"rollup": "^2.28.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.3",
"rollup-plugin-size-snapshot": "^0.12.0",
"rollup-plugin-terser": "^7.0.2",
"semantic-release": "^17.1.1",
"snyk": "^1.406.0",
"stylelint": "^13.7.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-prettier": "^1.1.2",
"stylelint-processor-styled-components": "^1.10.0",
"webpack-blocks": "^2.1.0",
"which": "^2.0.2",
"yargs-parser": "^20.2.1"
},
"peerDependencies": {
"@babel/runtime": "7.x",
"prop-types": "15.x",
"react": "17.x",
"react-dom": "17.x"
},
"snyk": true
}