-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 858 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 858 Bytes
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
{
"name": "Look",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"anymatch": "^1.3.0",
"has-flag": "^2.0.0",
"native-base": "^2.3.1",
"native-base-cli": "^1.1.1",
"react": "16.0.0-alpha.12",
"react-native": "0.46.2",
"react-native-camera": "^0.10.0",
"react-native-cli": "^2.0.1",
"react-native-firebase": "^2.1.2",
"react-native-gridview": "^0.1.1",
"react-native-masonry": "^0.2.1",
"react-native-router-flux": "^4.0.0-beta.9",
"react-native-scrollable-tab-view": "^0.6.7",
"react-responsive-masonry": "^1.2.3"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-preset-react-native": "2.1.0",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
}
}