react-native-sortable-list/examples/Basic/package.json
Timur Gibadullin 40dbf3e7df update order
2017-06-02 18:51:19 +03:00

15 lines
299 B
JSON

{
"name": "Basic",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"lodash": "^4.17.4",
"react": "^15.4.0",
"react-native": "^0.41.2",
"react-native-sortable-list": "../.."
}
}