forked from Mindinventory/react-native-stagger-view
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 945 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 945 Bytes
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
{
"name": "@mindinventory/react-native-stagger-view",
"version": "1.1.0",
"description": "Provide staggered list with multiple columns.",
"main": "src/index.tsx",
"private": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/Mindinventory/react-native-stagger-view.git"
},
"author": "Mindinventory",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mindinventory/react-native-stagger-view/issues"
},
"homepage": "https://github.com/Mindinventory/react-native-stagger-view#readme",
"devDependencies": {
"@types/react": "^17.0.38",
"@types/react-native": "^0.66.11",
"typescript": "^4.5.4"
},
"keywords": [
"react-native-stagger-view",
"rn-stagger-view",
"react-native-stagger-list",
"rn-stagger-list"
]
}