-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "Ben Isamil-portfolio",
"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-theme-portfolio-minimal": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"author": "Aziz Ben Isamil <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/AzizBenIsmail/ePortfolio.git"
},
"bugs": {
"url": "https://github.com/AzizBenIsmail/ePortfolio/issues"
},
"keywords": [
"react",
"gatsby",
"gatsby-theme",
"PWA",
"portfolio",
"showcase",
"minimal",
"animations",
"dark-mode",
"gdpr-compliant"
]
}