forked from dohooo/react-native-reanimated-carousel
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 2.08 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
51
52
53
54
55
56
57
{
"name": "react-native-reanimated-carousel-example",
"description": "Example app for react-native-reanimated-carousel",
"homepage": "https://dohooo.github.io/react-native-reanimated-carousel/",
"version": "0.0.1",
"private": true,
"main": "index",
"scripts": {
"android:pretty": "expo start --android",
"ios": "expo start -c --ios",
"ios:pretty": "PRETTY=true expo start -c --ios",
"web": "expo start --web",
"web:pretty": "PRETTY=true expo start --web",
"start": "expo start",
"test": "jest",
"build:web": "expo build:web",
"deploy": "gh-pages -d web-build",
"predeploy": "yarn build:web"
},
"dependencies": {
"@faker-js/faker": "^6.0.0-beta.0",
"@react-navigation/core": "^6.1.0",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.2.5",
"babel-loader": "^8.2.3",
"expo": "^44.0.0",
"expo-blur": "~11.0.0",
"expo-constants": "~13.0.1",
"expo-splash-screen": "~0.14.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-snap-carousel": "^3.9.1",
"react-native-ui-lib": "^6.7.1",
"react-native-unimodules": "~0.15.0",
"react-native-web": "0.17.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/runtime": "^7.9.6",
"@expo/webpack-config": "~0.16.2",
"@types/react-native-snap-carousel": "^3.8.5",
"babel-plugin-inline-dotenv": "^1.6.0",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-react-native-web": "^0.17.5",
"babel-preset-expo": "9.0.2",
"expo-cli": "^4.0.13",
"fiction-expo-restart": "^1.1.0",
"gh-pages": "^3.2.3",
"react-native-gesture-handler": "~2.1.0",
"react-native-reanimated": "~2.3.1",
"typescript": "~4.3.5"
}
}