mirror of
https://github.com/status-im/react-native-image-crop-picker.git
synced 2025-02-25 11:55:26 +00:00
20 lines
538 B
JSON
20 lines
538 B
JSON
{
|
|
"name": "example",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
|
"ios": "node node_modules/react-native/local-cli/cli.js run-ios",
|
|
"android": "node node_modules/react-native/local-cli/cli.js run-android"
|
|
},
|
|
"dependencies": {
|
|
"react": "16.10.2",
|
|
"react-native": "0.61.2",
|
|
"react-native-image-crop-picker": "../",
|
|
"react-native-video": "5.1.0-alpha1"
|
|
},
|
|
"devDependencies": {
|
|
"@react-native-community/cli": "4.8.0"
|
|
}
|
|
}
|