|
1 | 1 | {
|
2 | 2 | "name": "graphy-js",
|
3 |
| - "version": "0.0.7", |
| 3 | + "version": "0.0.8", |
4 | 4 | "author": {
|
5 | 5 | "name" : "Front Row Education",
|
6 | 6 |
|
|
13 | 13 | "url": "https://github.com/frontrowed/graphy.git"
|
14 | 14 | },
|
15 | 15 | "devDependencies": {
|
16 |
| - "babel-core": "^6.14.0", |
17 |
| - "babel-cli": "^6.14.0", |
18 |
| - "babel-eslint": "^6.1.2", |
19 |
| - "babel-plugin-transform-class-properties": "^6.11.5", |
20 |
| - "babel-plugin-transform-flow-strip-types": "^6.14.0", |
21 |
| - "babel-preset-es2015": "^6.14.0", |
22 |
| - "babel-preset-react": "^6.11.1", |
23 |
| - "babel-preset-stage-0": "^6.5.0", |
24 |
| - "eslint": "^3.5.0", |
25 |
| - "eslint-plugin-flowtype": "^2.19.0", |
26 |
| - "eslint-plugin-react": "^6.3.0", |
27 |
| - "flow-bin": "^0.32.0" |
| 16 | + "babel-core": "6.25.0", |
| 17 | + "babel-cli": "6.24.1", |
| 18 | + "babel-eslint": "7.2.2", |
| 19 | + "babel-plugin-transform-class-properties": "6.24.1", |
| 20 | + "babel-plugin-transform-flow-strip-types": "6.22.0", |
| 21 | + "babel-preset-es2015": "6.24.1", |
| 22 | + "babel-preset-react": "6.24.1", |
| 23 | + "babel-preset-stage-0": "6.24.1", |
| 24 | + "eslint": "4.1.1", |
| 25 | + "eslint-plugin-flowtype": "2.34.0", |
| 26 | + "eslint-plugin-react": "7.1.0", |
| 27 | + "flow-bin": "0.49.1" |
28 | 28 | },
|
29 | 29 | "dependencies": {
|
30 |
| - "lodash": "^4.15.0", |
31 |
| - "paper": "^0.10.2", |
32 |
| - "react": "^15.3.1" |
| 30 | + "lodash": "4.17.4", |
| 31 | + "paper": "0.11.4", |
| 32 | + "react": "15.6.1" |
33 | 33 | },
|
34 | 34 | "scripts": {
|
35 | 35 | "compile": "babel src -d lib/",
|
36 | 36 | "prepublish": "npm run compile",
|
37 | 37 | "build": "npm run lint && npm run flow",
|
38 | 38 | "flow": "flow",
|
39 | 39 | "lint": "eslint src/**/*.js"
|
40 |
| - }, |
41 |
| - "browserify": { |
42 |
| - "transform": [ |
43 |
| - "babelify" |
44 |
| - ] |
45 | 40 | }
|
46 | 41 | }
|
0 commit comments