UNPKG

1.72 kBJSONView Raw
1{
2 "name": "enzyme-adapter-react-16.2",
3 "version": "1.2.1",
4 "description": "JavaScript Testing utilities for React",
5 "homepage": "http://airbnb.io/enzyme/",
6 "main": "build",
7 "scripts": {
8 "clean": "rimraf build",
9 "lint": "eslint --ext js,jsx .",
10 "pretest": "npm run lint",
11 "prebuild": "npm run clean",
12 "build": "babel src --out-dir build",
13 "watch": "npm run build -- -w",
14 "prepublish": "npm run build && safe-publish-latest && (not-in-publish || cp ../../{LICENSE,README}.md ./)"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/airbnb/enzyme.git"
19 },
20 "keywords": [
21 "javascript",
22 "shallow rendering",
23 "shallowRender",
24 "test",
25 "reactjs",
26 "react",
27 "flux",
28 "testing",
29 "test utils",
30 "assertion helpers",
31 "tdd",
32 "mocha"
33 ],
34 "author": "Leland Richardson <leland.richardson@airbnb.com>",
35 "license": "MIT",
36 "dependencies": {
37 "enzyme-adapter-utils": "^1.8.0",
38 "object.assign": "^4.1.0",
39 "object.values": "^1.0.4",
40 "prop-types": "^15.6.2",
41 "react-is": "^16.5.2",
42 "react-reconciler": "^0.7.0",
43 "react-test-renderer": "~16.2.0"
44 },
45 "peerDependencies": {
46 "enzyme": "^3.0.0",
47 "react": "~16.2",
48 "react-dom": "~16.2"
49 },
50 "devDependencies": {
51 "babel-cli": "^6.26.0",
52 "babel-plugin-transform-replace-object-assign": "^1.0.0",
53 "babel-preset-airbnb": "^2.6.0",
54 "enzyme": "^3.0.0",
55 "eslint": "^5.6.1",
56 "eslint-config-airbnb": "^17.1.0",
57 "eslint-plugin-import": "^2.14.0",
58 "eslint-plugin-jsx-a11y": "^6.1.1",
59 "eslint-plugin-react": "^7.11.1",
60 "in-publish": "^2.0.0",
61 "rimraf": "^2.6.2",
62 "safe-publish-latest": "^1.1.2"
63 }
64}