|
23 | 23 | }, |
24 | 24 | "homepage": "https://github.com/nodkz/graphql-compose-relay", |
25 | 25 | "dependencies": { |
26 | | - "babel-runtime": "^6.6.1", |
27 | 26 | "graphql-compose": ">=0.0.2" |
28 | 27 | }, |
29 | 28 | "peerDependencies": { |
30 | 29 | "graphql": "^0.5.0" |
31 | 30 | }, |
32 | 31 | "devDependencies": { |
33 | | - "babel-cli": "^6.7.7", |
34 | | - "babel-core": "^6.7.7", |
35 | | - "babel-eslint": "^6.0.3", |
36 | | - "babel-loader": "^6.2.4", |
37 | | - "babel-plugin-add-module-exports": "^0.1.2", |
38 | | - "babel-plugin-dev-expression": "^0.2.1", |
39 | | - "babel-plugin-syntax-async-functions": "^6.8.0", |
40 | | - "babel-plugin-transform-class-properties": "^6.10.2", |
41 | | - "babel-plugin-transform-flow-strip-types": "^6.8.0", |
42 | | - "babel-plugin-transform-object-rest-spread": "^6.8.0", |
43 | | - "babel-plugin-transform-regenerator": "^6.9.0", |
44 | | - "babel-plugin-transform-runtime": "^6.7.5", |
45 | | - "babel-polyfill": "^6.7.4", |
46 | | - "babel-preset-es2015": "^6.6.0", |
47 | | - "babel-preset-es2015-loose": "^7.0.0", |
48 | | - "babel-preset-es2015-loose-native-modules": "^1.0.0", |
49 | | - "babel-preset-stage-0": "^6.5.0", |
50 | | - "babel-register": "^6.7.2", |
51 | | - "chai": "^3.5.0", |
52 | | - "chai-as-promised": "^5.3.0", |
53 | | - "chai-spies": "^0.7.1", |
54 | | - "eslint": "^2.8.0", |
55 | | - "eslint-config-airbnb": "^7.0.0", |
56 | | - "eslint-plugin-jsx-a11y": "^0.6.2", |
57 | | - "eslint-plugin-react": "^4.3.0", |
58 | | - "flow": "^0.2.3", |
59 | | - "flow-bin": "^0.27.0", |
60 | | - "mocha": "^2.5.3", |
61 | | - "rimraf": "^2.5.2", |
62 | | - "sane": "^1.3.4" |
| 32 | + "babel-cli": "6.10.1", |
| 33 | + "babel-eslint": "6.1.0", |
| 34 | + "babel-plugin-syntax-async-functions": "6.8.0", |
| 35 | + "babel-plugin-transform-class-properties": "6.10.2", |
| 36 | + "babel-plugin-transform-flow-comments": "6.8.0", |
| 37 | + "babel-plugin-transform-flow-strip-types": "6.8.0", |
| 38 | + "babel-plugin-transform-object-rest-spread": "6.8.0", |
| 39 | + "babel-plugin-transform-regenerator": "6.9.0", |
| 40 | + "babel-preset-es2015": "6.9.0", |
| 41 | + "chai": "3.5.0", |
| 42 | + "chai-as-promised": "5.3.0", |
| 43 | + "chai-spies": "0.7.1", |
| 44 | + "eslint": "2.13.1", |
| 45 | + "eslint-config-airbnb": "9.0.1", |
| 46 | + "eslint-plugin-flow-vars": "0.4.0", |
| 47 | + "eslint-plugin-flowtype": "2.2.7", |
| 48 | + "eslint-plugin-import": "1.10.2", |
| 49 | + "flow-bin": "0.28.0", |
| 50 | + "mocha": "2.5.3", |
| 51 | + "rimraf": "2.5.2", |
| 52 | + "sane": "1.3.4" |
63 | 53 | }, |
64 | 54 | "scripts": { |
65 | 55 | "build": "npm run build-cjs && npm run build-es", |
66 | 56 | "build-cjs": "rimraf lib && BABEL_ENV=cjs babel src --ignore __tests__,__mocks__ -d lib && cp src/definition.js lib/definition.js", |
67 | 57 | "build-es": "rimraf es && BABEL_ENV=es babel src --ignore __tests__,__mocks__ -d es && cp src/definition.js es/definition.js", |
68 | 58 | "lint": "eslint src test *.js", |
69 | 59 | "prepublish": "npm run build", |
70 | | - "test": "mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js", |
71 | | - "watch": "babel-node ./resources/watch.js" |
| 60 | + "test": "BABEL_ENV=cjs babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js", |
| 61 | + "watch": "BABEL_ENV=cjs babel-node ./resources/watch.js" |
72 | 62 | } |
73 | 63 | } |
0 commit comments