forked from apollographql/apollo-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 486 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 486 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"scripts": {
"prestart": "gatsby clean",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"types": "cd ../packages/apollo-client && typedoc --json ../../docs/docs.json --ignoreCompilerErrors ./src/index.ts"
},
"dependencies": {
"gatsby": "2.17.15",
"gatsby-theme-apollo-docs": "3.0.2",
"react": "16.12.0",
"react-dom": "16.12.0"
},
"devDependencies": {
"typedoc": "0.15.2",
"typescript": "3.5.3"
}
}