mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-26 13:20:04 +00:00
Add package.json with dependencies
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import * as React from 'react';
|
||||
import { computed } from 'mobx';
|
||||
import { ApolloClient } from 'apollo-client';
|
||||
import gql from 'graphql-tag';
|
||||
|
||||
8
types/mobx-apollo/package.json
Normal file
8
types/mobx-apollo/package.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"apollo-client": "^2.0.0",
|
||||
"graphql-tag": "^2.0.0",
|
||||
"mobx": "^3.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user