장재혁

Add @graphql-community/shared

1 +{
2 + "name": "@graphql-community/shared",
3 + "version": "1.0.0",
4 + "scripts": {
5 + "dev": "next",
6 + "build": "next build",
7 + "start": "next start"
8 + },
9 + "dependencies": {
10 + "lodash": "4.17.20"
11 + },
12 + "license": "MIT"
13 +}