-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 2.03 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
{
"name": "damianmullins",
"description": "Development Blog for Damian mullins - Senior Full-Stack Engineer at Growth Kitchen.",
"homepage": "https://www.damianmullins.com",
"version": "4.135.0",
"author": "Damian Mullins <damian@mullins.in> (https://www.damianmullins.com)",
"keywords": [
"gatsby"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:DamianMullins/damianmullins.com.git"
},
"scripts": {
"clean": "rimraf public .cache",
"start": "rimraf .cache && GATSBY_RELEASE_VERSION=$npm_package_version gatsby develop",
"format": "prettier --write .",
"build": "pnpm run clean && GATSBY_RELEASE_VERSION=$npm_package_version gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
"@sentry/gatsby": "8.42.0",
"date-fns": "4.1.0",
"logrocket": "9.0.0",
"logrocket-react": "6.0.3",
"prism-themes": "1.9.0",
"prismjs": "1.29.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-helmet": "6.1.0",
"slugify": "1.6.6"
},
"devDependencies": {
"gatsby": "5.14.0",
"gatsby-plugin-catch-links": "5.14.0",
"gatsby-plugin-feed": "5.14.0",
"gatsby-plugin-gtag": "1.0.13",
"gatsby-plugin-manifest": "5.14.0",
"gatsby-plugin-no-sourcemaps": "5.14.0",
"gatsby-plugin-react-helmet": "6.14.0",
"gatsby-plugin-sass": "6.14.0",
"gatsby-plugin-sitemap": "6.14.0",
"gatsby-remark-copy-linked-files": "6.14.0",
"gatsby-remark-heading-slug": "0.2.0",
"gatsby-remark-prismjs": "7.14.0",
"gatsby-source-filesystem": "5.14.0",
"gatsby-transformer-remark": "6.14.0",
"postcss": "8.4.49",
"prettier": "3.4.2",
"prop-types": "^15.8.1",
"rimraf": "6.0.1",
"sass": "1.82.0"
},
"resolutions": {
"@types/node": "20.14.8",
"postcss": "8.4.49"
},
"browserslist": [
"> 5%",
"last 2 versions",
"not ie 11"
],
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}