package.json 3.41 KB
{
  "_from": "@testing-library/react@^11.1.0",
  "_id": "@testing-library/react@11.2.2",
  "_inBundle": false,
  "_integrity": "sha512-jaxm0hwUjv+hzC+UFEywic7buDC9JQ1q3cDsrWVSDAPmLotfA6E6kUHlYm/zOeGCac6g48DR36tFHxl7Zb+N5A==",
  "_location": "/@testing-library/react",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@testing-library/react@^11.1.0",
    "name": "@testing-library/react",
    "escapedName": "@testing-library%2freact",
    "scope": "@testing-library",
    "rawSpec": "^11.1.0",
    "saveSpec": null,
    "fetchSpec": "^11.1.0"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.2.2.tgz",
  "_shasum": "099c6c195140ff069211143cb31c0f8337bdb7b7",
  "_spec": "@testing-library/react@^11.1.0",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung",
  "author": {
    "name": "Kent C. Dodds",
    "email": "me@kentcdodds.com",
    "url": "https://kentcdodds.com"
  },
  "bugs": {
    "url": "https://github.com/testing-library/react-testing-library/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.12.5",
    "@testing-library/dom": "^7.28.1"
  },
  "deprecated": false,
  "description": "Simple and complete React DOM testing utilities that encourage good testing practices.",
  "devDependencies": {
    "@testing-library/jest-dom": "^5.11.6",
    "@types/react-dom": "^16.9.9",
    "dotenv-cli": "^4.0.0",
    "dtslint": "4.0.5",
    "kcd-scripts": "^7.0.3",
    "npm-run-all": "^4.1.5",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "rimraf": "^3.0.2",
    "typescript": "^4.0.5"
  },
  "engines": {
    "node": ">=10"
  },
  "eslintConfig": {
    "extends": "./node_modules/kcd-scripts/eslint.js",
    "rules": {
      "react/prop-types": "off",
      "react/no-adjacent-inline-elements": "off",
      "import/no-unassigned-import": "off",
      "import/named": "off",
      "testing-library/no-dom-import": "off"
    }
  },
  "eslintIgnore": [
    "node_modules",
    "coverage",
    "dist",
    "*.d.ts"
  ],
  "files": [
    "dist",
    "dont-cleanup-after-each.js",
    "pure.js",
    "pure.d.ts",
    "types"
  ],
  "homepage": "https://github.com/testing-library/react-testing-library#readme",
  "keywords": [
    "testing",
    "react",
    "ui",
    "dom",
    "jsdom",
    "unit",
    "integration",
    "functional",
    "end-to-end",
    "e2e"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/@testing-library/react.esm.js",
  "name": "@testing-library/react",
  "peerDependencies": {
    "react": "*",
    "react-dom": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/testing-library/react-testing-library.git"
  },
  "scripts": {
    "build": "npm-run-all --parallel build:main build:bundle:main build:bundle:pure",
    "build:bundle:main": "dotenv -e .bundle.main.env kcd-scripts build -- --bundle --no-clean",
    "build:bundle:pure": "dotenv -e .bundle.main.env -e .bundle.pure.env kcd-scripts build -- --bundle --no-clean",
    "build:main": "kcd-scripts build --no-clean",
    "lint": "kcd-scripts lint",
    "prebuild": "rimraf dist",
    "setup": "npm install && npm run validate -s",
    "test": "kcd-scripts test",
    "test:update": "npm test -- --updateSnapshot --coverage",
    "typecheck": "dtslint ./types/",
    "validate": "kcd-scripts validate"
  },
  "types": "types/index.d.ts",
  "version": "11.2.2"
}