-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 977 Bytes
/
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
{
"name": "aquamobile",
"version": "0.0.1",
"private": true,
"scripts": {
"flow start": "flow start",
"flow stop": "flow stop",
"flow status": "flow status",
"flow coverage": "flow coverage",
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.0.0-beta.5",
"react-native": "0.49.3",
"react-native-code-push": "5.1.2-beta",
"react-native-fabric": "^0.4.1",
"react-native-firebase": "^2.2.1",
"react-native-shadow": "^1.2.1",
"react-native-svg": "5.4.1",
"react-native-tab-view": "0.0.66",
"react-native-vector-icons": "^4.2.0"
},
"devDependencies": {
"babel-eslint": "^8.0.0",
"babel-jest": "20.0.3",
"babel-preset-flow": "^6.23.0",
"babel-preset-react-native": "2.0.0",
"jest": "20.0.4",
"prettier-eslint": "^8.1.0",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
}
}