-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.4 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
{
"name": "rj-coding-blog",
"version": "1.0.0",
"private": true,
"description": "avwie.nl blog",
"author": "Arjan van Wieringen",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby clean && gatsby build && gh-pages -d public -b master"
},
"dependencies": {
"gatsby": "^3.0.3",
"gatsby-plugin-catch-links": "^3.0.0",
"gatsby-plugin-dark-mode": "^1.1.2",
"gatsby-plugin-feed": "^4.12.1",
"gatsby-plugin-google-gtag": "^3.0.0",
"gatsby-plugin-image": "^1.0.0",
"gatsby-plugin-sass": "^4.0.2",
"gatsby-plugin-sharp": "^3.0.0",
"gatsby-plugin-sitemap": "^3.0.0",
"gatsby-remark-autolink-headers": "^3.0.0",
"gatsby-remark-images": "^4.1.1",
"gatsby-remark-prismjs": "^4.0.0",
"gatsby-source-filesystem": "^3.0.0",
"gatsby-source-local-git": "^1.2.0",
"gatsby-transformer-remark": "^3.0.0",
"gatsby-transformer-sharp": "^3.0.0",
"node-sass": "npm:sass@^1.49.11",
"prismjs": "^1.23.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0"
},
"resolutions": {
"graphql": "^15.4.0",
"graphql-compose": "^7.25.0",
"webpack": "^5.24.2"
},
"devDependencies": {
"gatsby-remark-static-images": "^1.2.1",
"gh-pages": "^3.1.0"
}
}