|
28 | 28 | "homepage": "https://github.com/nodkz/react-relay-network-layer#readme", |
29 | 29 | "dependencies": {}, |
30 | 30 | "peerDependencies": { |
31 | | - "babel-runtime": "^6.6.1", |
32 | 31 | "react-relay": ">=0.7.0" |
33 | 32 | }, |
34 | 33 | "devDependencies": { |
35 | | - "babel-cli": "^6.7.7", |
36 | | - "babel-core": "^6.7.7", |
37 | 34 | "babel-eslint": "^7.1.1", |
38 | | - "babel-loader": "^6.2.4", |
39 | | - "babel-plugin-add-module-exports": "^0.2.1", |
40 | | - "babel-plugin-dev-expression": "^0.2.1", |
41 | | - "babel-plugin-transform-runtime": "^6.7.5", |
42 | | - "babel-polyfill": "^6.7.4", |
43 | | - "babel-preset-es2015": "^6.6.0", |
44 | | - "babel-preset-es2015-loose": "^8.0.0", |
45 | | - "babel-preset-es2015-loose-native-modules": "^1.0.0", |
46 | | - "babel-preset-react": "^6.5.0", |
47 | | - "babel-preset-stage-0": "^6.5.0", |
48 | | - "babel-register": "^6.7.2", |
49 | | - "babel-relay-plugin": "^0.11.0", |
| 35 | + "babel-plugin-transform-object-rest-spread": "^6.23.0", |
| 36 | + "babel-polyfill": "^6.23.0", |
| 37 | + "babel-preset-env": "^1.2.0", |
| 38 | + "babel-register": "^6.23.0", |
50 | 39 | "chai": "^3.5.0", |
51 | 40 | "chai-as-promised": "^6.0.0", |
52 | | - "eslint": "^3.15.0", |
53 | | - "eslint-config-airbnb-base": "^11.1.0", |
| 41 | + "eslint": "^3.17.0", |
| 42 | + "eslint-config-airbnb-base": "^11.1.1", |
| 43 | + "eslint-module-utils": "^2.0.0", |
54 | 44 | "eslint-plugin-import": "^2.2.0", |
55 | | - "fetch-mock": "^5.5.0", |
56 | | - "graphql": "^0.9.1", |
57 | | - "graphql-relay": "^0.5.1", |
| 45 | + "fetch-mock": "^5.9.4", |
58 | 46 | "mocha": "^3.1.1", |
59 | | - "rimraf": "^2.5.2" |
| 47 | + "rimraf": "^2.6.1" |
60 | 48 | }, |
61 | 49 | "scripts": { |
62 | | - "build": "npm run build-cjs && npm run build-es", |
63 | | - "build-cjs": "rimraf lib && BABEL_ENV=cjs babel src -d lib", |
| 50 | + "build": "npm run build-lib && npm run build-es", |
| 51 | + "build-lib": "rimraf lib && BABEL_ENV=lib babel src -d lib", |
64 | 52 | "build-es": "rimraf es && BABEL_ENV=es babel src -d es", |
65 | 53 | "lint": "eslint src test *.js", |
66 | 54 | "prepublish": "npm run test && npm run build", |
67 | | - "test": "mocha --require test/mocha-bootload --compilers js:babel-core/register test/*.test.js" |
| 55 | + "test": "npm run lint && BABEL_ENV=lib mocha --require test/mocha-bootload --compilers js:babel-register test/*.test.js" |
68 | 56 | } |
69 | 57 | } |
0 commit comments