-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.27 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
{
"name": "gatsby-starter-portfolio-minimal-theme",
"version": "1.0.0",
"description": "A Gatsby Starter Project to easily get started with the Portfolio Minimal Theme.",
"scripts": {
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"build": "gatsby build",
"clean": "gatsby clean",
"develop": "gatsby develop",
"serve": "gatsby serve"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"gatsby": "^5.0.1",
"gatsby-theme-portfolio-minimal": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"author": "Konstantin Münster <[email protected]>",
"license": "0BSD",
"starter-name": "gatsby-starter-portfolio-minimal-theme",
"homepage": "https://github.com/konstantinmuenster/gatsby-starter-portfolio-minimal-theme#readme",
"repository": {
"type": "git",
"url": "https://github.com/konstantinmuenster/gatsby-starter-portfolio-minimal-theme.git"
},
"bugs": {
"url": "https://github.com/konstantinmuenster/gatsby-starter-portfolio-minimal-theme/issues"
},
"keywords": [
"react",
"gatsby",
"gatsby-theme",
"PWA",
"portfolio",
"showcase",
"minimal",
"animations",
"dark-mode",
"gdpr-compliant"
],
"devDependencies": {
"gh-pages": "^4.0.0"
}
}