-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.58 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
{
"name": "personal-website",
"version": "1.0.0",
"private": true,
"description": "personal-website",
"author": "parthd4",
"keywords": [
"gatsby"
],
"scripts": {
"fetch": "node scripts/gdoc.js",
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "node scripts/gdoc.js && gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby clean && node scripts/gdoc.js && gatsby build && gh-pages -d public -b gh-pages"
},
"dependencies": {
"@fontsource/lato": "^4.5.8",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"gatsby": "^4.15.2",
"gatsby-plugin-anchor-links": "^1.2.1",
"gatsby-plugin-google-gtag": "^4.17.0",
"gatsby-plugin-image": "^2.15.1",
"gatsby-plugin-manifest": "^4.15.1",
"gatsby-plugin-react-helmet": "^5.15.0",
"gatsby-plugin-sharp": "^4.15.1",
"gatsby-plugin-sitemap": "^5.15.1",
"gatsby-source-filesystem": "^4.15.0",
"gatsby-transformer-sharp": "^4.15.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"archieml": "^0.5.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"gh-pages": "^4.0.0",
"googleapis": "^100.0.0",
"htmlparser2": "^8.0.1",
"prop-types": "^15.8.1"
}
}