-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.13 KB
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": "muhammadali",
"version": "1.0.1",
"private": false,
"description": "Muhammad Ali Portfolio",
"author": "Muhammad Ali",
"homepage": "https://mrmuhammadali.github.io/",
"keywords": [
"gatsby"
],
"scripts": {
"dev": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "yarn run build && gh-pages -b master -d public"
},
"dependencies": {
"@fontsource/titillium-web": "^4.5.0",
"@reach/tooltip": "^0.16.2",
"@react-hook/media-query": "^1.1.1",
"@react-hook/window-scroll": "^1.3.0",
"gatsby": "^4.3.0",
"gatsby-plugin-image": "^2.3.0",
"gatsby-plugin-manifest": "^4.3.0",
"gatsby-plugin-offline": "^5.3.0",
"gatsby-plugin-react-helmet": "^5.3.0",
"gatsby-plugin-sharp": "^4.3.0",
"gatsby-plugin-sitemap": "^5.3.0",
"gatsby-source-filesystem": "^4.3.0",
"gatsby-transformer-sharp": "^4.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"smoothscroll-polyfill": "^0.4.4"
},
"devDependencies": {
"gh-pages": "^3.2.3"
}
}