|
5 | 5 | "scripts": {
|
6 | 6 | "start": "node_modules/react-native/packager/packager.sh",
|
7 | 7 | "test": "npm run mocha-test test/integration",
|
8 |
| - "mocha-test": "mocha --recursive --compilers js:babel/register", |
| 8 | + "mocha-test": "mocha --recursive --compilers js:babel-core/register", |
9 | 9 | "compile:test": "TARGET=test node tasks/compile.js",
|
10 | 10 | "compile:staging": "TARGET=staging node tasks/compile.js",
|
11 | 11 | "install:staging": "PHONE=true TARGET=staging node tasks/compile.js"
|
12 | 12 | },
|
13 |
| - "babel": { |
14 |
| - "whitelist": [ |
15 |
| - "es6.modules", |
16 |
| - "es6.classes", |
17 |
| - "es6.arrowFunctions", |
18 |
| - "es6.constants", |
19 |
| - "es6.spread", |
20 |
| - "es6.blockScoping", |
21 |
| - "es6.parameters", |
22 |
| - "es6.destructuring" |
23 |
| - ] |
24 |
| - }, |
25 | 13 | "dependencies": {
|
26 | 14 | "events": "1.1.0",
|
27 | 15 | "flux": "2.1.1",
|
|
37 | 25 | },
|
38 | 26 | "devDependencies": {
|
39 | 27 | "appium": "1.4.13",
|
40 |
| - "babel": "6.3.13", |
| 28 | + "babel-core": "^6.1.20", |
| 29 | + "babel-eslint": "4.1.4", |
| 30 | + "babel-plugin-external-helpers-2": "^6.1.4", |
| 31 | + "babel-plugin-syntax-async-functions": "^6.0.14", |
| 32 | + "babel-plugin-syntax-class-properties": "^6.0.14", |
| 33 | + "babel-plugin-syntax-flow": "^6.0.14", |
| 34 | + "babel-plugin-syntax-jsx": "^6.0.14", |
| 35 | + "babel-plugin-syntax-trailing-function-commas": "^6.0.14", |
| 36 | + "babel-plugin-transform-class-properties": "^6.0.14", |
| 37 | + "babel-plugin-transform-es2015-arrow-functions": "^6.0.14", |
| 38 | + "babel-plugin-transform-es2015-block-scoping": "^6.0.18", |
| 39 | + "babel-plugin-transform-es2015-classes": "^6.1.2", |
| 40 | + "babel-plugin-transform-es2015-computed-properties": "^6.0.14", |
| 41 | + "babel-plugin-transform-es2015-constants": "^6.0.15", |
| 42 | + "babel-plugin-transform-es2015-destructuring": "^6.0.18", |
| 43 | + "babel-plugin-transform-es2015-for-of": "^6.0.14", |
| 44 | + "babel-plugin-transform-es2015-modules-commonjs": "^6.1.3", |
| 45 | + "babel-plugin-transform-es2015-parameters": "^6.0.18", |
| 46 | + "babel-plugin-transform-es2015-shorthand-properties": "^6.0.14", |
| 47 | + "babel-plugin-transform-es2015-spread": "^6.0.14", |
| 48 | + "babel-plugin-transform-es2015-template-literals": "^6.0.14", |
| 49 | + "babel-plugin-transform-flow-strip-types": "^6.0.14", |
| 50 | + "babel-plugin-transform-object-assign": "^6.0.14", |
| 51 | + "babel-plugin-transform-object-rest-spread": "^6.0.14", |
| 52 | + "babel-plugin-transform-react-display-name": "^6.0.14", |
| 53 | + "babel-plugin-transform-react-jsx": "^6.0.18", |
| 54 | + "babel-plugin-transform-regenerator": "^6.0.18", |
| 55 | + "babel-polyfill": "^6.0.16", |
| 56 | + "babel-register": "^6.3.13", |
| 57 | + "babel-types": "^6.1.2", |
| 58 | + "babylon": "^6.1.2", |
41 | 59 | "chai": "3.4.1",
|
42 | 60 | "chai-as-promised": "5.1.0",
|
43 | 61 | "colors": "1.0.3",
|
|
48 | 66 | "promise": "*",
|
49 | 67 | "underscore": "1.8.3",
|
50 | 68 | "wd": "0.4.0",
|
| 69 | + "webpack": "^1.12.9", |
51 | 70 | "yiewd": "0.6.0"
|
52 | 71 | }
|
53 | 72 | }
|
0 commit comments