forked from nikhilaravi/react-native-smart-scroll-view
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.11 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
{
"name": "react-native-smarter-scroll-view",
"version": "2.1.1",
"description": "Handles keyboard events, auto adjusts content to be visible above keyboard on focus, and much more.",
"main": "SmartScrollView.js",
"scripts": {
"format": "prettier --write **/*.{js,md}",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/davwheat/react-native-smarter-scroll-view.git"
},
"keywords": [
"smart",
"scroll",
"ScrollView",
"react",
"react-native",
"keyboard",
"TextInput",
"react-component",
"component",
"smart-scroll-view",
"view",
"scrolling",
"ios"
],
"author": "nikhilaravi, jrans, davwheat",
"license": "ISC",
"bugs": {
"url": "https://github.com/davwheat/react-native-smarter-scroll-view/issues"
},
"homepage": "https://github.com/davwheat/react-native-smarter-scroll-view#readme",
"devDependencies": {
"@react-native-community/eslint-config": "^2.0.0",
"eslint": "^7.13.0",
"prettier": "^2.1.2"
},
"peerDependencies": {
"prop-types": "^15.0.0",
"react": "^16.0.0"
}
}