-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.32 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
{
"name": "hlbtax",
"version": "1.0.1",
"description": "An app for accounting services",
"author": "Nikola Lukic && Milana Lukic",
"private": true,
"scripts": {
"start": "exp start"
},
"main": "node_modules/expo/AppEntry.js",
"dependencies": {
"expo": "^34.0.0",
"expo-mail-composer": "~6.0.0",
"firebase": "^6.4.2",
"grpc": "^1.23.3",
"moment": "^2.22.2",
"npm": "^5.8.0",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
"react-native-datepicker": "^1.7.2",
"react-native-gesture-handler": "~1.3.0",
"react-native-maps": "~0.24.0",
"react-native-reanimated": "~1.1.0",
"react-native-root-toast": "^3.0.1",
"react-navigation": "^3.11.1",
"react-number-format": "^4.2.0",
"react-redux": "^5.0.1",
"redux": "^3.6.0",
"redux-persist": "^4.8.1",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx-source": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^7.2.3",
"eslint": "^4.1.1",
"eslint-plugin-better": "^0.1.5",
"eslint-plugin-fp": "^2.3.0",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-react": "^7.0.1",
"exp": "^42.1.0",
"metro-react-native-babel-preset": "^0.51.1",
"redux-logger": "^3.0.6"
}
}