-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.17 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
{
"private": true,
"name": "nerd-ramblings",
"description": "Written by Kyle Rubenok. I'm a PM at Microsoft. Previously McGill CS, President at McGill CSUS, Co-Director at HackMcGill and Founding Partner at Penguinleaf.",
"version": "1.3.14",
"author": "Kyle Rubenok <[email protected]>",
"license": "0BSD",
"starter-name": "gatsby-starter-minimal-blog",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"develop:cypress": "cross-env CYPRESS_SUPPORT=y yarn develop",
"build:cypress": "cross-env CYPRESS_SUPPORT=y yarn build",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@lekoarts/gatsby-theme-minimal-blog": "^6.2.4",
"gatsby": "^5.14.1",
"gatsby-plugin-feed": "^5.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-mdx-embed": "^1.1.3",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.32",
"gatsby-source-git": "^1.1.0",
"mdx-embed": "^1.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"cross-env": "^7.0.3"
},
"volta": {
"node": "16.19.0"
}
}