forked from Shopify/flash-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.7 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@exodus/flash-list",
"version": "1.7.3",
"keywords": [
"react-native",
"recyclerview",
"listview",
"flatlist-alternative",
"flatlist",
"recyclerlistview",
"60fps",
"cross-platform",
"react-native-web",
"performance"
],
"repository": {
"type": "git",
"url": "https://github.com/ExodusMovement/flash-list/tree/exodus-1.7.1"
},
"description": "FlashList is a more performant FlatList replacement",
"author": "Exodus Movement, Inc.",
"license": "MIT",
"homepage": "https://github.com/ExodusMovement/flash-list/tree/exodus-1.7.1/",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "rm -rf dist/",
"build": "yarn clean && tsc -b"
},
"peerDependencies": {
"@babel/runtime": "*",
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/runtime": "^7.18.3",
"@quilted/react-testing": "0.5.27",
"@react-native-community/eslint-config": "^3.0.3",
"@shopify/eslint-plugin": "^41.3.1",
"@types/jest": "^29.5.10",
"@types/react": "^18.0.24",
"babel-jest": "^28.1.1",
"enhanced-resolve": "^5.9.3",
"eslint": "8.18.0",
"jest": "^29.7.0",
"metro-react-native-babel-preset": "^0.71.1",
"prettier": "^2.7.1",
"react": "18.2.0",
"react-native": "0.74.3",
"react-test-renderer": "18.2.0",
"typescript": "^4.7.4"
},
"files": [
"android",
"ios",
"dist",
"RNFlashList.podspec",
"!dist/__tests__/",
"!dist/benchmark/",
"!android/src/test/",
"!ios/Tests/",
"!dist/tsconfig.tsbuildinfo"
],
"dependencies": {
"@exodus/recyclerlistview": "^4.2.4",
"tslib": "2.3.1"
}
}