-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.58 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.58 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "glazed-website",
"version": "1.0.0",
"private": true,
"description": "glazed-website",
"author": "Rui Monteiro",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean && rm -rf .hygraph-fragments",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@emotion/cache": "^11.13.1",
"@emotion/css": "^11.13.0",
"@emotion/react": "^11.13.3",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.13.0",
"@mdx-js/react": "^3.0.1",
"@reach/router": "^1.3.4",
"@react-three/fiber": "^8.17.7",
"capitalize": "^2.0.4",
"dotenv": "^16.4.5",
"gatsby": "^5.13.7",
"gatsby-background-image": "^1.6.0",
"gatsby-plugin-emotion": "^8.13.1",
"gatsby-plugin-google-gtag": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-react-router-scroll": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"gatsby-v5-source-hygraph": "^3.0.1",
"gbimage-bridge": "^0.2.2",
"gsap": "^3.12.5",
"history": "^5.3.0",
"lodash.debounce": "^4.0.8",
"mailgun-js": "^0.22.0",
"polished": "^4.3.1",
"prism-react-renderer": "^2.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-functional-form": "^0.1.6",
"react-helmet": "^6.1.0",
"react-intersection-observer": "^9.13.1",
"react-transition-group": "^4.4.5",
"three": "^0.168.0"
},
"devDependencies": {
"@types/capitalize": "^2.0.2",
"@types/lodash.debounce": "^4.0.9",
"@types/mailgun-js": "^0.22.18",
"@types/node": "^22.5.5",
"@types/reach__router": "^1.3.15",
"@types/react": "^18.3.6",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@types/react-transition-group": "^4.4.11",
"@types/three": "^0.168.0",
"gatsby-plugin-mdx-frontmatter": "^0.0.4",
"gatsby-plugin-preload-fonts": "^4.13.1",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-slug": "^2.0.0",
"gatsby-plugin-svg-sprites": "^5.0.1",
"gatsby-plugin-tsconfig-paths": "^1.0.6",
"http-proxy-middleware": "^3.0.2",
"typescript": "^5.6.2"
},
"pnpm": {
"patchedDependencies": {
"gatsby-v5-source-hygraph@3.0.1": "patches/gatsby-v5-source-hygraph@3.0.1.patch"
}
},
"packageManager": "pnpm@9.4.0"
}