45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"dependencies": {
|
|
"gatsby": "^5.0.1",
|
|
"gatsby-plugin-matomo": "^0.16.1",
|
|
"gatsby-theme-portfolio-minimal": "latest",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"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"
|
|
]
|
|
}
|