16 lines
337 B
JSON
16 lines
337 B
JSON
{
|
|
"name": "example",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "^4.13.1",
|
|
"react": ">=0.14.5",
|
|
"react-native": "0.31.0",
|
|
"react-native-camera-kit": "file:../",
|
|
"seamless-immutable": "^6.1.0"
|
|
}
|
|
}
|