-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 929 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "ReactNativeTest",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"test": "npm run flow && node ./test/e2e/index.test.js",
"flow": "flow",
"travis": "./scripts/travis-test-and-deploy.sh",
"deploy": "echo \"Implement Fastlane\""
},
"dependencies": {
"babel-preset-es2015": "^6.18.0",
"react": "15.3.2",
"react-native": "0.36.1"
},
"jest": {
"preset": "jest-react-native",
"testPathDirs": [
"./__tests__"
]
},
"devDependencies": {
"appium": "1.6.0",
"asset-require-hook": "^1.0.2",
"babel-cli": "6.14.0",
"babel-core": "6.14.0",
"babel-jest": "16.0.0",
"babel-preset-react-native": "1.9.0",
"caching-transform": "1.0.1",
"flow-bin": "^0.33.0",
"jest": "16.0.2",
"jest-react-native": "16.1.0",
"react-test-renderer": "15.3.2",
"tape": "^4.6.2",
"wd": "^1.0.0"
}
}