|
20 | 20 | "prepare": "npm run build", |
21 | 21 | "prebuild": "del-cli ./dist", |
22 | 22 | "build": "babel src -d dist", |
| 23 | + "postbuild": "cpy ./src/schema.graphql ./dist", |
23 | 24 | "dev": "gramps dev -d ./", |
24 | 25 | "mock-data": "npm run dev -- --mock", |
25 | 26 | "live-data": "npm run dev -- --live", |
|
34 | 35 | "license": "MIT", |
35 | 36 | "dependencies": { |
36 | 37 | "@gramps/errors": "^1.0.0", |
37 | | - "@gramps/rest-helpers": "^1.0.0-beta.3", |
| 38 | + "@gramps/rest-helpers": "^1.0.0", |
38 | 39 | "casual": "^1.5.14" |
39 | 40 | }, |
40 | 41 | "peerDependencies": { |
41 | 42 | "graphql": "^0.9.0 || ^0.10.0 || ^0.11.0", |
42 | 43 | "graphql-tools": "^1.2.1 || ^2.5.1" |
43 | 44 | }, |
44 | 45 | "devDependencies": { |
45 | | - "@gramps/cli": "^1.1.0", |
46 | | - "@gramps/gramps": "^1.0.0", |
47 | | - "babel-cli": "^6.24.1", |
48 | | - "babel-eslint": "^8.0.1", |
49 | | - "babel-jest": "^22.0.3", |
| 46 | + "@babel/cli": "^7.0.0-beta.37", |
| 47 | + "@babel/core": "^7.0.0-beta.37", |
| 48 | + "@babel/plugin-proposal-class-properties": "^7.0.0-beta.37", |
| 49 | + "@babel/preset-env": "^7.0.0-beta.37", |
| 50 | + "@gramps/cli": "^1.1.4", |
| 51 | + "@gramps/gramps": "^1.2.0", |
| 52 | + "babel-core": "^7.0.0-0", |
| 53 | + "babel-eslint": "^8.2.1", |
| 54 | + "babel-jest": "^22.0.6", |
50 | 55 | "babel-plugin-inline-import": "^2.0.6", |
51 | | - "babel-preset-env": "^1.6.1", |
52 | | - "babel-preset-stage-2": "^6.24.1", |
| 56 | + "cpy-cli": "^1.0.1", |
53 | 57 | "del-cli": "^1.1.0", |
54 | | - "eslint": "^4.4.1", |
| 58 | + "eslint": "^4.15.0", |
55 | 59 | "eslint-config-airbnb-base": "^12.1.0", |
56 | 60 | "eslint-config-prettier": "^2.3.0", |
57 | 61 | "eslint-plugin-import": "^2.7.0", |
58 | 62 | "eslint-plugin-prettier": "^2.1.2", |
59 | | - "graphql": "^0.11.7", |
60 | | - "graphql-tools": "^2.5.1", |
| 63 | + "graphql": "^0.12.3", |
| 64 | + "graphql-tools": "^2.18.0", |
61 | 65 | "husky": "^0.14.3", |
62 | | - "jest": "^22.0.3", |
63 | | - "nodemon": "^1.11.0", |
64 | | - "prettier": "^1.5.3", |
65 | | - "semantic-release": "^8.2.0" |
| 66 | + "jest": "^22.0.6", |
| 67 | + "nodemon": "^1.14.11", |
| 68 | + "prettier": "^1.10.2", |
| 69 | + "semantic-release": "^11.0.2" |
66 | 70 | }, |
67 | 71 | "jest": { |
68 | 72 | "coverageReporters": [ |
|
81 | 85 | } |
82 | 86 | } |
83 | 87 | }, |
84 | | - "version": "0.0.0-development" |
| 88 | + "version": "1.0.3-beta4" |
85 | 89 | } |
0 commit comments