-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.46 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
50
51
52
53
54
55
{
"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": {
"clean": "gatsby clean",
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"axios": ">=1.6.0",
"gatsby-theme-portfolio-minimal": "^4.6.4",
"minimatch": "9.0.3",
"npm": "^10.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": ">=0.32.6"
},
"author": "Konstantin Münster <mail@konstantin.digital>",
"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": {
"axios": ">=1.6.0",
"gatsby": "5.13.0",
"gh-pages": "^6.1.0",
"minimatch": "9.0.3",
"npm": "^10.2.5",
"sharp": ">=0.32.6"
}
}