mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-01 04:02:55 +00:00
Add package.json with dependencies
This commit is contained in:
parent
f313a73ba3
commit
71d0268f5c
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user