forked from graphql/graphql.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.52 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
42
43
44
45
46
47
48
49
50
51
52
{
"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"
},
"resolutions": {
"graphql": "15.6.0"
},
"dependencies": {
"@graphql-tools/schema": "8.3.1",
"@reach/router": "1.3.4",
"@weknow/gatsby-remark-twitter": "0.2.3",
"assert": "2.0.0",
"codemirror": "5.65.1",
"codemirror-graphql": "1.2.11",
"gatsby": "4.7.2",
"gatsby-plugin-anchor-links": "1.2.1",
"gatsby-plugin-feed": "4.7.0",
"gatsby-plugin-google-analytics": "4.7.0",
"gatsby-plugin-less": "6.7.0",
"gatsby-plugin-react-helmet": "5.7.0",
"gatsby-plugin-typegen": "2.2.4",
"gatsby-plugin-webfonts": "2.2.1",
"gatsby-source-filesystem": "4.7.0",
"gatsby-transformer-remark": "5.7.0",
"globby": "11.0.4",
"graphql": "15.6.0",
"marked": "4.0.10",
"numbro": "2.3.5",
"parser-front-matter": "1.6.4",
"prism-react-renderer": "1.2.1",
"prismjs": "1.25.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"timeago.js": "4.0.2"
},
"devDependencies": {
"@types/codemirror": "5.60.5",
"@types/prismjs": "1.16.6",
"@types/react-helmet": "6.1.4",
"prettier": "2.4.1"
}
}