-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.03 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.03 KB
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
42
43
44
45
{
"name": "@redmindab/react-hooks",
"version": "1.3.0",
"description": "React hooks for native and web",
"author": "redmindab",
"license": "MIT",
"repository": "redmindab/react-hooks",
"main": "dist/index.js",
"keywords": [
"react",
"react-native",
"hooks",
"react-hooks",
"react-native-hooks"
],
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"build": "tsc",
"deploy": "tsc && npm publish"
},
"dependencies": {},
"peerDependencies": {
"react": "^16.9.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/runtime": "^7.3.1",
"@testing-library/react-hooks": "^3.2.1",
"@types/jest": "^23.3.13",
"@types/react": "^16.7.22",
"@types/react-native": "^0.61.0",
"cross-env": "^5.2.0",
"gh-pages": "^2.0.1",
"react": "^16.9.0",
"react-native": "^0.61.5",
"react-scripts": "^3.0.1",
"react-test-renderer": "^16.9.0",
"typescript": "^3.2.4"
}
}