-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.51 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
80
81
82
83
84
85
86
87
88
{
"name": "chris-full-stack-blog",
"description": "Chris' Full Stack Blog",
"version": "2.0.0",
"author": "Chris Frewin <[email protected]>",
"bugs": {
"url": "https://github.com/princefishthrower/chrisfrew.in/issues"
},
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@mdx-js/react": "^2.3.0",
"gatsby": "^5.7.0",
"gatsby-plugin-feed": "^5.7.0",
"gatsby-plugin-google-analytics": "^5.7.0",
"gatsby-plugin-image": "^3.7.0",
"gatsby-plugin-manifest": "^5.7.0",
"gatsby-plugin-mdx": "^5.7.0",
"gatsby-plugin-offline": "^6.7.0",
"gatsby-plugin-react-helmet": "^6.7.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sass": "^6.7.0",
"gatsby-plugin-sharp": "^5.7.0",
"gatsby-plugin-sitemap": "^6.7.0",
"gatsby-remark-copy-linked-files": "^6.7.0",
"gatsby-remark-images": "^7.7.0",
"gatsby-source-filesystem": "^5.7.0",
"gatsby-source-github-api": "^1.0.0",
"gatsby-source-graphql": "^5.7.0",
"gatsby-transformer-sharp": "^5.7.0",
"katex": "^0.16.4",
"netlify-cli": "^13.1.2",
"prism-react-renderer": "^2.3.1",
"prismjs": "^1.29.0",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-awesome-reveal": "^4.2.3",
"react-body-classname": "^1.3.1",
"react-burger-menu": "^3.0.9",
"react-confetti": "^6.1.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.2.0",
"react-dom-confetti": "^0.2.0",
"react-helmet": "^6.1.0",
"react-hook-inview": "^4.5.0",
"react-use": "^17.4.0",
"react-use-please-stay": "^1.6.11",
"sass": "^1.59.2",
"styled-components": "^5.3.8"
},
"devDependencies": {
"@types/react-body-classname": "^1.1.7",
"@types/react-burger-menu": "^2.8.3",
"@types/react-helmet": "^6.1.6",
"@types/styled-components": "^5.1.26",
"prettier": "2.8.4",
"puppeteer": "^21.6.0",
"typescript": "^5.0.4"
},
"homepage": "https://chrisfrew.in",
"keywords": [
"professional",
"full",
"stack",
"blog"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "https://github.com/princefishthrower/chrisfrew.in.git"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"type-check": "tsc --noEmit"
},
"resolutions": {
"graphql": "^15.4.0",
"graphql-compose": "^7.25.0",
"webpack": "^5.24.2"
}
}