forked from graphql/graphql.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.23 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"repository": "graphql/graphql.github.io",
"private": true,
"version": "0.0.0",
"scripts": {
"build": "gatsby build",
"develop": "GATSBY_GRAPHQL_IDE=playground gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@graphql-tools/schema": "7.0.0",
"codemirror": "5.58.2",
"codemirror-graphql": "0.12.3",
"gatsby": "2.25.0",
"gatsby-plugin-anchor-links": "1.1.1",
"gatsby-plugin-feed": "2.6.0",
"gatsby-plugin-google-analytics": "2.4.0",
"gatsby-plugin-less": "4.0.6",
"gatsby-plugin-react-helmet": "3.3.14",
"gatsby-plugin-webfonts": "1.1.3",
"gatsby-source-filesystem": "2.4.0",
"gatsby-transformer-remark": "2.9.0",
"graphql": "15.4.0",
"marked": "1.2.2",
"prism-react-renderer": "1.1.1",
"prismjs": "1.22.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-helmet": "6.1.0"
},
"devDependencies": {
"@types/codemirror": "0.0.98",
"@types/prismjs": "1.16.2",
"@types/react-helmet": "6.1.0",
"prettier": "2.1.2"
}
}