-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·40 lines (40 loc) · 1.06 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
{
"private": true,
"name": "gregjopa-github-io",
"description": "Personal blog, mostly about web development.",
"version": "1.0.0",
"author": "Greg Jopa <[email protected]>",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"format": "prettier --write ."
},
"dependencies": {
"@lekoarts/gatsby-theme-minimal-blog": "^6.0.0",
"gatsby": "^5.3.3",
"gatsby-plugin-feed": "^5.3.1",
"gatsby-plugin-google-gtag": "^5.4.0",
"gatsby-plugin-manifest": "^5.3.1",
"gatsby-plugin-sitemap": "^6.3.1",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.30",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-loadable": "^5.5.0",
"vexflow": "^4.1.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"cross-env": "^7.0.3",
"prettier": "2.8.3",
"typescript": "^4.9.4"
},
"volta": {
"node": "18.13.0"
}
}