-
Notifications
You must be signed in to change notification settings - Fork 1
/
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": "CeburiloApp",
"version": "0.3.0",
"private": true,
"devDependencies": {
"babel-eslint": "^8.2.3",
"babel-preset-react-native-stage-0": "^1.0.1",
"babel-root-slash-import": "^1.1.0",
"eslint": "^4.19.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-import-resolver-babel-root-slash-import": "^1.0.6",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-react-native": "^3.2.1",
"eslint-watch": "^3.1.3",
"jest": "^22.4.2",
"jest-react-native": "^18.0.0",
"react-native-version": "^2.6.0",
"react-test-renderer": "16.2.0"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"log-android": "react-native log-android",
"ios": "react-native run-ios",
"test": "node node_modules/jest/bin/jest.js",
"lint": "./node_modules/eslint-watch/bin/esw",
"postversion": "react-native-version -a",
"build": "cd android && ./gradlew assembleRelease"
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"prop-types": "^15.6.1",
"query-string": "^6.1.0",
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-floating-action": "^1.10.1",
"react-native-google-places": "^2.5.0",
"react-native-maps": "^0.20.1",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^2.0.1",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.2.0"
}
}