UNPKG

1.74 kBJSONView Raw
1{
2 "name": "enzyme-adapter-react-14",
3 "version": "1.3.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 "directory": "packages/enzyme-adapter-react-14"
20 },
21 "keywords": [
22 "javascript",
23 "shallow rendering",
24 "shallowRender",
25 "test",
26 "reactjs",
27 "react",
28 "flux",
29 "testing",
30 "test utils",
31 "assertion helpers",
32 "tdd",
33 "mocha"
34 ],
35 "author": "Leland Richardson <leland.richardson@airbnb.com>",
36 "license": "MIT",
37 "dependencies": {
38 "enzyme-adapter-utils": "^1.10.1",
39 "object.assign": "^4.1.0",
40 "object.values": "^1.1.0",
41 "prop-types": "^15.7.2",
42 "react-is": "^16.8.4"
43 },
44 "peerDependencies": {
45 "enzyme": "^3.0.0",
46 "react": "^0.14.0",
47 "react-addons-test-utils": "^0.14.0",
48 "react-dom": "^0.14.0"
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.15.1",
56 "eslint-config-airbnb": "^17.1.0",
57 "eslint-plugin-import": "^2.16.0",
58 "eslint-plugin-jsx-a11y": "^6.2.1",
59 "eslint-plugin-react": "^7.12.4",
60 "in-publish": "^2.0.0",
61 "rimraf": "^2.6.3",
62 "safe-publish-latest": "^1.1.2"
63 }
64}