Add package.json with dependencies

This commit is contained in:
Paul Selden 2017-11-16 17:54:59 -05:00
parent f313a73ba3
commit 71d0268f5c
2 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,3 @@
import * as React from 'react';
import { computed } from 'mobx';
import { ApolloClient } from 'apollo-client';
import gql from 'graphql-tag';

View File

@ -0,0 +1,8 @@
{
"private": true,
"dependencies": {
"apollo-client": "^2.0.0",
"graphql-tag": "^2.0.0",
"mobx": "^3.0.0"
}
}