-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "qb-schema",
"version": "2.1.1",
"private": true,
"description": "API and schema documentation for describing quiz tournaments.",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"overrides": {
"[email protected]": {
"react": "^18.2.0"
}
},
"dependencies": {
"@graphql-tools/mock": "^8.7.20",
"@graphql-tools/schema": "^9.0.19",
"@mdx-js/react": "^2.3.0",
"gatsby": "^5.12.6",
"gatsby-plugin-mdx": "^5.12.1",
"gatsby-source-filesystem": "^5.12.0",
"graphql": "^16.8.1",
"graphql-import-files": "^1.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-remark": "^2.1.0"
},
"devDependencies": {
"@types/node": "^18.18.4",
"@types/react": "^18.2.27",
"@types/react-dom": "^18.2.12",
"typescript": "^4.9.5"
}
}