forked from Flipkart/recyclerlistview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.43 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
45
46
47
48
49
50
51
52
53
54
{
"name": "@exodus/recyclerlistview",
"version": "4.2.4",
"description": "The listview that you need and deserve. It was built for performance, uses cell recycling to achieve smooth scrolling.",
"main": "dist/reactnative/index.js",
"types": "dist/reactnative/index.d.ts",
"scripts": {
"build": "yarn clean && tslint src/**/*.{ts,tsx} && tsc",
"clean": "rm -rf dist/"
},
"files": [
"dist",
"sticky/**"
],
"keywords": [
"react-native",
"recyclerview",
"listview",
"flatlist-alternative",
"flatlist",
"60fps",
"cross-platform",
"web",
"react-native-web",
"performance"
],
"repository": {
"type": "git",
"url": "https://github.com/ExodusMovement/recyclerlistview/tree/exodus-4.2.1"
},
"author": "Exodus Movement, Inc.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ExodusMovement/recyclerlistview/tree/exodus-4.2.1/issues"
},
"homepage": "https://github.com/ExodusMovement/recyclerlistview/tree/exodus-4.2.1",
"dependencies": {
"lodash.debounce": "4.0.8",
"prop-types": "15.8.1"
},
"peerDependencies": {
"react": ">= 15.2.1",
"react-native": ">= 0.30.0"
},
"devDependencies": {
"@types/lodash.debounce": "4.0.8",
"@types/prop-types": "15.5.2",
"@types/react": "16.4.7",
"@types/react-native": "0.49.5",
"@types/resize-observer-browser": "0.1.7",
"tslint": "5.11.0",
"typescript": "4.9.5"
}
}