-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.63 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": "firebase-rn-redux-nativebase-starter",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-preset-airbnb": "^2.4.0",
"babel-preset-react-native": "^4.0.0",
"eslint": "^4.18.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"jest-expo": "25.0.0",
"react-native-scripts": "1.11.1",
"react-test-renderer": "16.2.0",
"remotedev-rn-debugger": "^0.8.3"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"lint": "eslint js",
"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",
"postinstall": "remotedev-debugger --hostname localhost --port 5678 --injectserver"
},
"remotedev": {
"hostname": "localhost",
"port": 5678
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^6.2.2",
"@firebase/app": "^0.1.9",
"@firebase/auth": "^0.3.3",
"@firebase/firestore": "^0.3.3",
"expo": "^25.0.0",
"native-base": "^2.3.7",
"prop-types": "^15.6.0",
"react": "16.2.0",
"react-native": "0.52.0",
"react-native-loading-spinner-overlay": "^0.5.2",
"react-native-router-flux": "^4.0.0-beta.28",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-form": "^7.2.3",
"redux-logger": "^3.0.6",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.2.0",
"remote-redux-devtools": "^0.5.12"
}
}