@virtuous/react-unit-test-suite
Version:
A unit test suite configured for testing in an react.js environment.
59 lines (58 loc) • 1.61 kB
JSON
{
"name": "@virtuous/react-unit-test-suite",
"version": "1.2.0",
"description": "A unit test suite configured for testing in an react.js environment.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/bevirtuous/react-unit-test-suite.git"
},
"bugs": {
"url": "https://github.com/bevirtuous/react-unit-test-suite/issues"
},
"homepage": "https://github.com/bevirtuous/react-unit-test-suite",
"keywords": [
"jest",
"react",
"unit-test",
"virtuous"
],
"contributors": [
"Florian Müller <florian.mueller81@gmx.de> (https://github.com/devbucket)",
"Richard Gorman <richardgorman@outlook.com> (https://github.com/richardgorman)"
],
"main": "index.js",
"scripts": {
"lint": "eslint --parser babel-eslint --ignore-path .gitignore --ext .js .",
"lint-staged": "lint-staged",
"postversion": "git push && git push --tags"
},
"lint-staged": {
"*.js": "eslint --parser babel-eslint --ignore-path .gitignore --ext .js ."
},
"devDependencies": {
"@virtuous/eslint-config": "^1.4.0",
"babel-core": "^6.26.3",
"lint-staged": "^7.2.0",
"pre-commit": "^1.2.2",
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"dependencies": {
"babel-jest": "^23.4.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.4",
"find-babel-config": "^1.1.0",
"jest": "^23.4.0",
"jest-enzyme": "^6.0.2",
"raf": "^3.4.0"
},
"peerDependencies": {
"react": "16.x",
"react-dom": "16.x"
},
"pre-commit": [
"lint-staged"
]
}