-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.5 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
{
"name": "mayankraj.com",
"version": "1.0.0",
"private": true,
"description": "Personal website of Mayank Raj",
"author": "Mayank Raj",
"keywords": [
"gatsby",
"portfolio",
"blog",
"solutions architect",
"aws"
],
"scripts": {
"preload-fonts": "gatsby-preload-fonts",
"dev": "gatsby develop",
"devm": "gatsby develop --host $(ifconfig | awk '/inet 192.168.[0-9]+.[0-9]+/{print $2}') --port 8000",
"build": "NODE_ENV=production gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"project:structure": "find . -type d ( -path './node_modules' -o -path './public' -o -path './dist' -o -path './build' -o -path './.yarn' -o -path './.git' -o -path './.cache' ) -prune -o -print | sed -e 's|[^/]*/|- |g' -e 's|/| |g'",
"write-good": "write-good"
},
"dependencies": {
"@babel/core": "^7.23.9",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@gatsbyjs/webpack-hot-middleware": "^2.25.3",
"@mui/joy": "5.0.0-beta.48",
"@prefresh/babel-plugin": "^0.5.1",
"@prefresh/core": "^1.5.2",
"core-js": "^3.38.0",
"gatsby": "^5.11.0",
"gatsby-plugin-feed": "^5.11.0",
"gatsby-plugin-google-analytics": "^5.13.1",
"gatsby-plugin-google-fonts-v2": "^1.0.1",
"gatsby-plugin-google-fonts-with-attributes": "^1.0.8",
"gatsby-plugin-google-gtag": "^5.14.0",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-perf-budgets": "^0.0.18",
"gatsby-plugin-preact": "^7.13.1",
"gatsby-plugin-preload-fonts": "^4.13.1",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-schema-snapshot": "^4.13.0",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-remark-copy-linked-files": "^6.13.1",
"gatsby-remark-images": "^7.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"hugeicons-react": "^0.3.0",
"preact": "^10.23.1",
"preact-render-to-string": "^5.2.6",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.6.5",
"react-helmet": "^6.1.0",
"react-player": "^2.16.0",
"sass": "^1.77.8",
"styled-components": "^6.1.12",
"write-good": "^1.0.8"
},
"packageManager": "[email protected]",
"devDependencies": {
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.32"
}
}