-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.59 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
{
"name": "molli",
"version": "0.1.0",
"private": true,
"devDependencies": {
"jest-expo": "~27.0.0",
"react-native-scripts": "^1.14.1",
"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": {
"axios": "^0.18.0",
"cors": "^2.8.4",
"create-react-class": "^15.6.3",
"emoji-utils": "^1.0.1",
"eslint": "^5.3.0",
"expo": "^27.1.1",
"express": "^4.16.3",
"firebase": "^5.3.1",
"firebase-functions": "^2.0.0",
"fortnite-api": "^2.12.2",
"moment": "^2.22.2",
"native-base": "^2.7.2",
"react": "16.3.1",
"react-credit-card-input": "^1.0.13",
"react-native": "~0.55.2",
"react-native-credit-card": "^0.1.9",
"react-native-credit-card-input": "^0.4.1",
"react-native-deck-swiper": "^1.5.17",
"react-native-elements": "^0.19.1",
"react-native-form-builder": "^1.0.15",
"react-native-gifted-chat": "^0.4.3",
"react-native-gifted-form": "^0.1.1",
"react-native-hpicker": "^1.0.5",
"react-native-linear-gradient": "^2.4.0",
"react-native-snap-carousel": "^3.7.2",
"react-native-vector-icons": "^5.0.0",
"react-navigation": "^2.11.2",
"react-player": "^1.6.4",
"rn-popup": "^1.0.4",
"rn-sliding-up-panel": "^1.2.1",
"stripe": "^6.7.0",
"stripe-client": "^1.1.5"
}
}