-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 929 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "is-react",
"version": "1.5.4",
"homepage": "https://www.github.com/treyhuffine/is-react",
"description": "Determine if a variable or expression is a React element or component",
"main": "index.js",
"scripts": {
"test": "jest"
},
"files": [
"index.js",
".babelrc"
],
"repository": "https://www.github.com/treyhuffine/is-react",
"author": "Trey Huffine <treyhuffine>",
"license": "MIT",
"dependencies": {
"react": "^16.13.1"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-core": "^7.0.0-0",
"babel-jest": "^26.6.3",
"enzyme": "^3.6.0",
"jest": "^26.6.3",
"react-dom": "^16.13.1",
"react-test-renderer": "^16.13.1"
},
"keywords": [
"react",
"react-component",
"element",
"component",
"determine",
"compatible",
"check",
"is"
]
}