forked from spicygreenbook/greenbook-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.19 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
58
59
60
61
62
63
64
65
66
67
{
"dependencies": {
"@mailchimp/mailchimp_marketing": "^3.0.27",
"@react-native-async-storage/async-storage": "^1.13.2",
"@react-native-community/async-storage": "~1.12.0",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/drawer": "^5.11.2",
"@react-navigation/material-bottom-tabs": "^5.3.9",
"@react-navigation/native": "^5.8.9",
"@react-navigation/stack": "^5.12.6",
"@stripe/react-stripe-js": "^1.1.2",
"@stripe/stripe-js": "^1.11.0",
"aws-sdk": "^2.792.0",
"chrome-aws-lambda": "^5.5.0",
"expo": "^40.0.0",
"expo-av": "~8.7.0",
"expo-blur": "~8.2.2",
"expo-font": "~8.4.0",
"imagemin-optipng": "^8.0.0",
"install": "^0.13.0",
"isomorphic-unfetch": "^3.1.0",
"lodash": "^4.17.20",
"native-base": "^2.13.14",
"next": "10.0.7",
"next-fonts": "^1.5.1",
"next-optimized-images": "^2.6.2",
"npm": "^6.14.8",
"puppeteer": "^5.5.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-gesture-handler": "~1.8.0",
"react-native-paper": "^4.0.0-alpha.1",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "12.1.0",
"react-native-web": "~0.13.12",
"react-native-webview": "11.0.0",
"stripe": "^8.121.0",
"styled-components": "^5.2.1",
"unimodules-permissions-interface": "^6.0.0"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@expo/next-adapter": "^2.1.45",
"@unimodules/core": "^7.0.0",
"@unimodules/react-native-adapter": "^5.7.0",
"fork-ts-checker-webpack-plugin": "^6.1.0",
"html-webpack-plugin": "^4.3.0",
"webpack": "^5.23.0",
"webpack-cli": "^4.5.0",
"webpack-dev-middleware": "^4.1.0",
"webpack-dev-server": "^3.11.2"
},
"scripts": {
"build": "next build",
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo web",
"eject": "expo eject"
},
"private": true
}