react-native-camera-kit/example/package.json
2018-01-28 11:18:23 +02:00

18 lines
456 B
JSON

{
"name": "example",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "watchman watch-del-all && node node_modules/react-native/local-cli/cli.js start",
"quickinstall": "node scripts/quickinstall",
"xcode": "open ios/camera-kit.xcodeproj"
},
"dependencies": {
"lodash": "^4.13.1",
"react": "16.0.0",
"react-native": "0.51.0",
"react-native-camera-kit": "file:../",
"seamless-immutable": "^6.1.0"
}
}