-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.34 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
{
"name": "gatsby",
"version": "1.0.0",
"private": true,
"description": "gatsby",
"author": "Abhi Aiyer",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"postinstall": "patch-package"
},
"dependencies": {
"@apollo/client": "^3.5.10",
"@fontsource/inter": "^4.5.12",
"@graphql-tools/schema": "^8.3.10",
"@graphql-tools/wrap": "^8.4.16",
"@urql/core": "^3.0.3",
"clsx": "^1.2.1",
"gatsby": "^5.0.0-next.10",
"gatsby-plugin-image": "^3.0.0-next.4",
"gatsby-plugin-manifest": "^5.0.0-next.3",
"gatsby-plugin-sharp": "^5.0.0-next.4",
"gatsby-source-contentful": "^8.0.0-next.3",
"gatsby-source-drupal": "^6.7.1",
"gatsby-source-shopify": "^8.0.0-next.4",
"gatsby-source-wordpress": "^7.0.0-next.5",
"gatsby-transformer-sharp": "^5.0.0-next.4",
"graphql-import": "^1.0.2",
"html-react-parser": "^3.0.4",
"iterall": "^1.3.0",
"object-path-immutable": "^4.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^17.0.23",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"patch-package": "^6.4.7",
"typescript": "^4.8.2"
}
}