-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
80 lines (80 loc) · 2.64 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
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"dependencies": {
"@mailchimp/mailchimp_marketing": "^3.0.55",
"@react-native-async-storage/async-storage": "^1.15.5",
"@react-native-community/async-storage": "~1.12.0",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/drawer": "^5.12.5",
"@react-navigation/material-bottom-tabs": "^5.3.15",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"@stripe/react-stripe-js": "^1.4.1",
"@stripe/stripe-js": "^1.16.0",
"aws-sdk": "^2.958.0",
"chrome-aws-lambda": "^5.5.0",
"expo": "^40.0.0",
"expo-av": "~8.7.0",
"expo-blur": "~8.2.2",
"expo-cli": "^4.4.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.13",
"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-collapsible": "^1.5.3",
"react-native-gesture-handler": "~1.8.0",
"react-native-paper": "^4.9.2",
"react-native-reanimated": "^1.13.3",
"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.17.1",
"react-native-webview": "11.0.0",
"stripe": "^8.165.0",
"styled-components": "^5.3.0",
"unimodules-permissions-interface": "^6.1.0"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@expo/next-adapter": "^2.1.68",
"@unimodules/core": "^7.1.1",
"@unimodules/react-native-adapter": "^5.7.0",
"babel-eslint": "^10.0.0",
"eslint": "^7.5.0",
"eslint-config-prettier": "^7.0.0",
"eslint-config-react-app": "6.0.0",
"eslint-plugin-flowtype": "^5.8.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"fork-ts-checker-webpack-plugin": "^6.2.13",
"html-webpack-plugin": "^4.3.0",
"prettier": "^2.2.1",
"webpack": "^5.46.0",
"webpack-cli": "^4.7.2",
"webpack-dev-middleware": "^4.3.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
}