@react-native-ohos/flash-list
Version:
FlashList is a more performant FlatList replacement
83 lines (82 loc) • 2.31 kB
JSON
{
"name": "@react-native-ohos/flash-list",
"version": "1.8.3-rc.1",
"keywords": [
"react-native",
"recyclerview",
"listview",
"flatlist-alternative",
"flatlist",
"recyclerlistview",
"60fps",
"cross-platform",
"react-native-web",
"performance"
],
"harmony": {
"alias": "@shopify/flash-list"
},
"publishConfig": {
"access": "public",
"@shopify:registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/react-native-oh-library/flash-list.git"
},
"description": "FlashList is a more performant FlatList replacement",
"author": "shopify",
"license": "MIT",
"homepage": "https://shopify.github.io/flash-list/",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"up": "bundle install && yarn fixture-up && yarn e2e-up && yarn build",
"fixture-web-up": "cd fixture/web-app && yarn && cd ../../",
"fixture-up": "cd fixture && yarn && cd ios && bundle exec pod install && cd ../../",
"e2e-up": "cd fixture/ios && brew tap wix/brew && brew install applesimutils && cd ../../",
"start": "cd fixture && react-native start",
"test": "jest",
"lint": "yarn eslint . --ext .ts,.tsx",
"lint:fix": "yarn eslint . --ext .ts,.tsx --fix",
"type-check": "yarn tsc --pretty --noEmit",
"build": "tsc -b",
"prepack": "tsc -b"
},
"peerDependencies": {
"@babel/runtime": "*",
"react": "*",
"react-native": "*",
"recyclerlistview": "4.2.0"
},
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/runtime": "^7.18.3",
"@quilted/react-testing": "~0.5.20",
"@react-native-community/eslint-config": "^3.0.3",
"@shopify/eslint-plugin": "^41.3.1",
"@types/jest": "^29.5.10",
"@types/react-native": "0.72.2",
"babel-jest": "^28.1.1",
"enhanced-resolve": "^5.9.3",
"eslint": "8.18.0",
"gh-pages": "^4.0.0",
"jest": "^29.7.0",
"metro-react-native-babel-preset": "^0.71.1",
"prettier": "^2.7.1",
"react": "18.3.1",
"react-native": "^0.77.1",
"typescript": "^4.7.4",
"recyclerlistview": "4.2.0"
},
"files": [
"harmony",
"dist",
"src",
"jestSetup.js"
],
"dependencies": {
"tslib": "2.4.0",
"@shopify/flash-list": "1.8.2"
}
}