-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.22 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.22 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
42
43
{
"name": "how-to-hard-refresh",
"version": "2.0.0",
"private": true,
"description": "how-to-hard-refresh",
"author": "asdf.dev",
"keywords": [
"how to",
"hard refresh"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "./deploy.sh"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mdx-js/react": "^2.3.0",
"babel-plugin-styled-components": "^2.0.7",
"classnames": "^2.3.2",
"gatsby": "^5.8.0",
"gatsby-plugin-image": "^3.8.0",
"gatsby-plugin-manifest": "^5.8.0",
"gatsby-plugin-mdx": "^5.8.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.8.0",
"gatsby-plugin-sitemap": "^6.8.0",
"gatsby-plugin-styled-components": "^6.8.0",
"gatsby-source-filesystem": "^5.8.0",
"gatsby-transformer-json": "^5.8.0",
"gatsby-transformer-sharp": "^5.8.0",
"normalize.css": "^8.0.1",
"platform": "^1.3.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.9"
}
}