-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.2 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.2 KB
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
{
"name": "expo-sticky-view",
"version": "0.1.0",
"description": "An implementation of position sticky for react native",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module",
"open:ios": "xed example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": ["react-native", "expo", "expo-sticky-view", "ExpoStickyView"],
"repository": "https://github.com/edkimmel/expo-sticky-view",
"bugs": {
"url": "https://github.com/edkimmel/expo-sticky-view/issues"
},
"author": "Eddie Kimmel (https://github.com/edkimmel)",
"license": "MIT",
"homepage": "https://github.com/edkimmel/expo-sticky-view#readme",
"dependencies": {},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/react": "~19.0.0",
"expo": "~53.0.0",
"expo-module-scripts": "^4.1.6",
"react-native": "0.79.1"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}