-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.65 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
{
"name": "Booksy",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@aws-amplify/api": "^1.2.4",
"@aws-amplify/core": "^1.2.4",
"@aws-amplify/pubsub": "^1.2.4",
"@eva-design/eva": "^1.2.0",
"@react-native-community/async-storage": "^1.6.2",
"@ui-kitten/eva-icons": "^4.2.0",
"amazon-cognito-identity-js": "^3.2.0",
"aws-amplify": "^1.2.4",
"aws-amplify-react-native": "^2.2.3",
"formik": "^2.0.3",
"react": "16.9.0",
"react-native": "0.61.4",
"react-native-appearance": "^0.3.1",
"react-native-navigation": "^4.0.5",
"react-native-navigation-hooks": "^3.0.1",
"react-native-svg": "^9.13.3",
"react-native-svg-transformer": "^0.13.0",
"react-native-tableview": "^3.0.0",
"react-native-ui-kitten": "^4.2.0",
"react-native-vector-icons": "^6.6.0",
"use-deep-compare-effect": "^1.2.0",
"yup": "^0.27.0"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^0.0.5",
"@types/jest": "^24.0.22",
"@types/react": "^16.9.11",
"@types/react-native": "^0.60.22",
"@types/react-native-vector-icons": "^6.4.4",
"@types/react-test-renderer": "^16.9.1",
"@types/yup": "^0.26.24",
"babel-jest": "^24.9.0",
"eslint": "^6.5.1",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"react-test-renderer": "16.9.0",
"typescript": "^3.7.2"
},
"jest": {
"preset": "react-native"
}
}