forked from rnc-archive/rncamera-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 785 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
{
"name": "RNCameraExample",
"version": "0.0.1",
"dependencies": {
"@babel/runtime": "^7.1.2",
"babel": "^6.23.0",
"react": "16.5.0",
"react-native": "0.57.1",
"react-native-camera": "git+ssh://git@github.com/react-native-community/react-native-camera#fd87a3475aedf64243fc0cc5f225dcbf2484bbab"
},
"devDependencies": {
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.47.0",
"react-test-renderer": "16.5.0"
},
"jest": {
"preset": "react-native"
},
"private": true,
"scripts": {
"clear": "node node_modules/react-native/local-cli/cli.js start --reset-cache",
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"postinstall": "scripts/post.sh"
}
}