-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.53 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": "Panttipullo",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"publish": "expo publish",
"build-android": "expo build:android -t app-bundle",
"eject": "expo eject",
"eslint:fix": "esw --ext js,jsx src/** App.jsx app.config.js --fix",
"eslint": "esw --ext js,jsx src/** App.jsx app.config.js",
"eslint:watch": "esw -w --changed --ext js,jsx src/** App.jsx app.config.js"
},
"dependencies": {
"@expo/vector-icons": "^12.0.2",
"dotenv": "^8.2.0",
"expo": "^40.0.0",
"expo-ads-admob": "~8.4.0",
"expo-analytics-amplitude": "~9.0.0",
"expo-barcode-scanner": "~9.1.0",
"expo-constants": "~9.3.5",
"expo-font": "~8.4.0",
"expo-haptics": "~8.4.0",
"expo-localization": "~9.1.0",
"expo-permissions": "~10.0.0",
"i18n-js": "3.8.0",
"lodash": "4.17.20",
"mobx": "6.0.5",
"mobx-react": "7.0.6",
"moment": "2.29.1",
"native-base": "2.15.2",
"numeral": "2.0.6",
"react": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-hyperlink": "0.0.19",
"sentry-expo": "^3.0.4"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"babel-eslint": "10.1.0",
"babel-preset-airbnb": "5.0.0",
"babel-preset-expo": "8.3.0",
"eslint": "7.18.0",
"eslint-config-airbnb": "18.2.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.22.0",
"eslint-watch": "7.0.0"
}
}