forked from taskrabbit/ReactNativeSampleApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.71 KB
/
package.json
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
48
49
50
51
52
53
{
"name": "ReactNativeSampleApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh",
"test": "npm run mocha-test test/integration",
"mocha-test": "mocha --recursive --compilers js:babel-core/register",
"compile:test": "TARGET=test node tasks/compile.js",
"compile:staging": "TARGET=staging node tasks/compile.js",
"install:staging": "PHONE=true TARGET=staging node tasks/compile.js",
"translation:dump": "ACTION=dump node tasks/translation.js",
"translation:backfill": "ACTION=backfill node tasks/translation.js",
"translation:times": "ACTION=times node tasks/translation.js",
"translation:check": "ACTION=check node tasks/translation.js"
},
"dependencies": {
"events": "1.1.0",
"flux": "2.1.1",
"invariant": "2.2.0",
"is-promise": "2.1.0",
"jstz": "1.0.7",
"keymirror": "0.1.1",
"moment-timezone": "0.4.1",
"object-assign": "4.0.1",
"react": "15.4.0",
"react-native": "0.38.0",
"react-native-keychain": "0.2.6",
"react-native-mock": "0.2.7",
"react-timer-mixin": "0.13.3",
"require-all": "2.0.0",
"superagent": "1.8.3",
"underscore": "1.8.3",
"underscore.string": "3.2.2"
},
"devDependencies": {
"appium": "1.5.1",
"babel-plugin-syntax-async-functions": "^6.5.0",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-plugin-transform-regenerator": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"chai": "3.4.0",
"chai-as-promised": "5.1.0",
"colors": "1.1.2",
"ios-deploy": "1.8.2",
"koa": "1.1.2",
"koa-bodyparser": "2.0.1",
"mocha": "2.4.5",
"node-inspector": "0.12.8",
"wd": "0.4.0",
"yiewd": "0.6.0"
}
}