-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
79 lines (79 loc) · 2.61 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
79
{
"name": "yusadolat.me",
"description": "This is my personal website. Yusuf Adeyemo",
"version": "1.0.0",
"author": "Yusuf Adeyemo <[email protected]>",
"dependencies": {
"@webcomponents/custom-elements": "^1.2.1",
"ast-get-object": "^1.4.1",
"babel-plugin-styled-components": "^1.8.0",
"bluebird": "^3.5.2",
"decap-cms-app": "^3.4.0",
"dotenv": "^16.3.1",
"gatsby": "^5.14.0",
"gatsby-plugin-catch-links": "^5.14.0",
"gatsby-plugin-decap-cms": "^4.0.4",
"gatsby-plugin-feed": "^5.14.0",
"gatsby-plugin-google-analytics": "^5.14.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-nprogress": "^5.14.0",
"gatsby-plugin-offline": "^6.14.0",
"gatsby-plugin-react-helmet": "^6.14.0",
"gatsby-plugin-robots-txt": "^1.5.3",
"gatsby-plugin-s3": "^0.4.1",
"gatsby-plugin-sass": "^6.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-plugin-styled-components": "^6.14.0",
"gatsby-plugin-typography": "^5.14.0",
"gatsby-remark-autolink-headers": "^6.14.0",
"gatsby-remark-copy-linked-files": "^6.14.0",
"gatsby-remark-embed-gist": "^1.2.1",
"gatsby-remark-emojis": "^0.4.3",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^7.14.0",
"gatsby-remark-prismjs": "^7.14.0",
"gatsby-remark-responsive-iframe": "^6.14.0",
"gatsby-remark-smartypants": "^6.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-remark": "^6.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"html-webpack-plugin": "^5.6.3",
"javascript-time-ago": "^2.5.9",
"lodash": "^4.17.21",
"node-sass": "^7.0.3",
"prismjs": "^1.29.0",
"react": "^17.0.2",
"react-awesome-button": "^7.0.5",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-typography": "^0.16.13",
"styled-components": "^5.3.3",
"sweetalert2": "^5",
"typography": "^0.16.24",
"webpack": "^5.96.1"
},
"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"
}
}