-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 883 Bytes
/
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
{
"name": "knechtions-consulting-website",
"version": "1.0.0",
"description": "Homepage for Knechtions Consulting",
"scripts": {
"clean": "gatsby clean",
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"engines": {
"node": ">=22.0.0"
},
"dependencies": {
"gatsby": "^5.0.1",
"gatsby-plugin-google-gtag": "^5.13.1",
"gatsby-theme-portfolio-minimal": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"author": "Hans Knecht <[email protected]>",
"license": "",
"starter-name": "gatsby-starter-portfolio-minimal-theme",
"homepage": "https://knechtions.com",
"repository": {
"type": "git",
"url": "https://github.com/knechtionscoding/knechtions.com.git"
},
"bugs": {
"url": "https://github.com/knechtionscoding/knechtions.com/issues"
},
"keywords": []
}