@ajhaa/react-crossword
Version:
A fork of Jared Reisingers crossword package
138 lines (137 loc) • 4.18 kB
JSON
{
"name": "@ajhaa/react-crossword",
"homepage": "http://JaredReisinger.github.io/react-crossword",
"version": "2.5.6",
"description": "A fork of Jared Reisingers crossword package",
"author": {
"name": "Atte Haarni",
"email": "atte.haarni@gmail.com"
},
"keywords": [
"react",
"react-crossword",
"crossword",
"puzzle",
"library"
],
"repository": {
"type": "git",
"url": "https://github.com/Ajhaa/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"
},
"files": [
"/dist"
],
"publishConfig": {
"access": "public"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"lint-staged": {
"{src,docs}/**/*.{js,json,css,jsx,ts,tsx}": [
"stylelint",
"eslint --fix --quiet --ignore-path .gitignore"
]
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@rollup/plugin-replace": "^2.3.2",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@testing-library/jest-dom": "^5.7.0",
"@testing-library/react": "^10.0.4",
"@testing-library/user-event": "^10.3.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.0.1",
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
"babel-plugin-styled-components": "^1.10.7",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"codecov": "^3.7.0",
"commitizen": "^4.1.2",
"concurrently": "^5.2.0",
"cross-spawn": "^7.0.2",
"eslint": "^7.0.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.2",
"gh-pages": "^2.2.0",
"glob": "^7.1.6",
"husky": "^4.2.5",
"immer": "^6.0.5",
"inflected": "^2.0.4",
"jest": "^26.0.1",
"lint-staged": "^10.2.4",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-styleguidist": "^11.0.6",
"react-test-renderer": "^16.13.1",
"read-pkg-up": "^7.0.1",
"rimraf": "^3.0.2",
"rollup": "^2.10.5",
"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.2",
"rollup-plugin-size-snapshot": "^0.11.0",
"rollup-plugin-terser": "^5.3.0",
"semantic-release": "^17.0.7",
"styled-components": "^5.1.0",
"stylelint": "^13.5.0",
"stylelint-config-prettier": "^8.0.1",
"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": "^18.1.3"
},
"peerDependencies": {
"immer": "6.x",
"prop-types": "15.x",
"react-dom": "16.x",
"react": "16.x",
"styled-components": "5.x"
}
}