mirror of
https://github.com/zhigang1992/tipsi-stripe.git
synced 2026-06-13 01:38:29 +08:00
33 lines
942 B
JSON
33 lines
942 B
JSON
{
|
|
"name": "example",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
|
"appium": "appium",
|
|
"configure": "scripts/configure.sh",
|
|
"build:android": "scripts/build-android.sh",
|
|
"build:ios": "scripts/build-ios.sh",
|
|
"build": "npm-run-all build:*",
|
|
"test:android": "appium-helper --platform android",
|
|
"test:ios": "appium-helper --platform ios",
|
|
"test": "npm-run-all test:*",
|
|
"add-podfile": "scripts/add-podfile.sh"
|
|
},
|
|
"dependencies": {
|
|
"prop-types": "^15.5.10",
|
|
"react": "16.0.0-alpha.12",
|
|
"react-native": "0.45.0",
|
|
"react-native-drawer-layout-polyfill": "^1.3.1",
|
|
"tipsi-stripe": "file:../"
|
|
},
|
|
"devDependencies": {
|
|
"appium": "1.6.4",
|
|
"babel-preset-react-native": "1.9.2",
|
|
"npm-run-all": "^3.1.1",
|
|
"tape-async": "^2.1.1",
|
|
"tipsi-appium-helper": "2.0.0",
|
|
"webdriverio": "4.7.1"
|
|
}
|
|
}
|