-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.44 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.44 KB
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
39
40
41
42
43
44
45
46
47
{
"name": "inmotion_postcode",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "npm cache clean && watchman watch-del-all && node_modules/react-native/packager/packager.sh --resetCache",
"test": "node ./test/e2e/index.test.js",
"test:cov": "babel-node ./node_modules/.bin/babel-istanbul cover tape ./test/unit/index.test.js && open coverage/lcov-report/index.html",
"o:ios": "open ios/inmotion_postcode.xcodeproj",
"o:android": "open android/app/src/main/java/com/inmotion_postcode/MainActivity.java"
},
"dependencies": {
"immutable": "^3.8.1",
"react": "15.3.2",
"react-native": "^0.36.1",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"redux-immutable": "^3.0.8",
"redux-thunk": "^2.1.0"
},
"jest": {
"preset": "jest-react-native"
},
"devDependencies": {
"appium": "1.6.0",
"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.0",
"babel-istanbul": "^0.11.0",
"babel-jest": "16.0.0",
"babel-preset-react-native": "1.9.0",
"eslint": "^3.9.1",
"eslint-plugin-flowtype": "^2.25.0",
"eslint-plugin-react": "^6.5.0",
"eslint-plugin-react-native": "^2.0.0",
"flow-bin": "^0.34.0",
"isomorphic-fetch": "^2.2.1",
"istanbul": "^0.4.5",
"jest": "16.0.2",
"jest-react-native": "16.1.0",
"nock": "^9.0.2",
"react-test-renderer": "15.3.2",
"redux-logger": "^2.7.4",
"sync-flow": "^1.0.0",
"tape": "^4.6.2",
"wd": "^1.0.0"
}
}