UNPKG

865 BJSONView Raw
1{
2 "name": "is-react",
3 "version": "1.3.3",
4 "homepage": "https://gitconnected.com/learn",
5 "description": "Determine if a variable or expression is a React element or component",
6 "main": "index.js",
7 "scripts": {
8 "test": "jest"
9 },
10 "repository": "https://www.github.com/treyhuffine/is-react",
11 "author": "Trey Huffine <treyhuffine>",
12 "license": "MIT",
13 "dependencies": {
14 "react": "^16.0.0"
15 },
16 "devDependencies": {
17 "@babel/core": "^7.1.2",
18 "@babel/preset-env": "^7.1.0",
19 "@babel/preset-react": "^7.0.0",
20 "babel-core": "^7.0.0-0",
21 "babel-jest": "^23.6.0",
22 "enzyme": "^3.6.0",
23 "jest": "^23.6.0",
24 "react-dom": "^16.0.0",
25 "react-test-renderer": "^16.0.0"
26 },
27 "keywords": [
28 "react",
29 "react-component",
30 "element",
31 "component",
32 "determine",
33 "compatible",
34 "check",
35 "is"
36 ]
37}