-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
44 lines (44 loc) · 1.19 KB
/
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
42
43
44
{
"name": "react-native-responsive-fontsize",
"version": "0.5.1",
"main": "index.js",
"typings": "index.d.ts",
"description": "Simple method for resposive fontSize based on screen-size of the device in React-Native",
"scripts": {
"test": "yarn jest __tests__/index.test.js --coverage",
"prettier": "prettier --config .prettierrc --write index.js index.d.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heyman333/react-native-responsive-fontsize"
},
"keywords": [
"react-native",
"react-native-component",
"react-component",
"ios",
"android",
"react",
"font",
"fontSize",
"font-size"
],
"author": "youngsoohan",
"license": "MIT",
"bugs": {
"url": "https://github.com/heyman333/react-native-responsive-fontsize/issues"
},
"dependencies": {
"react-native-iphone-x-helper": "^1.3.1"
},
"homepage": "https://github.com/heyman333/react-native-responsive-fontsize/blob/master/README.md",
"devDependencies": {
"jest": "^27.0.6",
"metro-react-native-babel-preset": "^0.66.1",
"prettier": "2.0.5",
"react-native": "^0.64.2"
},
"peerDependencies": {
"react-native": ">=0.42.0"
}
}