-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 938 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 938 Bytes
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
{
"name": "react-native-nice-helpers",
"version": "1.8.0",
"description": "Awesome helpers for ReactNative developers that adds stuff one usually need",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:rowinbot/react-native-nice-helpers.git"
},
"keywords": [
"react",
"helper",
"nice",
"easy",
"to",
"go"
],
"author": "Rowin Hernandez",
"license": "MIT",
"bugs": {
"url": "https://github.com/rowinbot/react-native-nice-helpers/issues"
},
"homepage": "https://github.com/rowinbot/react-native-nice-helpers#readme",
"dependencies": {
"add-px-to-style": "^1.0.0",
"dtsmake": "0.0.10",
"hyphenate-style-name": "^1.0.2",
"snakecase-keys": "^2.1.0",
"validate.js": "^0.12.0"
},
"devDependencies": {
"prettier": "^1.15.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-navigation": "*"
}
}