-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.19 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
{
"name": "aemivore",
"version": "0.1.0",
"homepage": "https://www.aemikato.com",
"private": true,
"description": "website for aemi kato",
"author": "Edgar Cuarezma",
"keywords": [
"gatsby"
],
"dependencies": {
"@fontsource/noto-serif-jp": "^4.5.12",
"@fontsource/space-mono": "^4.5.10",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"gatsby": "^4.24.4",
"gatsby-plugin-fontawesome-css": "^1.2.0",
"gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-manifest": "^4.24.0",
"gatsby-plugin-sass": "^5.24.0",
"gatsby-plugin-sharp": "^4.24.0",
"gatsby-source-filesystem": "^4.24.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.55.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"start": "gatsby develop",
"build": "gatsby build",
"clean": "gatsby clean"
},
"devDependencies": {
"gatsby-plugin-root-import": "^2.0.9",
"gh-pages": "^4.0.0"
}
}