react-dom-testing
Version:
A minimal React DOM testing utility
60 lines (59 loc) • 1.51 kB
JSON
{
"name": "react-dom-testing",
"version": "1.12.0",
"description": "A minimal React DOM testing utility",
"main": "./lib/index.js",
"files": [
"lib"
],
"scripts": {
"build": "babel --out-dir lib --quiet src",
"lint": "eslint .",
"prepare": "npm run build",
"test": "jest",
"ci": "npm run lint && npm test"
},
"bugs": "https://github.com/sunesimonsen/react-dom-testing/issues",
"repository": {
"type": "git",
"url": "https://github.com/sunesimonsen/react-dom-testing"
},
"keywords": [
"react",
"testing",
"DOM"
],
"author": "Sune Simonsen <sune@we-knowhow.dk>",
"license": "MIT",
"devDependencies": {
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-jest": "23.0.0-alpha.0",
"babel-preset-env": "1.6.1",
"babel-preset-react": "6.24.1",
"eslint": "4.19.0",
"eslint-config-pretty-standard": "1.3.0",
"eslint-plugin-import": "2.9.0",
"eslint-plugin-prettier": "2.6.0",
"fake-promise": "2.3.2",
"fetch-mock": "7.3.9",
"jest": "23.6.0",
"node-fetch": "2.6.0",
"prettier": "1.11.1",
"prop-types": "15.6.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"sinon": "7.2.3",
"unexpected": "11.0.1",
"unexpected-dom": "4.16.0",
"unexpected-sinon": "10.11.0",
"whatwg-fetch": "3.0.0"
},
"peerDependencies": {
"react": "^15.5.4 || 16 || 17 || 18",
"react-dom": "^15.5.4 || 16 || 17 || 18"
},
"dependencies": {
"domspace": "1.2.2"
}
}