-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.55 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
{
"name": "servlynk",
"version": "0.1.0",
"private": true,
"devDependencies": {
"jest-expo": "~27.0.0",
"react-native-scripts": "1.14.0",
"react-test-renderer": "16.3.1"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "jest"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@babel/preset-react": "^7.0.0-beta.52",
"babel": "^6.23.0",
"babel-plugin-module-alias": "^1.6.0",
"babel-preset-expo": "^4.0.0",
"babel-preset-react-native-stage-0": "^1.0.1",
"expo": "^27.0.1",
"firebase": "^5.3.1",
"react": "16.3.1",
"react-native": "~0.55.2",
"react-native-checkout": "^0.0.8",
"react-native-dropdown-menu": "^2.0.0",
"react-native-easy-grid": "^0.2.0",
"react-native-elements": "^0.19.1",
"react-native-form-builder": "^1.0.15",
"react-native-list-popover": "^1.1.1",
"react-native-payments": "^0.7.0",
"react-native-payments-addon-stripe": "^0.4.0",
"react-native-payments-cli": "^0.2.0",
"react-native-push-notification": "^3.1.1",
"react-native-side-menu": "^1.1.3",
"react-native-stripe-api": "^0.1.0",
"react-native-vector-icons": "^5.0.0",
"react-navigation": "^2.11.2",
"reactotron-react-native": "^2.1.0",
"request": "^2.88.0",
"sendbird": "^3.0.72",
"stripe-client": "^1.1.5",
"uuid": "^3.3.2"
}
}