-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 931 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
42
{
"name": "@idiosync/horizontal-flatlist",
"version": "1.0.17",
"description": "Provides the ability to specify number of rows to a horizontal React Native FlatList",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "James Trickey",
"license": "MIT",
"keywords": [
"react",
"react-native",
"reactnative",
"native",
"React Natve",
"FlatList",
"horizontal",
"flatlist",
"rows",
"android",
"ios",
"scrollview"
],
"scripts": {
"prepare": "yarn build",
"build": "tsc --declaration"
},
"peerDependencies": {
"react": ">=16",
"react-native": "*"
},
"dependencies": {
"@idiosync/horizontal-flatlist": "^1.0.6",
"lodash.chunk": "^4.2.0"
},
"devDependencies": {
"@types/lodash.chunk": "^4.2.7",
"@types/react": ">16",
"@types/react-native": ">0.50.0",
"prettier": "^2.7.1",
"typescript": "^4.4.4"
}
}