-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
50 lines (50 loc) · 1.2 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
{
"name": "expo-instagram-reels",
"version": "1.0.1",
"description": "Instagram Reels component for React Native",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"scripts": {
"build": "tsc -p ."
},
"dependencies": {
"@react-native-community/slider": "^4.1.12",
"expo": "~43.0.2",
"expo-av": "~10.1.3",
"react": "17.0.1"
},
"peerDependencies": {
"react": "^17.0.1",
"react-native": "0.64.3"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "^17.0.34",
"@types/react-native": "^0.66.4",
"typescript": "^4.4.4"
},
"contributors": [
{
"name": "Kartikey Vaish",
"url": "https://github.com/kartikeyvaish"
}
],
"homepage": "https://github.com/kartikeyvaish/expo-instagram-reels#readme",
"bugs": {
"url": "https://github.com/kartikeyvaish/expo-instagram-reels/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/kartikeyvaish/expo-instagram-reels.git"
},
"keywords": [
"reels",
"instagram-reels",
"react-native-instagram-reels",
"expo-instagram-reel",
"youtube-shorts",
"react-native-youtube-shorts",
"expo-youtube-shorts"
]
}