-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "flyingcarpet",
"version": "0.1.0",
"private": true,
"devDependencies": {
"jest-expo": "25.0.0",
"react-native-scripts": "1.11.1",
"react-test-renderer": "16.2.0",
"redux-devtools-extension": "^2.13.2"
},
"main": "./index.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"crypto-js": "^3.1.9-1",
"expo": "^25.0.0",
"moment": "^2.20.1",
"react": "16.2.0",
"react-native": "0.52.0",
"react-native-animatable": "^1.2.4",
"react-native-elements": "^0.19.0",
"react-native-extended-stylesheet": "^0.8.1",
"react-native-google-places-autocomplete": "^1.3.6",
"react-native-router-flux": "^4.0.0-beta.28",
"react-native-status-bar-height": "^2.0.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2"
}
}