-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1.16 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
{
"name": "react-native-live-stories-example",
"description": "Example app for react-native-live-stories",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start"
},
"dependencies": {
"@react-native-community/eslint-config": "^1.1.0",
"babel-jest": "^25.1.0",
"jest": "^25.1.0",
"react": "^16.13.1",
"react-content-loader": "^5.1.4",
"react-native": "^0.63.3",
"react-native-fast-image": "^8.3.3",
"react-native-linear-gradient": "^2.5.6",
"react-native-paper": "^4.3.0",
"react-native-reanimated": "^1.13.1",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "^12.1.0",
"react-native-video": "^5.0.2",
"react-native-video-cache": "^2.0.5",
"react-test-renderer": "^16.13.1"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@types/react-native-snap-carousel": "^3.8.2",
"babel-plugin-module-resolver": "^4.0.0",
"metro-react-native-babel-preset": "^0.59.0",
"react-native-elements": "^2.3.2",
"react-native-vector-icons": "^7.1.0"
}
}