18 lines
464 B
JSON
18 lines
464 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-alpha.6",
|
|
"react-native": "0.43.4",
|
|
"react-native-camera-kit": "file:../",
|
|
"seamless-immutable": "^6.1.0"
|
|
}
|
|
}
|