-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.98 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.98 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
{
"name": "cmdalbem-portfolio",
"description": "Cristiano Dalbem personal website and portfolio",
"version": "1.0.0",
"author": "Cristiano Dalbem <cristiano.dalbem@gmail.com>",
"dependencies": {
"gatsby": "^5.7.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-catch-links": "^5.7.0",
"gatsby-plugin-dark-mode": "^1.1.2",
"gatsby-plugin-google-analytics": "^5.7.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-google-tagmanager": "^5.7.0",
"gatsby-plugin-hotjar": "^1.1.1",
"gatsby-plugin-manifest": "^5.7.0",
"gatsby-plugin-offline": "^6.7.0",
"gatsby-plugin-react-helmet": "^6.7.0",
"gatsby-plugin-sharp": "^5.7.0",
"gatsby-remark-component": "^1.1.3",
"gatsby-remark-copy-linked-files": "^6.7.0",
"gatsby-remark-embed-video": "^3.2.1",
"gatsby-remark-images": "^7.7.0",
"gatsby-remark-images-grid": "^1.2.0",
"gatsby-remark-reading-time": "^1.1.0",
"gatsby-remark-responsive-iframe": "^6.7.0",
"gatsby-remark-smartypants": "^6.7.0",
"gatsby-source-filesystem": "^5.7.0",
"gatsby-transformer-remark": "^6.7.0",
"gatsby-transformer-sharp": "^5.7.0",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-p5": "^1.4.1",
"react-reveal": "^1.2.2",
"three": "^0.170.0",
"react-scrollspy": "^3.4.3",
"rehype-react": "^7.1.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"engines": {
"node": "22.x"
},
"scripts": {
"build": "gatsby build",
"develop": "GATSBY_DEV_SSR=true gatsby develop",
"clean": "gatsby clean",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"devDependencies": {
"gh-pages": "^5.0.0",
"prettier": "^2.8.4",
"yarn-upgrade-all": "^0.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/cmdalbem/portfolio"
}
}