Skip to content

Commit 0f75f9f

Browse files
committed
setup package.json deps
1 parent 8665af6 commit 0f75f9f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

packages/graphiql-explorer/package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,16 @@
22
"name": "graphiql-explorer",
33
"version": "0.9.1",
44
"module": "dist/index.js",
5-
"types": "types/index.d.ts"
5+
"types": "types/index.d.ts",
6+
"license": "MIT",
7+
"peerDependencies": {
8+
"react": "^18.2.0",
9+
"react-dom": "^18.2.0",
10+
"graphql": "^16.4.0"
11+
},
12+
"devDependencies": {
13+
"react": "^18.2.0",
14+
"react-dom": "^18.2.0",
15+
"graphql": "^16.4.0"
16+
}
617
}

0 commit comments

Comments
 (0)