mirror of
https://github.com/zhigang1992/react-native-swipeout.git
synced 2026-01-12 22:50:59 +08:00
17 lines
331 B
JSON
Executable File
17 lines
331 B
JSON
Executable File
{
|
|
"name": "swipeoutExample",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start"
|
|
},
|
|
"dependencies": {
|
|
"react": "~15.4.0",
|
|
"react-native": "0.41.2",
|
|
"react-native-swipeout": "file:../"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-react-native": "1.9.1"
|
|
}
|
|
}
|