-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
78 lines (78 loc) · 2.55 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "yusadolat.me",
"description": "This is my personal website. Yusuf Adeyemo",
"version": "1.0.0",
"author": "Yusuf Adeyemo <yusadolat@gmail.com>",
"dependencies": {
"@webcomponents/custom-elements": "^1.2.1",
"ast-get-object": "^1.4.1",
"babel-plugin-styled-components": "^1.8.0",
"bluebird": "^3.5.2",
"dotenv": "8.1.0",
"gatsby": "^5.0.0",
"gatsby-image": "^2.0.19",
"gatsby-plugin-catch-links": "^2.0.6",
"gatsby-plugin-feed": "^2.0.9",
"gatsby-plugin-google-analytics": "^2.0.7",
"gatsby-plugin-manifest": "^2.0.7",
"gatsby-plugin-netlify": "^2.0.3",
"gatsby-plugin-netlify-cms": "^3.0.5",
"gatsby-plugin-nprogress": "^2.0.6",
"gatsby-plugin-offline": "^2.0.11",
"gatsby-plugin-react-helmet": "^3.0.1",
"gatsby-plugin-robots-txt": "^1.5.3",
"gatsby-plugin-s3": "^0.3.8",
"gatsby-plugin-sass": "^2.0.3",
"gatsby-plugin-sharp": "^2.6.39",
"gatsby-plugin-sitemap": "^2.0.2",
"gatsby-plugin-styled-components": "^3.0.1",
"gatsby-plugin-typography": "^2.2.1",
"gatsby-remark-autolink-headers": "^2.0.9",
"gatsby-remark-copy-linked-files": "^2.0.6",
"gatsby-remark-embed-gist": "^1.1.3",
"gatsby-remark-emojis": "^0.2.3",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^2.0.5",
"gatsby-remark-prismjs": "^3.0.3",
"gatsby-remark-responsive-iframe": "^2.0.6",
"gatsby-remark-smartypants": "^2.0.6",
"gatsby-source-filesystem": "^2.0.7",
"gatsby-transformer-remark": "^5.25.1",
"gatsby-transformer-sharp": "^2.1.7",
"javascript-time-ago": "^2.0.4",
"lodash": "^4.17.20",
"netlify-cms": "^2.1.3",
"node-sass": "^7.0.3",
"prismjs": "^1.25.0",
"react": "^18.2.0",
"react-awesome-button": "^5.0.0",
"react-disqus-comments": "^1.4.0",
"react-dom": "^18.2.0",
"react-helmet": "^5.2.1",
"react-typography": "^0.16.13",
"styled-components": "^4.4.1",
"sweetalert2": "^5",
"typography": "^0.16.24"
},
"keywords": [
"gatsby",
"portfolio",
"blog",
"Yusadolat"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"deploy": "gatsby-plugin-s3 deploy --yes; export AWS_PAGER=\"\"; aws cloudfront create-invalidation --distribution-id E303ZW8W7UP8R2 --paths '/*';",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.14.3"
},
"repository": {
"type": "git",
"url": "https://github.com/yusadolat/yusadolat.me"
}
}