Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Commit

Permalink
fix: move GrAMPS core to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jlengstorf committed Dec 18, 2017
1 parent 09c221e commit a750f13
Show file tree
Hide file tree
Showing 2 changed files with 405 additions and 473 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"dependencies": {
"@gramps/gramps": "^1.0.0-beta-9",
"apollo-server-express": "^1.2.0",
"babel-core": "^6.26.0",
"body-parser": "^1.18.2",
Expand All @@ -38,7 +39,6 @@
"express": "^4.16.2",
"get-port": "^3.2.0",
"globby": "^7.1.1",
"graphql": "^0.11.7",
"graphql-playground-middleware-express": "^1.3.8",
"inquirer": "^4.0.1",
"mkdirp": "^0.5.1",
Expand All @@ -47,25 +47,24 @@
"yargs": "^10.0.3"
},
"peerDependencies": {
"@gramps/gramps": "^1.0.0-beta-5",
"graphql": "^0.11.7"
},
"devDependencies": {
"@gramps/gramps": "^1.0.0-beta-7",
"babel-cli": "^6.24.1",
"babel-eslint": "^8.0.1",
"babel-jest": "^21.2.0",
"babel-jest": "^22.0.0",
"babel-plugin-inline-import": "^2.0.6",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^4.2.0",
"eslint-config-airbnb-base": "^12.0.2",
"eslint-config-prettier": "^2.3.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-prettier": "^2.1.2",
"graphql-tools": "^2.5.0",
"eslint-plugin-prettier": "^2.4.0",
"graphql": "^0.11.7",
"graphql-tools": "^2.14.0",
"husky": "^0.14.3",
"jest": "^21.2.1",
"jest": "^22.0.0",
"nodemon": "^1.11.0",
"prettier": "^1.5.3",
"semantic-release": "^8.2.0"
Expand Down
Loading

0 comments on commit a750f13

Please sign in to comment.