forked from gambinish/street-AR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.34 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
{
"name": "my-new-project",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"test": "node ./node_modules/jest/bin/jest.js --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/samples": "2.1.1",
"aws-sdk": "^2.378.0",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"clarifai": "^2.9.0",
"dotenv": "^6.2.0",
"expo": "30.0.0",
"expo-graphics": "1.0.0-alpha.1",
"expo-three": "^3.0.0-alpha.1",
"express": "^4.16.4",
"haversine": "^1.1.0",
"multer": "^1.4.1",
"multer-s3": "^2.9.0",
"nodemon": "^1.18.9",
"react": "16.3.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz",
"react-native-animatable": "^1.3.0",
"react-native-camera": "^1.6.2",
"react-native-circular-progress": "^1.0.1",
"react-native-is-iphonex": "^1.0.1",
"react-native-svg": "^6.5.2",
"react-native-swipeout": "^2.3.6",
"react-native-timer-mixin": "^0.11.0",
"react-navigation": "^2.9.3",
"react-redux": "^5.1.1",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"twilio": "^3.20.0",
"whatwg-fetch": "^2.0.4"
},
"devDependencies": {
"jest-expo": "30.0.0"
}
}