-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
68 lines (68 loc) · 2.15 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
{
"name": "dillionmegida.com",
"private": true,
"description": "Dillion Megida's personal website.",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"article": "python scripts/new-article.py"
},
"dependencies": {
"@mdx-js/react": "^2.3.0",
"babel-plugin-styled-components": "^2.0.7",
"gatsby": "^5.7.0",
"gatsby-cli": "^5.7.0",
"gatsby-paginate": "^1.1.1",
"gatsby-plugin-client-side-redirect": "^1.1.0",
"gatsby-plugin-disqus": "^1.2.4",
"gatsby-plugin-feed": "^5.7.0",
"gatsby-plugin-google-gtag": "^5.10.0",
"gatsby-plugin-manifest": "^5.7.0",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-offline": "^6.7.0",
"gatsby-plugin-react-helmet": "^6.7.0",
"gatsby-plugin-sass": "^6.7.0",
"gatsby-plugin-sharp": "^5.7.0",
"gatsby-plugin-sitemap": "^6.7.0",
"gatsby-plugin-styled-components": "^6.7.0",
"gatsby-remark-autolink-headers": "^6.7.0",
"gatsby-remark-images": "^7.7.0",
"gatsby-remark-liquid-tags": "^1.1.6",
"gatsby-remark-prismjs": "^7.7.0",
"gatsby-remark-text-highlighter": "^1.0.0",
"gatsby-source-filesystem": "^5.7.0",
"gatsby-transformer-remark": "^6.7.0",
"gatsby-transformer-yaml": "^5.7.0",
"prism-react-renderer": "^2.3.1",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-masonry-css": "^1.0.16",
"react-youtube": "^10.1.0",
"sass": "^1.58.3",
"sharp": "^0.33.2",
"styled-components": "^5.3.8",
"use-media": "^1.4.0"
},
"devDependencies": {
"@types/classnames": "^2.3.1",
"@types/react-helmet": "^6.1.5",
"@types/styled-components": "^5.1.21",
"prettier": "^1.19.1"
},
"repository": {
"type": "git",
"url": "https://github.com/dillionmegida/dillionmegida.com"
},
"bugs": {
"url": "https://github.com/dillionmegida/dillionmegida.com/issues"
}
}